| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage | |
| com.thinkaurelius.titan.diskstorage.idmanagement | |
| com.thinkaurelius.titan.graphdb.database.idassigner |
| Modifier and Type | Method and Description |
|---|---|
IDAuthority |
Backend.getIDAuthority()
Returns the configured
IDAuthority. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIDAuthority
Base Class for
IDAuthority implementations. |
class |
ConsistentKeyIDAuthority
IDAuthority implementation
assuming that the backing store supports consistent key operations. |
| Constructor and Description |
|---|
StandardIDPool(IDAuthority idAuthority,
int partition,
int idNamespace,
long idUpperBound,
java.time.Duration renewTimeout,
double renewBufferPercentage) |
VertexIDAssigner(Configuration config,
IDAuthority idAuthority,
StoreFeatures idAuthFeatures) |
Copyright © 2012–2015. All rights reserved.