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 StorageSizeIoConfig.DEFAULT_HIGH_WATER_MARKstatic final StorageSizeIoConfig.DEFAULT_LOW_WATER_MARKMethods in com.couchbase.client.core.env that return StorageSizeModifier and TypeMethodDescriptionIoConfig.highWaterMark()IoConfig.lowWaterMark()@Nullable StorageSizeIoConfig.receiveBuffer()@Nullable StorageSizeIoConfig.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 StorageSizeStorageSize.ofBytes(long value) static StorageSizeStorageSize.ofGibibytes(long value) static StorageSizeStorageSize.ofKibibytes(long value) static StorageSizeStorageSize.ofMebibytes(long value) static StorageSizeStorageSize.ofPebibytes(long value) static StorageSizeStorageSize.ofTebibytes(long value) static StorageSizeCreates a new instance from its string representation: a whole number followed by a unit, optionally separated by whitespace.StorageSize.requireInt()