Interface ISyncReplicationGroupOutContext
- All Superinterfaces:
IReplicationGroupOutContext
- All Known Implementing Classes:
ReliableAsyncReplicationGroupOutContext,SyncReplicationGroupOutContext
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.groups.IReplicationGroupOutContext
addOrderedPacket, clear, getEntireContext, getName, getWeight, isEmpty, setEntireContext, size
-
Method Details
-
getOrderedPackets
List<IReplicationOrderedPacket> getOrderedPackets() -
isSinglePacket
boolean isSinglePacket() -
getSinglePacket
IReplicationOrderedPacket getSinglePacket()
-