|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableIndex | |
---|---|
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
org.neo4j.tooling.wrap |
Uses of ReadableIndex in org.neo4j.graphdb.index |
---|
Subinterfaces of ReadableIndex in org.neo4j.graphdb.index | |
---|---|
interface |
Index<T extends PropertyContainer>
An index to associate key/value pairs with entities ( Node s or
Relationship s) for fast lookup and querying. |
interface |
ReadableRelationshipIndex
Extends the ReadableIndex interface with additional get/query methods
which
are specific to Relationship s. |
interface |
RelationshipIndex
Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types. |
Methods in org.neo4j.graphdb.index that return ReadableIndex | |
---|---|
ReadableIndex<T> |
AutoIndexer.getAutoIndex()
Returns the auto index used by the auto indexer. |
Uses of ReadableIndex in org.neo4j.tooling.wrap |
---|
Classes in org.neo4j.tooling.wrap with type parameters of type ReadableIndex | |
---|---|
class |
WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>>
|
Classes in org.neo4j.tooling.wrap that implement ReadableIndex | |
---|---|
class |
WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>>
|
static class |
WrappedIndex.WrappedNodeIndex
|
static class |
WrappedIndex.WrappedRelationshipIndex
|
Methods in org.neo4j.tooling.wrap with parameters of type ReadableIndex | |
---|---|
protected WrappedIndex.WrappedNodeIndex |
WrappedGraphDatabase.automaticNodeIndex(ReadableIndex<Node> index)
|
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |