| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.util |
| Modifier and Type | Method and Description |
|---|---|
static HashingUtil.HashLength |
HashingUtil.HashLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashingUtil.HashLength[] |
HashingUtil.HashLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticBuffer |
HashingUtil.getKey(HashingUtil.HashLength hashPrefixLen,
StaticBuffer hasPrefixedKey) |
static StaticBuffer |
HashingUtil.hashPrefixKey(HashingUtil.HashLength hashPrefixLen,
StaticBuffer key) |
Copyright © 2012–2015. All rights reserved.