Class MirrorConfig
java.lang.Object
com.gigaspaces.internal.sync.mirror.MirrorConfig
Mirror space configuration. Contains mirror specific configuration located under
space-config.mirror. Current possible configuration:
space-config.mirror-service.enabled=true
space-config.mirror-service.operation-grouping=group-by-space-transaction
- Since:
- 7.1
- Author:
- anna
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Field Details
-
DIST_TX_WAIT_TIMEOUT
public static final long DIST_TX_WAIT_TIMEOUT- See Also:
-
DIST_TX_WAIT_FOR_OPERATIONS
public static final long DIST_TX_WAIT_FOR_OPERATIONS- See Also:
-
-
Constructor Details
-
MirrorConfig
-
-
Method Details
-
getOperationGrouping
-
getClusterName
-
getBackupsPerPartition
public int getBackupsPerPartition() -
getPartitionsCount
public int getPartitionsCount() -
getDistributedTransactionProcessingParameters
public DistributedTransactionProcessingConfiguration getDistributedTransactionProcessingParameters()
-