Uses of Class
com.couchbase.client.core.util.StorageSize
Packages that use StorageSize
-
Uses of StorageSize in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env declared as StorageSizeModifier and TypeFieldDescriptionstatic final StorageSize
IoConfig.DEFAULT_HIGH_WATER_MARK
static final StorageSize
IoConfig.DEFAULT_LOW_WATER_MARK
Methods in com.couchbase.client.core.env that return StorageSizeModifier and TypeMethodDescriptionIoConfig.highWaterMark()
IoConfig.lowWaterMark()
@Nullable StorageSize
IoConfig.receiveBuffer()
@Nullable StorageSize
IoConfig.sendBuffer()
Methods in com.couchbase.client.core.env with parameters of type StorageSizeModifier and TypeMethodDescriptionIoConfig.Builder.highWaterMark
(StorageSize highWaterMark) Advanced setting for tuning network channel backpressure.IoConfig.Builder.lowWaterMark
(StorageSize lowWaterMark) Advanced setting for tuning network channel backpressure.IoConfig.Builder.receiveBuffer
(@Nullable StorageSize receiveBuffer) Advanced setting for tuning socket receive buffer size.IoConfig.Builder.sendBuffer
(@Nullable StorageSize sendBuffer) Advanced setting for tuning socket send buffer size. -
Uses of StorageSize in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return StorageSizeModifier and TypeMethodDescriptionstatic StorageSize
StorageSize.ofBytes
(long value) static StorageSize
StorageSize.ofGibibytes
(long value) static StorageSize
StorageSize.ofKibibytes
(long value) static StorageSize
StorageSize.ofMebibytes
(long value) static StorageSize
StorageSize.ofPebibytes
(long value) static StorageSize
StorageSize.ofTebibytes
(long value) static StorageSize
Creates a new instance from its string representation: a whole number followed by a unit, optionally separated by whitespace.StorageSize.requireInt()