| Modifier and Type | Method and Description |
|---|---|
void |
ConfigProperties.setBackendAlivenessTimerIntervalInSeconds(NonZeroUint32Type backendAlivenessTimerIntervalInSeconds) |
void |
OperationalProperties.setBackendAlivenessTimerIntervalInSeconds(NonZeroUint32Type backendAlivenessTimerIntervalInSeconds) |
void |
ConfigProperties.setBoundedMailboxCapacity(NonZeroUint32Type boundedMailboxCapacity) |
void |
OperationalProperties.setBoundedMailboxCapacity(NonZeroUint32Type boundedMailboxCapacity) |
void |
ConfigProperties.setFileBackedStreamingThresholdInMegabytes(NonZeroUint32Type fileBackedStreamingThresholdInMegabytes) |
void |
OperationalProperties.setFileBackedStreamingThresholdInMegabytes(NonZeroUint32Type fileBackedStreamingThresholdInMegabytes) |
void |
ConfigProperties.setFrontendNoProgressTimeoutInSeconds(NonZeroUint32Type frontendNoProgressTimeoutInSeconds) |
void |
OperationalProperties.setFrontendNoProgressTimeoutInSeconds(NonZeroUint32Type frontendNoProgressTimeoutInSeconds) |
void |
ConfigProperties.setFrontendRequestTimeoutInSeconds(NonZeroUint32Type frontendRequestTimeoutInSeconds) |
void |
OperationalProperties.setFrontendRequestTimeoutInSeconds(NonZeroUint32Type frontendRequestTimeoutInSeconds) |
void |
ConfigProperties.setMaximumMessageSliceSize(NonZeroUint32Type maximumMessageSliceSize) |
void |
OperationalProperties.setMaximumMessageSliceSize(NonZeroUint32Type maximumMessageSliceSize) |
void |
ConfigProperties.setMaxShardDataChangeExecutorPoolSize(NonZeroUint32Type maxShardDataChangeExecutorPoolSize) |
void |
OperationalProperties.setMaxShardDataChangeExecutorPoolSize(NonZeroUint32Type maxShardDataChangeExecutorPoolSize) |
void |
ConfigProperties.setMaxShardDataChangeExecutorQueueSize(NonZeroUint32Type maxShardDataChangeExecutorQueueSize) |
void |
OperationalProperties.setMaxShardDataChangeExecutorQueueSize(NonZeroUint32Type maxShardDataChangeExecutorQueueSize) |
void |
ConfigProperties.setMaxShardDataChangeListenerQueueSize(NonZeroUint32Type maxShardDataChangeListenerQueueSize) |
void |
OperationalProperties.setMaxShardDataChangeListenerQueueSize(NonZeroUint32Type maxShardDataChangeListenerQueueSize) |
void |
ConfigProperties.setMaxShardDataStoreExecutorQueueSize(NonZeroUint32Type maxShardDataStoreExecutorQueueSize) |
void |
OperationalProperties.setMaxShardDataStoreExecutorQueueSize(NonZeroUint32Type maxShardDataStoreExecutorQueueSize) |
void |
ConfigProperties.setShardBatchedModificationCount(NonZeroUint32Type shardBatchedModificationCount) |
void |
OperationalProperties.setShardBatchedModificationCount(NonZeroUint32Type shardBatchedModificationCount) |
void |
ConfigProperties.setShardCommitQueueExpiryTimeoutInSeconds(NonZeroUint32Type shardCommitQueueExpiryTimeoutInSeconds) |
void |
OperationalProperties.setShardCommitQueueExpiryTimeoutInSeconds(NonZeroUint32Type shardCommitQueueExpiryTimeoutInSeconds) |
void |
ConfigProperties.setShardElectionTimeoutFactor(NonZeroUint32Type shardElectionTimeoutFactor) |
void |
OperationalProperties.setShardElectionTimeoutFactor(NonZeroUint32Type shardElectionTimeoutFactor) |
void |
ConfigProperties.setShardInitializationTimeoutInSeconds(NonZeroUint32Type shardInitializationTimeoutInSeconds) |
void |
OperationalProperties.setShardInitializationTimeoutInSeconds(NonZeroUint32Type shardInitializationTimeoutInSeconds) |
void |
ConfigProperties.setShardJournalRecoveryLogBatchSize(NonZeroUint32Type shardJournalRecoveryLogBatchSize) |
void |
OperationalProperties.setShardJournalRecoveryLogBatchSize(NonZeroUint32Type shardJournalRecoveryLogBatchSize) |
void |
ConfigProperties.setShardLeaderElectionTimeoutInSeconds(NonZeroUint32Type shardLeaderElectionTimeoutInSeconds) |
void |
OperationalProperties.setShardLeaderElectionTimeoutInSeconds(NonZeroUint32Type shardLeaderElectionTimeoutInSeconds) |
void |
ConfigProperties.setShardSnapshotBatchCount(NonZeroUint32Type shardSnapshotBatchCount) |
void |
OperationalProperties.setShardSnapshotBatchCount(NonZeroUint32Type shardSnapshotBatchCount) |
void |
ConfigProperties.setShardSnapshotChunkSize(NonZeroUint32Type shardSnapshotChunkSize) |
void |
OperationalProperties.setShardSnapshotChunkSize(NonZeroUint32Type shardSnapshotChunkSize) |
void |
ConfigProperties.setShardTransactionCommitQueueCapacity(NonZeroUint32Type shardTransactionCommitQueueCapacity) |
void |
OperationalProperties.setShardTransactionCommitQueueCapacity(NonZeroUint32Type shardTransactionCommitQueueCapacity) |
void |
ConfigProperties.setShardTransactionCommitTimeoutInSeconds(NonZeroUint32Type shardTransactionCommitTimeoutInSeconds) |
void |
OperationalProperties.setShardTransactionCommitTimeoutInSeconds(NonZeroUint32Type shardTransactionCommitTimeoutInSeconds) |
void |
ConfigProperties.setShardTransactionIdleTimeoutInMinutes(NonZeroUint32Type shardTransactionIdleTimeoutInMinutes) |
void |
OperationalProperties.setShardTransactionIdleTimeoutInMinutes(NonZeroUint32Type shardTransactionIdleTimeoutInMinutes) |
void |
ConfigProperties.setSyncIndexThreshold(NonZeroUint32Type syncIndexThreshold) |
void |
OperationalProperties.setSyncIndexThreshold(NonZeroUint32Type syncIndexThreshold) |
void |
ConfigProperties.setTransactionCreationInitialRateLimit(NonZeroUint32Type transactionCreationInitialRateLimit) |
void |
OperationalProperties.setTransactionCreationInitialRateLimit(NonZeroUint32Type transactionCreationInitialRateLimit) |
| Modifier and Type | Method and Description |
|---|---|
NonZeroUint32Type |
DataStoreProperties.getBackendAlivenessTimerIntervalInSeconds()
The timer interval whereby, on expiration after response inactivity from the
back-end,the connection to the back-end is torn down and reconnection is
attempted.
|
NonZeroUint32Type |
DataStoreProperties.getBoundedMailboxCapacity()
Max queue size that an actor's mailbox can reach
|
static NonZeroUint32Type |
NonZeroUint32Type.getDefaultInstance(String defaultValue) |
NonZeroUint32Type |
DataStoreProperties.getFileBackedStreamingThresholdInMegabytes()
When streaming large amounts of data, eg when sending a snapshot to a follower,
thisis the threshold in terms of number of megabytes before it should switch
from storing in memory tobuffering to a file.
|
NonZeroUint32Type |
DataStoreProperties.getFrontendNoProgressTimeoutInSeconds()
The timeout interval whereby the client front-end hasn't made progress with
theback-end on any request and terminates.
|
NonZeroUint32Type |
DataStoreProperties.getFrontendRequestTimeoutInSeconds()
The timeout interval whereby client frontend transaction requests are failed.
|
NonZeroUint32Type |
DataStoreProperties.getMaximumMessageSliceSize()
When fragmenting messages thru the akka remoting framework, this is themaximum
size in bytes for a message slice.
|
NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeExecutorPoolSize()
The maximum thread pool size for each shard's data store data change
notification executor.
|
NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeExecutorQueueSize()
The maximum queue size for each shard's data store data change notification
executor.
|
NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeListenerQueueSize()
The maximum queue size for each shard's data store data change listener.
|
NonZeroUint32Type |
DataStoreProperties.getMaxShardDataStoreExecutorQueueSize()
The maximum queue size for each shard's data store executor.
|
NonZeroUint32Type |
DataStoreProperties.getShardBatchedModificationCount()
The number of transaction modification operations (put, merge, delete) tobatch
before sending to the shard transaction actor.
|
NonZeroUint32Type |
DataStoreProperties.getShardCommitQueueExpiryTimeoutInSeconds()
The maximum amount of time a transaction can remain in a shard's commit queue
waitingto begin the CanCommit phase as coordinated by the broker front-end.
|
NonZeroUint32Type |
DataStoreProperties.getShardElectionTimeoutFactor()
The multiplication factor to be used to determine shard election timeout.
|
NonZeroUint32Type |
DataStoreProperties.getShardInitializationTimeoutInSeconds()
The maximum amount of time to wait for a shard to initialize from persistenceon
startup before failing an operation (eg transaction create and changelistener
registration).
|
NonZeroUint32Type |
DataStoreProperties.getShardJournalRecoveryLogBatchSize()
The maximum number of journal log entries to batch on recovery for a shard
before committing to the data store.
|
NonZeroUint32Type |
DataStoreProperties.getShardLeaderElectionTimeoutInSeconds()
The maximum amount of time to wait for a shard to elect a leader before failing
an operation (eg transaction create).
|
NonZeroUint32Type |
DataStoreProperties.getShardSnapshotBatchCount()
The minimum number of entries to be present in the in-memory journal log before
a snapshot is to be taken.
|
NonZeroUint32Type |
DataStoreProperties.getShardSnapshotChunkSize()
Deprecated.
|
NonZeroUint32Type |
DataStoreProperties.getShardTransactionCommitQueueCapacity()
The maximum allowed capacity for each shard's transaction commit queue.
|
NonZeroUint32Type |
DataStoreProperties.getShardTransactionCommitTimeoutInSeconds()
The maximum amount of time a shard transaction three-phase commit can be idle
without receiving the next messages before it aborts the transaction
|
NonZeroUint32Type |
DataStoreProperties.getShardTransactionIdleTimeoutInMinutes()
The maximum amount of time a shard transaction can be idle without receiving any
messages before it self-destructs.
|
NonZeroUint32Type |
DataStoreProperties.getSyncIndexThreshold()
Permitted synchronization lag, expressed in terms of RAFT entry count.
|
NonZeroUint32Type |
DataStoreProperties.getTransactionCreationInitialRateLimit()
The initial number of transactions per second that are allowed before the data
storeshould begin applying back pressure.
|
| Constructor and Description |
|---|
NonZeroUint32Type(NonZeroUint32Type source)
Creates a copy from Source Object.
|
Copyright © 2018 OpenDaylight. All rights reserved.