Class MultiGetsOperationCallback

    • Constructor Detail

      • MultiGetsOperationCallback

        public MultiGetsOperationCallback​(OperationCallback original,
                                          int todo)
    • Method Detail

      • gotData

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