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 ByteMultipleByteMultiple. ofName(String name)static ByteMultipleByteMultiple. 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.ConversionByteMultiple. convert(double sourceValue, ByteMultiple sourceUnit)Starts a conversion, continue withByteMultiple.Conversion.to(ByteMultiple), e.g.:doubleByteMultiple.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 longByteSizeParser.Default. parseByteSize(String text, ByteMultiple defaultByteMultiple)longByteSizeParser. parseByteSize(String text, ByteMultiple defaultByteMultiple)longFileSizeParser.Default. parseFileSize(String text, ByteMultiple defaultByteMultiple)longFileSizeParser. parseFileSize(String text, ByteMultiple defaultByteMultiple)Deprecated.