Interface GetlOperation.Callback

    • Method Detail

      • gotData

        void gotData​(java.lang.String key,
                     int flags,
                     long cas,
                     byte[] data)
        Callback for each result from a getl.
        Parameters:
        key - the key that was retrieved
        flags - the flags for this value
        data - the data stored under this key