Uses of Class
one.microstream.bytes.ByteMultiple
Package | Description |
---|---|
one.microstream.bytes | |
one.microstream.storage.configuration |
-
Uses of ByteMultiple in one.microstream.bytes
Methods in one.microstream.bytes that return ByteMultiple Modifier and Type Method Description static ByteMultiple
ByteMultiple. ofName(String name)
static ByteMultiple
ByteMultiple. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByteMultiple[]
ByteMultiple. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.microstream.bytes with parameters of type ByteMultiple Modifier and Type Method Description static ByteMultiple.Conversion
ByteMultiple. convert(double sourceValue, ByteMultiple sourceUnit)
Starts a conversion, continue withByteMultiple.Conversion.to(ByteMultiple)
, e.g.:double
ByteMultiple.Conversion. to(ByteMultiple targetUnit)
-
Uses of ByteMultiple in one.microstream.storage.configuration
Methods in one.microstream.storage.configuration with parameters of type ByteMultiple Modifier and Type Method Description long
ByteSizeParser.Default. parseByteSize(String text, ByteMultiple defaultByteMultiple)
long
ByteSizeParser. parseByteSize(String text, ByteMultiple defaultByteMultiple)
long
FileSizeParser.Default. parseFileSize(String text, ByteMultiple defaultByteMultiple)
long
FileSizeParser. parseFileSize(String text, ByteMultiple defaultByteMultiple)
Deprecated.