| Package | Description |
|---|---|
| com.tinkerpop.blueprints | |
| com.tinkerpop.blueprints.util | |
| com.tinkerpop.blueprints.util.wrappers.event | |
| com.tinkerpop.blueprints.util.wrappers.id |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterable<T> |
Index.get(String key,
Object value)
Get all elements that are indexed by the provided key/value.
|
CloseableIterable<T> |
Index.query(String key,
Object query)
Get all the elements that are indexed by the provided key and specified query object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiIterable<S>
A helper class that is used to combine multiple iterables into a single closeable iterable.
|
class |
PropertyFilteredIterable<T extends Element>
This is a helper class for filtering an iterable of elements by their key/value.
|
class |
WrappingCloseableIterable<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
EventEdgeIterable
A sequence of edges that applies the list of listeners into each edge.
|
class |
EventVertexIterable
A sequence of vertices that applies the list of listeners into each vertex.
|
| Modifier and Type | Method and Description |
|---|---|
CloseableIterable<T> |
EventIndex.get(String key,
Object value) |
CloseableIterable<T> |
EventIndex.query(String key,
Object query) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterable<Vertex> |
IdVertexIndex.get(String key,
Object value) |
CloseableIterable<Edge> |
IdEdgeIndex.get(String key,
Object value) |
CloseableIterable<Vertex> |
IdVertexIndex.query(String key,
Object query) |
CloseableIterable<Edge> |
IdEdgeIndex.query(String key,
Object query) |
Copyright © 2010-2014. All Rights Reserved.