Class AbstractMultimapKeyOperation<K,​T>

    • Field Detail

      • supportsDuplicates

        protected final boolean supportsDuplicates
    • Constructor Detail

      • AbstractMultimapKeyOperation

        protected AbstractMultimapKeyOperation​(OperationContext operationContext,
                                               short requestCode,
                                               short responseCode,
                                               K key,
                                               byte[] keyBytes,
                                               org.infinispan.api.common.CacheOptions options,
                                               DataFormat dataFormat,
                                               boolean supportsDuplicates)
    • Method Detail

      • executeOperation

        public 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<T>
        Parameters:
        channel - the channel to use for I/O