A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
U
V
G
- getActiveInstanceCount() - function in io.namastack.outbox.OutboxInstanceRegistry
- Gets the count of active instances.
- getActiveInstanceIds() - function in io.namastack.outbox.OutboxInstanceRegistry
- Gets all active instance IDs.
- getActiveInstances() - function in io.namastack.outbox.OutboxInstanceRegistry
- Gets all currently active instances.
- getAggregateId() - function in io.namastack.outbox.OutboxRecord
- getAssignedPartitions(java.lang.String) - function in io.namastack.outbox.partition.PartitionCoordinator
- Gets the partitions assigned to a specific instance.
- getAssignedPartitions() - function in io.namastack.outbox.partition.PartitionProcessingStats
- getAveragePartitionsPerInstance() - function in io.namastack.outbox.partition.PartitionStats
- getBasePolicy() - function in io.namastack.outbox.OutboxProperties.Retry.JitteredRetry
- getBatchSize() - function in io.namastack.outbox.OutboxProperties
- getCompletedAt() - function in io.namastack.outbox.OutboxRecord
- getCreatedAt() - function in io.namastack.outbox.OutboxInstance
- getCreatedAt() - function in io.namastack.outbox.OutboxRecord
- getCurrentAssignments() - function in io.namastack.outbox.partition.PartitionCoordinator
- Gets all current partition assignments.
- getCurrentInstanceId() - function in io.namastack.outbox.OutboxInstanceRegistry
- Gets the current instance ID.
- getDelay() - function in io.namastack.outbox.OutboxProperties.Retry.FixedRetry
- getDeleteCompletedRecords() - function in io.namastack.outbox.OutboxProperties.Processing
- getEnabled() - function in io.namastack.outbox.OutboxProperties.SchemaInitialization
- getEntries() - function in io.namastack.outbox.OutboxInstanceStatus
- getEntries() - function in io.namastack.outbox.OutboxRecordStatus
- getEventType() - function in io.namastack.outbox.OutboxRecord
- getExecutorCorePoolSize() - function in io.namastack.outbox.OutboxProperties.Processing
- getExecutorMaxPoolSize() - function in io.namastack.outbox.OutboxProperties.Processing
- getExponential() - function in io.namastack.outbox.OutboxProperties.Retry
- getFixed() - function in io.namastack.outbox.OutboxProperties.Retry
- getGracefulShutdownTimeoutSeconds() - function in io.namastack.outbox.OutboxProperties.Instance
- getHeartbeatIntervalSeconds() - function in io.namastack.outbox.OutboxProperties.Instance
- getHostname() - function in io.namastack.outbox.OutboxInstance
- getId() - function in io.namastack.outbox.OutboxRecord
- getInitialDelay() - function in io.namastack.outbox.OutboxProperties.Retry.ExponentialRetry
- getInstance() - function in io.namastack.outbox.OutboxProperties
- getInstanceForPartition(java.lang.Integer) - function in io.namastack.outbox.partition.PartitionCoordinator
- Gets the instance ID that owns a specific partition.
- getInstanceId() - function in io.namastack.outbox.OutboxInstance
- getInstanceId() - function in io.namastack.outbox.partition.PartitionProcessingStats
- getInstanceStats() - function in io.namastack.outbox.partition.PartitionStats
- getJitter() - function in io.namastack.outbox.OutboxProperties.Retry.JitteredRetry
- getJittered() - function in io.namastack.outbox.OutboxProperties.Retry
- getLastHeartbeat() - function in io.namastack.outbox.OutboxInstance
- getMaxDelay() - function in io.namastack.outbox.OutboxProperties.Retry.ExponentialRetry
- getMaxRetries() - function in io.namastack.outbox.OutboxProperties.Retry
- getMultiplier() - function in io.namastack.outbox.OutboxProperties.Retry.ExponentialRetry
- getName() - function in kotlin.OutboxInstanceStatus
- getName() - function in kotlin.OutboxRecordStatus
- getNewInstanceDetectionIntervalSeconds() - function in io.namastack.outbox.OutboxProperties.Instance
- getNextRetryAt() - function in io.namastack.outbox.OutboxRecord
- getOrdinal() - function in kotlin.OutboxInstanceStatus
- getOrdinal() - function in kotlin.OutboxRecordStatus
- getPartition() - function in io.namastack.outbox.OutboxRecord
- getPartitionForAggregate(java.lang.String) - function in io.namastack.outbox.partition.PartitionHasher
- Calculates the partition number for a given aggregate ID.
- getPartitionStats() - function in io.namastack.outbox.partition.PartitionCoordinator
- Gets statistics about current partition distribution.
- getPayload() - function in io.namastack.outbox.OutboxRecord
- getPendingRecordsPerPartition() - function in io.namastack.outbox.partition.PartitionProcessingStats
- getPolicy() - function in io.namastack.outbox.OutboxProperties.Retry
- getPollInterval() - function in io.namastack.outbox.OutboxProperties
- getPort() - function in io.namastack.outbox.OutboxInstance
- getProcessing() - function in io.namastack.outbox.OutboxProperties
- getPublishAfterSave() - function in io.namastack.outbox.OutboxProperties.Processing
- getRetry() - function in io.namastack.outbox.OutboxProperties
- getRetryCount() - function in io.namastack.outbox.OutboxRecord
- getSchemaInitialization() - function in io.namastack.outbox.OutboxProperties
- getStaleInstanceTimeoutSeconds() - function in io.namastack.outbox.OutboxProperties.Instance
- getStartedAt() - function in io.namastack.outbox.OutboxInstance
- getStatus() - function in io.namastack.outbox.OutboxInstance
- getStatus() - function in io.namastack.outbox.OutboxRecord
- getStopOnFirstFailure() - function in io.namastack.outbox.OutboxProperties.Processing
- getTotalInstances() - function in io.namastack.outbox.partition.PartitionStats
- getTotalPartitions() - function in io.namastack.outbox.partition.PartitionStats
- getTotalPendingRecords() - function in io.namastack.outbox.partition.PartitionProcessingStats
- getUpdatedAt() - function in io.namastack.outbox.OutboxInstance
- gracefulShutdown() - function in io.namastack.outbox.OutboxInstanceRegistry
- Performs graceful shutdown of this instance.