Class GetsOperationImpl

All Implemented Interfaces:
GetsOperation, KeyedOperation, Operation, VBucketAware

public class GetsOperationImpl extends SingleKeyOperationImpl implements GetsOperation
Implementation of the gets operation.
  • Field Details

  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
      Description copied from interface: Operation
      Initialize this operation. This is used to prepare output byte buffers and stuff.
      Specified by:
      initialize in interface Operation
      Specified by:
      initialize in class BaseOperationImpl
    • decodePayload

      protected void decodePayload(byte[] pl)
      Description copied from class: OperationImpl
      Decode the given payload for this command.
      Overrides:
      decodePayload in class OperationImpl
      Parameters:
      pl - the payload.