| Package | Description |
|---|---|
| one.microstream.configuration.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteSize.Default |
| Modifier and Type | Method and Description |
|---|---|
static ByteSize |
ByteSize.New(double amount,
ByteUnit unit)
Pseudo-constructor method which creates a new
ByteSize object. |
static ByteSize |
ByteSize.New(String value)
Pseudo-constructor method which creates a new
ByteSize object
by calling ByteSizeParser.parse(String). |
ByteSize |
ByteSizeParser.parse(String text)
Tries to parse a
ByteSize out of text. |
ByteSize |
ByteSizeParser.Default.parse(String text) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationValueMapper<ByteSize> |
ConfigurationValueMapper.ByteSize() |
static ConfigurationValueMapper<ByteSize> |
ConfigurationValueMapper.ByteSize(ByteUnit defaultUnit) |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteSize.Default.compareTo(ByteSize other) |
Copyright © 2022 MicroStream Software. All rights reserved.