Uses of Class
org.neo4j.kernel.ha.IdAllocation

Packages that use IdAllocation
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.comm   
 

Uses of IdAllocation in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return IdAllocation
 IdAllocation Master.allocateIds(IdType idType)
           
 IdAllocation MasterClient.allocateIds(IdType idType)
           
 IdAllocation MasterImpl.allocateIds(IdType idType)
           
protected static IdAllocation CommunicationProtocol.readIdAllocation(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 

Uses of IdAllocation in org.neo4j.kernel.ha.comm
 

Methods in org.neo4j.kernel.ha.comm that return IdAllocation
 IdAllocation MasterClient.allocateIds(IdType idType)
           
 

Constructors in org.neo4j.kernel.ha.comm with parameters of type IdAllocation
DataWriter.WriteIdAllocation(IdAllocation result)
           
 



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