| Interface | Description |
|---|---|
| Adjacency |
Represents an adjacency on a vertex label
|
| CacheConfig |
A cache configuration specifies which properties or edges on vertices of a particular label should be cached
and for how long.
|
| EdgeIndex |
Edge indexes allow quick retrieval of edges with certain properties associated with a particular vertex by gremlin queries.
|
| EdgeIndex.Builder | |
| EdgeLabel |
Represents a type of edge within the graph.
|
| EdgeLabel.Builder | |
| IdPropertyKey |
A property key that is used in vertex ids.
|
| IndexedPropertyKey |
Represents a property key in an index.
|
| PropertyIndex |
Property indexes allow quick retrieval of vertex properties with certain meta-properties associated with a
particular vertex by gremlin queries.
|
| PropertyIndex.Builder | |
| PropertyKey |
Represents the definition of property key that can be used on vertex or edge labels.
|
| PropertyKey.Builder |
Builder interface for properties.
|
| PropertyKey.Validator<T> |
A validator is a user configurable object that restricts the valid values of a property key.
|
| Schema |
Interface for defining the schema of a graph.
|
| ValueType |
Interface for all types in DSEGraph
|
| VertexIndex |
Vertex indexes allow quick retrieval of vertices by particular property keys through gremlin queries.
|
| VertexIndex.Builder | |
| VertexIndex.IndexOption |
Options that determine how properties are being indexed
|
| VertexLabel |
Represents a type of vertex within the graph.
|
| VertexLabel.Builder |
| Class | Description |
|---|---|
| SchemaTokens |
Tokens to use in the readonly representation of the schema as stored in a TinkerGraph
|
| Enum | Description |
|---|---|
| BasicValueType | |
| Cardinality |
Represents single or multiple cardinality.
|
| EdgeLabel.Directionality |
The directionality of the edge.
|
| IdPropertyKey.Type |
The type of the property key within a vertex' id.
|
| PropertyKey.Validator.Type | |
| Schema.Mode |
The schema mode dictates how the schema may be changed and allows the user to control the tradeoff between
flexibility and safety.
|
| VertexIndex.IndexOption.Text | |
| VertexIndex.Type |
DSE Graph supports the following types of indexes which are distinguished by their underlying index structures.
|