@Nullable 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 |
DataStorePropertiesContainerBuilder.getBackendAlivenessTimerIntervalInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getBoundedMailboxCapacity() |
Max queue size that an actor's mailbox can reach
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getBoundedMailboxCapacity() |
|
static NonZeroUint32Type |
NonZeroUint32Type.getDefaultInstance(String defaultValue) |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getFileBackedStreamingThresholdInMegabytes() |
When streaming large amounts of data, eg when sending a snapshot to a follower,
this is the threshold in terms of number of megabytes before it should switch
from storing in memory to buffering to a file.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getFileBackedStreamingThresholdInMegabytes() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getFrontendNoProgressTimeoutInSeconds() |
The timeout interval whereby the client front-end hasn't made progress with the
back-end on any request and terminates.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getFrontendNoProgressTimeoutInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getFrontendRequestTimeoutInSeconds() |
The timeout interval whereby client frontend transaction requests are failed.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getFrontendRequestTimeoutInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getInitialPayloadSerializedBufferCapacity() |
The initial buffer capacity, in bytes, to use when serializing message payloads.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getInitialPayloadSerializedBufferCapacity() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getMaximumMessageSliceSize() |
When fragmenting messages thru the akka remoting framework, this is the maximum
size in bytes for a message slice.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getMaximumMessageSliceSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeExecutorPoolSize() |
The maximum thread pool size for each shard's data store data change
notification executor.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getMaxShardDataChangeExecutorPoolSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeExecutorQueueSize() |
The maximum queue size for each shard's data store data change notification
executor.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getMaxShardDataChangeExecutorQueueSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getMaxShardDataChangeListenerQueueSize() |
The maximum queue size for each shard's data store data change listener.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getMaxShardDataChangeListenerQueueSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getMaxShardDataStoreExecutorQueueSize() |
The maximum queue size for each shard's data store executor.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getMaxShardDataStoreExecutorQueueSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardBatchedModificationCount() |
The number of transaction modification operations (put, merge, delete) to batch
before sending to the shard transaction actor.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardBatchedModificationCount() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardCommitQueueExpiryTimeoutInSeconds() |
The maximum amount of time a transaction can remain in a shard's commit queue
waiting to begin the CanCommit phase as coordinated by the broker front-end.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardCommitQueueExpiryTimeoutInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardElectionTimeoutFactor() |
The multiplication factor to be used to determine shard election timeout.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardElectionTimeoutFactor() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardInitializationTimeoutInSeconds() |
The maximum amount of time to wait for a shard to initialize from persistence on
startup before failing an operation (eg transaction create and change listener
registration).
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardInitializationTimeoutInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardJournalRecoveryLogBatchSize() |
The maximum number of journal log entries to batch on recovery for a shard
before committing to the data store.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardJournalRecoveryLogBatchSize() |
|
@Nullable 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 |
DataStorePropertiesContainerBuilder.getShardLeaderElectionTimeoutInSeconds() |
|
@Nullable 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 |
DataStorePropertiesContainerBuilder.getShardSnapshotBatchCount() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardSnapshotChunkSize() |
Deprecated.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardSnapshotChunkSize() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardTransactionCommitQueueCapacity() |
The maximum allowed capacity for each shard's transaction commit queue.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardTransactionCommitQueueCapacity() |
|
@Nullable 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 |
DataStorePropertiesContainerBuilder.getShardTransactionCommitTimeoutInSeconds() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getShardTransactionIdleTimeoutInMinutes() |
The maximum amount of time a shard transaction can be idle without receiving any
messages before it self-destructs.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getShardTransactionIdleTimeoutInMinutes() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getSyncIndexThreshold() |
Permitted synchronization lag, expressed in terms of RAFT entry count.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getSyncIndexThreshold() |
|
@Nullable NonZeroUint32Type |
DataStoreProperties.getTransactionCreationInitialRateLimit() |
The initial number of transactions per second that are allowed before the data
store should begin applying back pressure.
|
NonZeroUint32Type |
DataStorePropertiesContainerBuilder.getTransactionCreationInitialRateLimit() |
|