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 com.gigaspaces.internal.cluster.node.impl.config.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.config.IReplicationSettings
getBacklogWeightPolicy, getBatchParallelFactor, getBatchParallelThreshold, getBatchSize, getBucketCount, getConsumeTimeout, getIdleDelay, getInFilter, getLimitReachedPolicy, getMaxRedoLogCapacity, getOperationsReplicationThreshold, getOutFilter, getProcessingType, getRedoLogCompaction, getSpaceCopyInFilter, getSpaceCopyOutFilter, getSwapBacklogSettings, getSyncReplicationSettings, isNetworkCompressionEnabled, isOnRecoveryRedoLogExceededBlockPrimaryMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.config.ISpaceReplicationSettings
getMaxRedoLogCapacityDuringRecovery, getMaxRedoLogMemoryCapacity
-
Constructor Details
-
SpaceReplicationSettings
-
-
Method Details
-
getSpaceMemberName
- Specified by:
getSpaceMemberNamein interfaceISpaceReplicationSettings
-
getGroupMemberNames
- Specified by:
getGroupMemberNamesin interfaceISpaceReplicationSettings
-