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

Packages that use IdAllocation
org.neo4j.kernel.ha   
 

Uses of IdAllocation in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return IdAllocation
protected static IdAllocation MasterClient.readIdAllocation(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 

Methods in org.neo4j.kernel.ha that return types with arguments of type IdAllocation
 org.neo4j.com.Response<IdAllocation> MasterImpl.allocateIds(org.neo4j.kernel.IdType idType)
           
 org.neo4j.com.Response<IdAllocation> MasterClient.allocateIds(org.neo4j.kernel.IdType idType)
           
 org.neo4j.com.Response<IdAllocation> Master.allocateIds(org.neo4j.kernel.IdType idType)
           
 



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