org.neo4j.kernel.ha
Class IdAllocation

java.lang.Object
  extended by org.neo4j.kernel.ha.IdAllocation

public final class IdAllocation
extends Object


Constructor Summary
IdAllocation(org.neo4j.kernel.impl.nioneo.store.IdRange idRange, long highestIdInUse, long defragCount)
           
 
Method Summary
 long getDefragCount()
           
 long getHighestIdInUse()
           
 org.neo4j.kernel.impl.nioneo.store.IdRange getIdRange()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdAllocation

public IdAllocation(org.neo4j.kernel.impl.nioneo.store.IdRange idRange,
                    long highestIdInUse,
                    long defragCount)
Method Detail

getHighestIdInUse

public long getHighestIdInUse()

getDefragCount

public long getDefragCount()

getIdRange

public org.neo4j.kernel.impl.nioneo.store.IdRange getIdRange()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 The Neo4j Graph Database Project. All Rights Reserved.