Class GetStreamingState
java.lang.Object
org.infinispan.server.hotrod.streaming.StreamingState
org.infinispan.server.hotrod.streaming.GetStreamingState
-
Constructor Summary
ConstructorsConstructorDescriptionGetStreamingState
(byte[] key, io.netty.channel.Channel channelUsed, byte[] value, int batchAmount) -
Method Summary
Methods inherited from class org.infinispan.server.hotrod.streaming.StreamingState
closePut, getKey, metadataForPut, nextPut, valueForPut, verifyCorrectThread, versionForPut
-
Constructor Details
-
GetStreamingState
public GetStreamingState(byte[] key, io.netty.channel.Channel channelUsed, byte[] value, int batchAmount)
-
-
Method Details
-
nextGet
public io.netty.buffer.ByteBuf nextGet()- Overrides:
nextGet
in classStreamingState
-
isGetComplete
public boolean isGetComplete()- Overrides:
isGetComplete
in classStreamingState
-
closeGet
public void closeGet()- Overrides:
closeGet
in classStreamingState
-
close
public void close()- Specified by:
close
in classStreamingState
-