Neo4j Community

Uses of Interface
org.neo4j.graphdb.index.ReadableIndex

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 (Nodes or Relationships) for fast lookup and querying.
 interface ReadableRelationshipIndex
          Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
 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

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.