Package-level declarations
Types
Link copied to clipboard
class ElasticsearchBulkItemException(val operationType: OperationType, val index: String, val id: String?, val status: Int, val error: ErrorCause?) : RuntimeException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ElasticsearchEventStoreBatchCloseTimeoutException(val timeout: Duration) : IllegalStateException
Link copied to clipboard
data class ElasticsearchEventStoreBatchOptions(val enabled: Boolean = false, val maxSize: Int = DEFAULT_MAX_SIZE, val maxDelay: Duration = DEFAULT_MAX_DELAY, val maxPendingAppends: Int = DEFAULT_MAX_PENDING_APPENDS, val laneCount: Int = DEFAULT_LANE_COUNT)
Controls transparent batching for ElasticsearchEventStore appends.
Link copied to clipboard
class ElasticsearchEventStoreBatchOverflowException(val maxPendingAppends: Int) : IllegalStateException, RecoverableException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ElasticsearchSnapshotStoreBatchCloseTimeoutException(val timeout: Duration) : IllegalStateException
Link copied to clipboard
data class ElasticsearchSnapshotStoreBatchOptions(val enabled: Boolean = false, val maxSize: Int = DEFAULT_MAX_SIZE, val maxDelay: Duration = DEFAULT_MAX_DELAY, val maxPendingSaves: Int = DEFAULT_MAX_PENDING_SAVES, val laneCount: Int = DEFAULT_LANE_COUNT)
Controls transparent batching for ElasticsearchSnapshotStore saves.
Link copied to clipboard
class ElasticsearchSnapshotStoreBatchOverflowException(val maxPendingSaves: Int) : IllegalStateException, RecoverableException