Uses of Record Class
org.infinispan.client.hotrod.impl.operations.GetStreamNextResponse
Packages that use GetStreamNextResponse
Package
Description
-
Uses of GetStreamNextResponse in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return GetStreamNextResponseModifier and TypeMethodDescriptionGetStreamNextOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type GetStreamNextResponseModifier and TypeMethodDescriptionCacheOperationsFactory.newGetStreamNextOperation(int id, io.netty.channel.Channel channel) DefaultCacheOperationsFactory.newGetStreamNextOperation(int id, io.netty.channel.Channel channel) DelegatingCacheOperationsFactory.newGetStreamNextOperation(int id, io.netty.channel.Channel channel) StatsOperationsFactory.newGetStreamNextOperation(int id, io.netty.channel.Channel channel) -
Uses of GetStreamNextResponse in org.infinispan.client.hotrod.impl.protocol
Constructor parameters in org.infinispan.client.hotrod.impl.protocol with type arguments of type GetStreamNextResponseModifierConstructorDescriptionGetInputStream(Supplier<CompletionStage<GetStreamNextResponse>> valueSupplier, VersionedMetadata versionedMetadata, io.netty.buffer.ByteBuf initial, boolean complete, Runnable onClose)