Class GetCallbackWrapper

    • Method Detail

      • gotData

        public void gotData​(java.lang.String key,
                            int flags,
                            byte[] data)
        Description copied from interface: GetOperation.Callback
        Callback for each result from a get.
        Specified by:
        gotData in interface GetOperation.Callback
        Parameters:
        key - the key that was retrieved
        flags - the flags for this value
        data - the data stored under this key