Class BaseGetOpImpl

All Implemented Interfaces:
Operation
Direct Known Subclasses:
GetAndTouchOperationImpl, GetlOperationImpl, GetOperationImpl, GetsOperationImpl

public abstract class BaseGetOpImpl extends OperationImpl
Base class for get and gets handlers.
  • Field Details

    • END

      private static final OperationStatus END
    • NOT_FOUND

      private static final OperationStatus NOT_FOUND
    • LOCK_ERROR

      private static final OperationStatus LOCK_ERROR
    • RN_BYTES

      private static final byte[] RN_BYTES
    • cmd

      private final String cmd
    • keys

      private final Collection<String> keys
    • currentKey

      private String currentKey
    • exp

      protected final int exp
    • expBytes

      private final byte[] expBytes
    • casValue

      private long casValue
    • currentFlags

      private int currentFlags
    • data

      private byte[] data
    • readOffset

      private int readOffset
    • lookingFor

      private byte lookingFor
    • hasValue

      private boolean hasValue
  • Constructor Details

  • Method Details