Class IterationStartResponse
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.operations.IterationStartResponse
-
public class IterationStartResponse extends Object
- Since:
- 8.0
- Author:
- gustavonalle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.Channel
getChannel()
byte[]
getIterationId()
SegmentConsistentHash
getSegmentConsistentHash()
int
getTopologyId()
-
-
-
Method Detail
-
getIterationId
public byte[] getIterationId()
-
getSegmentConsistentHash
public SegmentConsistentHash getSegmentConsistentHash()
-
getChannel
public io.netty.channel.Channel getChannel()
-
getTopologyId
public int getTopologyId()
-
-