Class AsyncReplicationGroupOutContext
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.groups.ReplicationGroupOutContext
com.gigaspaces.internal.cluster.node.impl.groups.async.AsyncReplicationGroupOutContext
- All Implemented Interfaces:
IAsyncReplicationGroupOutContext, IReplicationGroupOutContext, Textualizable
public class AsyncReplicationGroupOutContext
extends ReplicationGroupOutContext
implements IAsyncReplicationGroupOutContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()longbooleanisEmpty()intsize()voidtoText(Textualizer textualizer) Methods inherited from class ReplicationGroupOutContext
afterAddingOrderedPacket, getEntireContext, getName, setEntireContext, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IReplicationGroupOutContext
getEntireContext, getName, setEntireContext
-
Constructor Details
-
AsyncReplicationGroupOutContext
-
-
Method Details
-
addOrderedPacket
- Specified by:
addOrderedPacketin interfaceIReplicationGroupOutContext
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIReplicationGroupOutContext
-
size
public int size()- Specified by:
sizein interfaceIReplicationGroupOutContext
-
clear
public void clear()- Specified by:
clearin interfaceIReplicationGroupOutContext
-
getWeight
public long getWeight()- Specified by:
getWeightin interfaceIReplicationGroupOutContext
-
toText
- Specified by:
toTextin interfaceTextualizable- Overrides:
toTextin classReplicationGroupOutContext
-