| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.idmanagement | |
| com.thinkaurelius.titan.graphdb.configuration |
| Modifier and Type | Method and Description |
|---|---|
static ConflictAvoidanceMode |
ConflictAvoidanceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictAvoidanceMode[] |
ConflictAvoidanceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<ConflictAvoidanceMode> |
GraphDatabaseConfiguration.IDAUTHORITY_CONFLICT_AVOIDANCE
Sets the strategy used by
ConsistentKeyIDAuthority to avoid
contention in ID block alloction between Titan instances concurrently
sharing a single distributed storage backend. |
Copyright © 2012–2015. All rights reserved.