Uses of Class
org.neo4j.kernel.impl.util.RelIdArray.DirectionWrapper

Packages that use RelIdArray.DirectionWrapper
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
org.neo4j.kernel.impl.util   
 

Uses of RelIdArray.DirectionWrapper in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa that return types with arguments of type RelIdArray.DirectionWrapper
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> WriteTransaction.getMoreRelationships(long nodeId, long position)
           
 

Uses of RelIdArray.DirectionWrapper in org.neo4j.kernel.impl.persistence
 

Methods in org.neo4j.kernel.impl.persistence that return types with arguments of type RelIdArray.DirectionWrapper
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> PersistenceManager.getMoreRelationships(long nodeId, long position)
           
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> NeoStoreTransaction.getMoreRelationships(long nodeId, long position)
           
 

Uses of RelIdArray.DirectionWrapper in org.neo4j.kernel.impl.util
 

Methods in org.neo4j.kernel.impl.util that return RelIdArray.DirectionWrapper
static RelIdArray.DirectionWrapper RelIdArray.DirectionWrapper.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelIdArray.DirectionWrapper[] RelIdArray.DirectionWrapper.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static RelIdArray.DirectionWrapper RelIdArray.wrap(Direction direction)
           
 

Methods in org.neo4j.kernel.impl.util with parameters of type RelIdArray.DirectionWrapper
 void RelIdArray.add(long id, RelIdArray.DirectionWrapper direction)
           
protected  void RelIdArray.append(RelIdArray source, RelIdArray.DirectionWrapper direction)
           
 RelIdIterator RelIdArray.iterator(RelIdArray.DirectionWrapper direction)
           
 RelIdIterator RelIdArray.EmptyRelIdArray.iterator(RelIdArray.DirectionWrapper direction)
           
 

Constructors in org.neo4j.kernel.impl.util with parameters of type RelIdArray.DirectionWrapper
CombinedRelIdIterator(String type, RelIdArray.DirectionWrapper direction, RelIdArray src, RelIdArray add, Collection<Long> remove)
           
 



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