Uses of Interface
com.gigaspaces.internal.cluster.node.impl.groups.IReplicationGroupOutContext
Packages that use IReplicationGroupOutContext
Package
Description
-
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl that return IReplicationGroupOutContextModifier and TypeMethodDescriptionReplicationOutContext.getGroupContext(String groupName) ReplicationOutContext.getSingleGroupParticipantContext()Methods in com.gigaspaces.internal.cluster.node.impl that return types with arguments of type IReplicationGroupOutContextMethods in com.gigaspaces.internal.cluster.node.impl with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionvoidReplicationOutContext.setGroupContext(IReplicationGroupOutContext groupContext) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionprotected IReplicationOrderedPacketAbstractGlobalOrderGroupBacklog.addGenericOperationPacket(IReplicationGroupOutContext groupContext, Object operationData, ReplicationSingleOperationType operationType) protected IReplicationOrderedPacketAbstractGlobalOrderGroupBacklog.addSingleOperationPacket(IReplicationGroupOutContext groupContext, IEntryHolder entryHolder, ReplicationSingleOperationType operationType) protected IReplicationOrderedPacketAbstractGlobalOrderGroupBacklog.addTransactionOperationPacket(IReplicationGroupOutContext groupContext, ServerTransaction transaction, ArrayList<IEntryHolder> lockedEntries, ReplicationMultipleOperationType operationType) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionprotected IReplicationOrderedPacketAbstractMultiSourceSingleFileGroupBacklog.addGenericOperationPacket(IReplicationGroupOutContext groupContext, Object operationData, ReplicationSingleOperationType operationType) protected IReplicationOrderedPacketAbstractMultiSourceSingleFileGroupBacklog.addSingleOperationPacket(IReplicationGroupOutContext groupContext, IEntryHolder entryHolder, ReplicationSingleOperationType operationType) protected IReplicationOrderedPacketAbstractMultiSourceSingleFileGroupBacklog.addTransactionOperationPacket(IReplicationGroupOutContext groupContext, ServerTransaction transaction, ArrayList<IEntryHolder> lockedEntries, ReplicationMultipleOperationType operationType) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups
Classes in com.gigaspaces.internal.cluster.node.impl.groups that implement IReplicationGroupOutContextMethods in com.gigaspaces.internal.cluster.node.impl.groups with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionintAbstractReplicationSourceGroup.execute(IReplicationGroupOutContext groupContext) intIReplicationSourceGroup.execute(IReplicationGroupOutContext groupContext) Executes the replication specified by the provided group contextprotected abstract intAbstractReplicationSourceGroup.executeImpl(IReplicationGroupOutContext groupContext) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups.async
Subinterfaces of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups.asyncClasses in com.gigaspaces.internal.cluster.node.impl.groups.async that implement IReplicationGroupOutContextMethods in com.gigaspaces.internal.cluster.node.impl.groups.async with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionvoidAsyncReplicationSourceChannel.execute(IReplicationGroupOutContext groupContext) intAsyncReplicationSourceGroup.executeImpl(IReplicationGroupOutContext groupContext) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Classes in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync that implement IReplicationGroupOutContextMethods in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionintReliableAsyncReplicationSourceGroup.executeImpl(IReplicationGroupOutContext groupContext) -
Uses of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups.sync
Subinterfaces of IReplicationGroupOutContext in com.gigaspaces.internal.cluster.node.impl.groups.syncClasses in com.gigaspaces.internal.cluster.node.impl.groups.sync that implement IReplicationGroupOutContextMethods in com.gigaspaces.internal.cluster.node.impl.groups.sync with parameters of type IReplicationGroupOutContextModifier and TypeMethodDescriptionintSyncReplicationSourceGroup.executeImpl(IReplicationGroupOutContext groupContext)