Interface KeyedOperation

All Superinterfaces:
Operation
All Known Subinterfaces:
CASOperation, ConcatenationOperation, DeleteOperation, GetAndTouchOperation, GetlOperation, GetOperation, GetsOperation, MutatorOperation, ObserveOperation, ReplicaGetOperation, ReplicaGetsOperation, StoreOperation, TouchOperation, UnlockOperation
All Known Implementing Classes:
ConcatenationOperationImpl, GetAndTouchOperationImpl, GetAndTouchOperationImpl, GetlOperationImpl, GetsOperationImpl, KeyStatsOperationImpl, MultiGetOperationImpl, OptimizedSetImpl, ReplicaGetOperationImpl, ReplicaGetsOperationImpl, TouchOperationImpl

public interface KeyedOperation extends Operation
Operations that contain keys.
  • Method Details

    • getKeys

      Collection<String> getKeys()
      Get the keys requested in this GetOperation.