Class GetOperationImpl

All Implemented Interfaces:
GetOperation, KeyedOperation, Operation, VBucketAware

class GetOperationImpl extends SingleKeyOperationImpl implements GetOperation
Implementation of the get 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.