| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
IndexableGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters)
Generate an index with a particular name for a particular class.
|
<T extends Element> |
IndexableGraph.getIndex(String indexName,
Class<T> indexClass)
Get an index from the graph by its name and index class.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
IndexableGraph.getIndices()
Get all the indices maintained by the graph.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TinkerGraph.TinkerKeyIndex<T extends com.tinkerpop.blueprints.impls.tg.TinkerElement> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
TinkerGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
TinkerGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
TinkerGraph.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
static Vertex |
IndexableGraphHelper.addUniqueVertex(IndexableGraph graph,
Object id,
Index<Vertex> index,
String uniqueKey,
Object uniqueValue)
Add a vertex to a graph only if no other vertex in the provided Index is indexed by the property key/value pair.
|
static String |
StringFactory.indexString(Index index) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventIndex<T extends Element>
An index that wraps graph elements in the "evented" way.
|
| Modifier and Type | Field and Description |
|---|---|
protected Index<T> |
EventIndex.rawIndex |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
EventIndexableGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
EventIndexableGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
EventIndexableGraph.getIndices() |
| Constructor and Description |
|---|
EventIndex(Index<T> rawIndex,
EventGraph eventGraph) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdEdgeIndex |
class |
IdVertexIndex |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
IdGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
IdGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
IdGraph.getIndices() |
| Constructor and Description |
|---|
IdEdgeIndex(Index<Edge> baseIndex,
IdGraph idGraph) |
IdVertexIndex(Index<Vertex> baseIndex,
IdGraph idGraph) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
PartitionIndexableGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
PartitionIndexableGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
PartitionIndexableGraph.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
ReadOnlyIndexableGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
ReadOnlyIndexableGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
ReadOnlyIndexableGraph.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
WrappedIndexableGraph.createIndex(String indexName,
Class<T> indexClass,
Parameter... indexParameters) |
<T extends Element> |
WrappedIndexableGraph.getIndex(String indexName,
Class<T> indexClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Index<? extends Element>> |
WrappedIndexableGraph.getIndices() |
Copyright © 2010-2014. All Rights Reserved.