Class SpaceReplicationSettings
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.config.ReplicationSettings
com.gigaspaces.internal.cluster.node.impl.config.SpaceReplicationSettings
- All Implemented Interfaces:
IReplicationSettings, ISpaceReplicationSettings, ISyncReplicationSettings
public class SpaceReplicationSettings
extends ReplicationSettings
implements ISpaceReplicationSettings
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceReplicationSettings(String spaceMemberName, List<String> groupMemberNames) -
Method Summary
Methods inherited from class ReplicationSettings
getBacklogWeightPolicy, getBatchParallelFactor, getBatchParallelThreshold, getBatchSize, getBucketCount, getConsistencyLevel, getConsumeTimeout, getIdleDelay, getInFilter, getLimitReachedPolicy, getMaxRedoLogCapacity, getMaxRedoLogCapacityDuringRecovery, getMaxRedoLogMemoryCapacity, getMaxThrottleTPWhenInactive, getMinThrottleTPWhenActive, getOperationsReplicationThreshold, getOutFilter, getProcessingType, getRedoLogCompaction, getSpaceCopyInFilter, getSpaceCopyOutFilter, getSwapBacklogSettings, getSyncReplicationSettings, isNetworkCompressionEnabled, isOneWay, isThrottleWhenInactive, setBacklogWeightPolicy, setBatchParallelFactor, setBatchParallelThreshold, setBatchSize, setBucketCount, setConsumeTimeout, setIdleDelay, setLimitReachedPolicy, setMaxRedoLogCapacity, setMaxRedoLogCapacityDuringRecovery, setMaxRedoLogMemoryCapacity, setMaxThrottleTPWhenInactive, setMinThrottleTPWhenActive, setOneWay, setOperationsReplicationThreshold, setProcessindType, setRedoLogCompaction, setThrottleWhenInactiveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IReplicationSettings
getBacklogWeightPolicy, getBatchParallelFactor, getBatchParallelThreshold, getBatchSize, getBucketCount, getConsumeTimeout, getIdleDelay, getInFilter, getLimitReachedPolicy, getMaxRedoLogCapacity, getOperationsReplicationThreshold, getOutFilter, getProcessingType, getRedoLogCompaction, getSpaceCopyInFilter, getSpaceCopyOutFilter, getSwapBacklogSettings, getSyncReplicationSettings, isNetworkCompressionEnabled, isOnRecoveryRedoLogExceededBlockPrimaryMethods inherited from interface ISpaceReplicationSettings
getMaxRedoLogCapacityDuringRecovery, getMaxRedoLogMemoryCapacity
-
Constructor Details
-
SpaceReplicationSettings
-
-
Method Details
-
getSpaceMemberName
- Specified by:
getSpaceMemberNamein interfaceISpaceReplicationSettings
-
getGroupMemberNames
- Specified by:
getGroupMemberNamesin interfaceISpaceReplicationSettings
-