Class AbstractMultimapKeyOperation<V>

All Implemented Interfaces:
Runnable, CompletionStage<V>, Future<V>, HotRodConstants, ChannelOperation
Direct Known Subclasses:
ContainsKeyMultimapOperation, GetKeyMultimapOperation, GetKeyWithMetadataMultimapOperation, RemoveKeyMultimapOperation

public abstract class AbstractMultimapKeyOperation<V> extends AbstractKeyOperation<V>
  • Field Details

    • supportsDuplicates

      protected final boolean supportsDuplicates
  • Constructor Details

  • Method Details

    • executeOperation

      protected void executeOperation(io.netty.channel.Channel channel)
      Description copied from class: RetryOnFailureOperation
      Perform the operation-specific request/response I/O on the specified channel. If an error occurs during I/O, this class will detect it and retry the operation with a different channel by invoking the executeOperation method again.
      Specified by:
      executeOperation in class RetryOnFailureOperation<V>
      Parameters:
      channel - the channel to use for I/O
    • sendArrayOperation

      protected void sendArrayOperation(io.netty.channel.Channel channel, byte[] array)
      Overrides:
      sendArrayOperation in class HotRodOperation<V>