All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
clopen(Object... settings) |
void |
close() |
void |
closeLogManager(String logManagerName) |
void |
createExternalEdgeIndex(PropertyKey key,
String backingIndex) |
void |
createExternalVertexIndex(PropertyKey key,
String backingIndex) |
void |
finishSchema() |
Configuration |
getConfig() |
abstract WriteConfiguration |
getConfiguration() |
TitanGraphIndex |
getExternalIndex(Class<? extends com.tinkerpop.blueprints.Element> clazz,
String backingIndex) |
static int |
getThreadCount() |
TitanVertex |
getVertex(PropertyKey key,
Object value) |
TitanVertex |
getVertex(String key,
Object value) |
static TitanVertex |
getVertex(TitanTransaction tx,
PropertyKey key,
Object value) |
static TitanVertex |
getVertex(TitanTransaction tx,
String key,
Object value) |
PropertyKey |
makeKey(String name,
Class datatype) |
EdgeLabel |
makeKeyedEdgeLabel(String name,
PropertyKey sort,
PropertyKey signature) |
EdgeLabel |
makeLabel(String name) |
PropertyKey |
makeVertexIndexedKey(String name,
Class datatype) |
PropertyKey |
makeVertexIndexedUniqueKey(String name,
Class datatype) |
void |
newTx() |
void |
open(WriteConfiguration config) |
Log |
openTxLog() |
Log |
openUserLog(String identifier) |
static TitanGraphBaseTest.TestConfigOption |
option(ConfigOption option,
String... umbrella) |
static double |
round(double d) |
void |
setUp() |
void |
tearDown() |
static int |
wrapAround(int value,
int maxValue) |