Uses of Interface
com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync.IReplicationReliableAsyncGroupBacklog
Packages that use IReplicationReliableAsyncGroupBacklog
Package
Description
-
Uses of IReplicationReliableAsyncGroupBacklog in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder that implement IReplicationReliableAsyncGroupBacklog -
Uses of IReplicationReliableAsyncGroupBacklog in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that implement IReplicationReliableAsyncGroupBacklogMethods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that return IReplicationReliableAsyncGroupBacklogModifier and TypeMethodDescriptionMultiBucketSingleFileBacklogBuilder.createReliableAsyncGroupBacklog(DynamicSourceGroupConfigHolder groupConfig) -
Uses of IReplicationReliableAsyncGroupBacklog in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that implement IReplicationReliableAsyncGroupBacklogMethods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that return IReplicationReliableAsyncGroupBacklogModifier and TypeMethodDescriptionMultiSourceSingleFileBacklogBuilder.createReliableAsyncGroupBacklog(DynamicSourceGroupConfigHolder groupConfig) -
Uses of IReplicationReliableAsyncGroupBacklog in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync that return IReplicationReliableAsyncGroupBacklogModifier and TypeMethodDescriptionIReplicationReliableAsyncBacklogBuilder.createReliableAsyncGroupBacklog(DynamicSourceGroupConfigHolder groupConfig) Create a backlog for a reliable asyncIReplicationSourceGroup -
Uses of IReplicationReliableAsyncGroupBacklog in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Constructors in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IReplicationReliableAsyncGroupBacklogModifierConstructorDescriptionReliableAsyncReplicationSourceChannel(DynamicSourceGroupConfigHolder groupConfig, String groupName, String memberName, IReplicationRouter replicationRouter, IReplicationMonitoredConnection connection, IReplicationReliableAsyncGroupBacklog groupBacklog, IReplicationOutFilter outFilter, int batchSize, long intervalMilis, int intervalOperations, IAsyncHandlerProvider asyncHandlerProvider, Collection<SyncReplicationSourceChannel> keeperSyncChannelsCollection, IReplicationChannelDataFilter dataFilter, IReplicationSourceGroupStateListener stateListener, IReplicationGroupHistory groupHistory, ReplicationStatistics.ReplicationMode channelType, Object customBacklogMetadata, String tag, boolean resetTarget) ReliableAsyncReplicationSourceGroup(DynamicSourceGroupConfigHolder groupConfig, IReplicationRouter replicationRouter, IReplicationReliableAsyncGroupBacklog groupBacklog, String myLookupName, IReplicationOutFilter outFilter, IReplicationThrottleControllerBuilder throttleController, IAsyncHandlerProvider asyncHandlerProvider, int syncChannelAsyncStateBatchSize, long syncChannelIdleDelayMilis, int asyncChannelBatchSize, long asyncChannelInterval, int asyncChannelIntervalOperations, IReplicationSourceGroupStateListener stateListener) SourceDelegationReplicationReliableAsyncMediator(DynamicReliableAsyncSourceGroupConfigHolder groupConfigHolder, IReplicationConnection sourceConnection, IReplicationReliableAsyncGroupBacklog reliableAsyncGroupBacklog, String sourceLookupName, String myLookupName, IReplicationRouter router, IReplicationChannelDataFilterBuilder filterBuilder, IDynamicSourceGroupMemberLifeCycleBuilder lifeCycleBuilder)