Uses of Class
org.neo4j.kernel.impl.nioneo.store.IdRange

Packages that use IdRange
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.nioneo.store   
 

Uses of IdRange in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return IdRange
 IdRange IdAllocation.getIdRange()
           
 IdRange SlaveIdGenerator.nextIdBatch(int size)
           
 

Constructors in org.neo4j.kernel.ha with parameters of type IdRange
IdAllocation(IdRange idRange, long highestIdInUse, long defragCount)
           
 

Uses of IdRange in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return IdRange
 IdRange IdGenerator.nextIdBatch(int size)
           
 IdRange ReadOnlyIdGenerator.nextIdBatch(int size)
           
 IdRange IdGeneratorImpl.nextIdBatch(int size)
           
 



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