Uses of Class
com.gigaspaces.cluster.replication.ReplicationException
Packages that use ReplicationException
Package
Description
-
Uses of ReplicationException in com.gigaspaces.internal.cluster.node.impl.backlog
Methods in com.gigaspaces.internal.cluster.node.impl.backlog that throw ReplicationExceptionModifier and TypeMethodDescriptionvoidIReplicationGroupBacklog.processIdleStateDataResult(String memberName, IProcessResult result, IIdleStateData idleStateData) voidIReplicationGroupBacklog.processResult(String memberName, IProcessResult result, IReplicationOrderedPacket packet) voidIReplicationGroupBacklog.processResult(String memberName, IProcessResult result, List<IReplicationOrderedPacket> packets) -
Uses of ReplicationException in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder that throw ReplicationExceptionModifier and TypeMethodDescriptionvoidAbstractGlobalOrderGroupBacklog.processResult(String memberName, IProcessResult result, IReplicationOrderedPacket packet) voidAbstractGlobalOrderGroupBacklog.processResult(String memberName, IProcessResult result, List<IReplicationOrderedPacket> packets) -
Uses of ReplicationException in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that throw ReplicationExceptionModifier and TypeMethodDescriptionvoidAbstractMultiBucketSingleFileGroupBacklog.processResult(String memberName, IProcessResult result, IReplicationOrderedPacket packet) voidAbstractMultiBucketSingleFileGroupBacklog.processResult(String memberName, IProcessResult result, List<IReplicationOrderedPacket> packets) -
Uses of ReplicationException in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that throw ReplicationExceptionModifier and TypeMethodDescriptionvoidAbstractMultiSourceSingleFileGroupBacklog.processIdleStateDataResult(String memberName, IProcessResult result, IIdleStateData idleStateData) voidAbstractMultiSourceSingleFileGroupBacklog.processResult(String memberName, IProcessResult result, IReplicationOrderedPacket packet) voidAbstractMultiSourceSingleFileGroupBacklog.processResult(String memberName, IProcessResult result, List<IReplicationOrderedPacket> packets) -
Uses of ReplicationException in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups that throw ReplicationExceptionModifier and TypeMethodDescriptionprotected intAbstractReplicationSourceChannel.replicate(IReplicationOrderedPacket packet) protected intAbstractReplicationSourceChannel.replicateBatch(List<IReplicationOrderedPacket> packets) Replicate given packetsprotected voidAbstractReplicationSourceChannel.replicateBatchDelayed(List<IReplicationOrderedPacket> packets) This method should be called when replicating packets that were generated at a considerable time before the actual replication (i.e async replication), this will replicate only packets that are not obsolete (i.eequals true)