| Package | Description |
|---|---|
| org.neo4j.io |
| Modifier and Type | Method and Description |
|---|---|
static ByteUnit |
ByteUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteUnit[] |
ByteUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ByteUnit.convert(long value,
ByteUnit toUnit)
Convert the given value of this unit, to a value in the given unit.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.