ElasticsearchSnapshotStoreBatchProperties
@ConfigurationProperties(prefix = "wow.elasticsearch.snapshot-store-batch")
Constructors
Link copied to clipboard
constructor(@DefaultValue(value = ["false"] ) enabled: Boolean = false, @DefaultValue(value = ["128"] ) maxSize: Int = ElasticsearchSnapshotStoreBatchOptions.DEFAULT_MAX_SIZE, @DefaultValue(value = ["1ms"] ) maxDelay: Duration = ElasticsearchSnapshotStoreBatchOptions.DEFAULT_MAX_DELAY, @DefaultValue(value = ["4096"] ) maxPendingSaves: Int = ElasticsearchSnapshotStoreBatchOptions.DEFAULT_MAX_PENDING_SAVES, @DefaultValue(value = ["1"] ) laneCount: Int = ElasticsearchSnapshotStoreBatchOptions.DEFAULT_LANE_COUNT)