| Package | Description |
|---|---|
| org.janusgraph.diskstorage.util | |
| org.janusgraph.graphdb.database | |
| org.janusgraph.graphdb.database.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) |
| Modifier and Type | Method and Description |
|---|---|
HashingUtil.HashLength |
IndexSerializer.getHashLength() |
| Modifier and Type | Method and Description |
|---|---|
static IndexUpdate<StaticBuffer,Entry> |
IndexRecordUtil.getCompositeIndexUpdate(CompositeIndexType index,
IndexMutationType indexMutationType,
IndexRecordEntry[] record,
JanusGraphElement element,
Serializer serializer,
boolean hashKeys,
HashingUtil.HashLength hashLength) |
static long |
IndexRecordUtil.getIndexIdFromKey(StaticBuffer key,
boolean hashKeys,
HashingUtil.HashLength hashLength) |
static StaticBuffer |
IndexRecordUtil.getIndexKey(CompositeIndexType index,
IndexRecordEntry[] record,
Serializer serializer,
boolean hashKeys,
HashingUtil.HashLength hashLength) |
static StaticBuffer |
IndexRecordUtil.getIndexKey(CompositeIndexType index,
Object[] values,
Serializer serializer,
boolean hashKeys,
HashingUtil.HashLength hashLength) |
Copyright © 2012–2024. All rights reserved.