Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.Duration
-
Packages that use Duration Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of Duration in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return Duration Modifier and Type Method Description DurationInfluxDBv2Parameters. httpIdleTimeout()Maximum duration the server should keep established connections alive while waiting for new requests.DurationInfluxDBv2Parameters. httpReadHeaderTimeout()Maximum duration the server should try to read HTTP headers for new requests.DurationInfluxDBv2Parameters. httpReadTimeout()Maximum duration the server should try to read the entirety of new requests.DurationInfluxDBv2Parameters. httpWriteTimeout()Maximum duration the server should spend processing and responding to write requests.DurationInfluxDBv2Parameters. storageCacheSnapshotWriteColdDuration()Duration at which the storage engine will snapshot the cache and write it to a new TSM file if the shard hasn’t received writes or deletes.DurationInfluxDBv2Parameters. storageCompactFullWriteColdDuration()Duration at which the storage engine will compact all TSM files in a shard if it hasn't received writes or deletes.DurationInfluxDBv2Parameters. storageRetentionCheckInterval()Interval of retention policy enforcement checks.DurationInfluxDBv2Parameters. storageWalMaxWriteDelay()Maximum amount of time a write request to the WAL directory will wait when the maximum number of concurrent active writes to the WAL directory has been met.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type Duration Modifier and Type Method Description InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. httpIdleTimeout(Duration httpIdleTimeout)Maximum duration the server should keep established connections alive while waiting for new requests.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. httpReadHeaderTimeout(Duration httpReadHeaderTimeout)Maximum duration the server should try to read HTTP headers for new requests.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. httpReadTimeout(Duration httpReadTimeout)Maximum duration the server should try to read the entirety of new requests.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. httpWriteTimeout(Duration httpWriteTimeout)Maximum duration the server should spend processing and responding to write requests.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. storageCacheSnapshotWriteColdDuration(Duration storageCacheSnapshotWriteColdDuration)Duration at which the storage engine will snapshot the cache and write it to a new TSM file if the shard hasn’t received writes or deletes.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. storageCompactFullWriteColdDuration(Duration storageCompactFullWriteColdDuration)Duration at which the storage engine will compact all TSM files in a shard if it hasn't received writes or deletes.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. storageRetentionCheckInterval(Duration storageRetentionCheckInterval)Interval of retention policy enforcement checks.InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. storageWalMaxWriteDelay(Duration storageWalMaxWriteDelay)Maximum amount of time a write request to the WAL directory will wait when the maximum number of concurrent active writes to the WAL directory has been met.
-