Class OptimizedGetImpl

All Implemented Interfaces:
GetOperation, KeyedOperation, Operation, VBucketAware

final class OptimizedGetImpl extends MultiGetOperationImpl
Optimized Get operation for folding a bunch of gets together.
  • Field Details

  • Constructor Details

    • OptimizedGetImpl

      public OptimizedGetImpl(GetOperation firstGet)
      Construct an optimized get starting with the given get operation.
  • Method Details

    • addOperation

      public void addOperation(GetOperation o)
      Add a new GetOperation to get.
    • size

      public int size()