All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
assertMissing(Transaction g,
Object vid) |
static <T> Stream<T> |
asStream(Iterator<T> source) |
static void |
clearGraph(WriteConfiguration config) |
void |
clopen(Object... settings) |
void |
close() |
void |
closeLogManager(String logManagerName) |
void |
createExternalEdgeIndex(PropertyKey key,
String backingIndex) |
void |
createExternalVertexIndex(PropertyKey key,
String backingIndex) |
protected void |
disableIndex(String indexName) |
protected void |
discardIndex(String indexName) |
protected void |
dropIndex(String indexName) |
protected void |
enableIndex(String indexName) |
void |
finishSchema() |
static Backend |
getBackend(WriteConfiguration config,
boolean initialize) |
Configuration |
getConfig() |
abstract WriteConfiguration |
getConfiguration() |
static JanusGraphEdge |
getE(Transaction g,
Object eid) |
JanusGraphIndex |
getExternalIndex(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> clazz,
String backingIndex) |
JanusGraph |
getForceIndexGraph() |
JanusGraph |
getForceIndexGraph(WriteConfiguration writeConfiguration) |
static Object |
getId(org.apache.tinkerpop.gremlin.structure.Element e) |
static JanusGraphEdge |
getOnlyEdge(JanusGraphVertexQuery<?> query) |
static <E> E |
getOnlyElement(Iterable<E> traversal) |
static <E> E |
getOnlyElement(Iterable<E> traversal,
E defaultElement) |
static <E> E |
getOnlyElement(Iterator<E> traversal) |
static <E> E |
getOnlyElement(Iterator<E> traversal,
E defaultElement) |
static JanusGraphVertex |
getOnlyVertex(JanusGraphQuery<?> query) |
StoreFeatures |
getStoreFeatures() |
static int |
getThreadCount() |
static JanusGraphVertex |
getV(Transaction g,
Object vid) |
static JanusGraphVertex |
getVertex(JanusGraphTransaction tx,
PropertyKey key,
Object value) |
static JanusGraphVertex |
getVertex(JanusGraphTransaction tx,
String key,
Object value) |
JanusGraphVertex |
getVertex(PropertyKey key,
Object value) |
JanusGraphVertex |
getVertex(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) |
protected void |
markIndexDiscarded(String indexName) |
static String |
n(Object obj) |
void |
newTx() |
void |
open(WriteConfiguration config) |
Log |
openTxLog() |
Log |
openUserLog(String identifier) |
static JanusGraphBaseTest.TestConfigOption |
option(ConfigOption option,
String... umbrella) |
static double |
round(double d) |
void |
setUp(org.junit.jupiter.api.TestInfo testInfo) |
void |
tearDown() |
static Map<JanusGraphBaseTest.TestConfigOption,Object> |
validateConfigOptions(Object... settings) |
static void |
verifyElementOrder(Iterable<? extends org.apache.tinkerpop.gremlin.structure.Element> elements,
String key,
Order order,
int expectedCount) |
static void |
verifyElementOrder(Iterator<? extends org.apache.tinkerpop.gremlin.structure.Element> elements,
String key,
Order order,
int expectedCount) |
static int |
wrapAround(int value,
int maxValue) |