Class ReplicaGetOperationImpl

All Implemented Interfaces:
KeyedOperation, Operation, ReplicaGetOperation, VBucketAware

public class ReplicaGetOperationImpl extends SingleKeyOperationImpl implements ReplicaGetOperation
Implementation of the replica get operation.
  • Field Details

    • REPLICA_GET_CMD

      static final byte REPLICA_GET_CMD
      See Also:
    • replicaIndex

      private final int replicaIndex
    • EXTRA_HDR_LEN

      static final int EXTRA_HDR_LEN
      Length of the extra header stuff for a GET response.
      See Also:
  • Constructor Details

  • Method Details