Uses of Class
com.gigaspaces.internal.cluster.node.impl.groups.sync.SyncReplicationSourceChannel
Packages that use SyncReplicationSourceChannel
Package
Description
-
Uses of SyncReplicationSourceChannel in com.gigaspaces.internal.cluster.node.impl.groups.consistencylevel
Methods in com.gigaspaces.internal.cluster.node.impl.groups.consistencylevel with parameters of type SyncReplicationSourceChannelModifier and TypeMethodDescriptionvoidSyncMembersInSyncConsistencyLevelPolicy.checkConsistencyLevel(SyncReplicationSourceChannel syncChannel) voidSyncMembersInSyncConsistencyLevelPolicy.checkConsistencyLevel(SyncReplicationSourceChannel[] syncChannels, String myMemberName) -
Uses of SyncReplicationSourceChannel in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Constructor parameters in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with type arguments of type SyncReplicationSourceChannelModifierConstructorDescriptionReliableAsyncReplicationSourceChannel(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)