| Package | Description |
|---|---|
| org.janusgraph.graphdb.internal | |
| org.janusgraph.graphdb.transaction | |
| org.janusgraph.graphdb.types | |
| org.janusgraph.graphdb.types.system |
| Modifier and Type | Method and Description |
|---|---|
static JanusGraphSchemaCategory |
JanusGraphSchemaCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JanusGraphSchemaCategory[] |
JanusGraphSchemaCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphSchemaVertex |
StandardJanusGraphTx.makeSchemaVertex(JanusGraphSchemaCategory schemaCategory,
String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeUtil.checkTypeName(JanusGraphSchemaCategory category,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemTypeManager.throwIfSystemName(JanusGraphSchemaCategory category,
String name) |
Copyright © 2012–2024. All rights reserved.