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:
CASOperationImpl, ConcatenationOperationImpl, ConcatenationOperationImpl, DeleteOperationImpl, DeleteOperationImpl, GetAndTouchOperationImpl, GetAndTouchOperationImpl, GetlOperationImpl, GetlOperationImpl, GetOperationImpl, GetOperationImpl, GetsOperationImpl, GetsOperationImpl, KeyStatsOperationImpl, MultiGetOperationImpl, MultiKeyOperationImpl, MutatorOperationImpl, MutatorOperationImpl, ObserveOperationImpl, OptimizedGetImpl, OptimizedGetImpl, OptimizedSetImpl, ReplicaGetOperationImpl, ReplicaGetsOperationImpl, SingleKeyOperationImpl, StoreOperationImpl, StoreOperationImpl, TouchOperationImpl, TouchOperationImpl, UnlockOperationImpl, UnlockOperationImpl

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

    • getKeys

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