Class MultiReplicaGetOperationCallback

    • Constructor Detail

      • MultiReplicaGetOperationCallback

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

      • gotData

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