Package | Description |
---|---|
org.gridgain.grid.cache.dr |
Contains cache data center replication API classes.
|
org.gridgain.grid.configuration |
Contains base GridGain configuration classes.
|
Modifier and Type | Method and Description |
---|---|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setBackupSyncFrequency(long backupSyncFreq)
Sets backup part's DR state synchronization frequency.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setBatchSendFrequency(long batchSndFreq)
Sets batch send frequency.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setBatchSendSize(int batchSndSize)
Deprecated.
Use
GridGainConfiguration.setBatchSendSizeBytes(int) instead. |
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setEntryFilter(@Nullable CacheDrEntryFilter entryFilter)
Set entry filter.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setLoadBalancingMode(DrSenderLoadBalancingMode loadBalancingMode)
Sets sender hub load balancing mode.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setMaxBackupQueueSize(int maxBackupSize)
Sets maximum size of backup entries queue.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setMaxBatches(int maxBatches)
Sets maximum amount of batches awaiting for sender hub acknowledge.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setPreferLocalSender(boolean preferLocSnd)
Sets whether to prefer the local sender hub.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setSenderGroup(String senderGroup)
Sets sender group name which sender will be used for replication.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setStateTransferThreadsCount(int stateTransferThreadsCnt)
Deprecated.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setStateTransferThrottle(long stateTransferThrottle)
Deprecated.
|
CacheDrSenderConfiguration |
CacheDrSenderConfiguration.setStateTransferThrottleBytes(int stateTransferThrottleBytes)
Sets state transfer throttle bytes.
|
Constructor and Description |
---|
CacheDrSenderConfiguration(CacheDrSenderConfiguration cfg)
Copying constructor.
|
Modifier and Type | Method and Description |
---|---|
CacheDrSenderConfiguration |
GridGainCacheConfiguration.getDrSenderConfiguration()
Gets data center replication send configuration.
|
Modifier and Type | Method and Description |
---|---|
GridGainCacheConfiguration |
GridGainCacheConfiguration.setDrSenderConfiguration(CacheDrSenderConfiguration drSndCacheCfg)
Sets data center replication send configuration.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024