Class AbstractKeyValueOperation<T>

All Implemented Interfaces:
Runnable, CompletionStage<T>, Future<T>, HotRodConstants, ChannelOperation
Direct Known Subclasses:
AbstractMultimapKeyValueOperation, PutIfAbsentOperation, PutOperation, ReplaceIfUnmodifiedOperation, ReplaceOperation

@Immutable public abstract class AbstractKeyValueOperation<T> extends AbstractKeyOperation<T>
Base class for all operations that manipulate a key and a value.
Since:
4.1
Author:
Mircea.Markus@jboss.com
  • Field Details

    • value

      protected final byte[] value
    • lifespan

      protected final long lifespan
    • maxIdle

      protected final long maxIdle
    • lifespanTimeUnit

      protected final TimeUnit lifespanTimeUnit
    • maxIdleTimeUnit

      protected final TimeUnit maxIdleTimeUnit
  • Constructor Details

  • Method Details