Class GetStreamOperation<K>

All Implemented Interfaces:
Runnable, CompletionStage<ChannelInputStream>, Future<ChannelInputStream>, HotRodConstants, ChannelOperation

public class GetStreamOperation<K> extends AbstractKeyOperation<K,ChannelInputStream>
Streaming Get operation
Since:
14.0
  • Constructor Details

    • GetStreamOperation

      public GetStreamOperation(OperationContext operationContext, K key, byte[] keyBytes, int offset, org.infinispan.api.common.CacheOptions options)
  • Method Details