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

Packages that use IdAllocation
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.com.master   
org.neo4j.kernel.ha.com.slave   
 

Uses of IdAllocation in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return IdAllocation
protected static IdAllocation MasterClient20.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> MasterClient20.allocateIds(org.neo4j.kernel.IdType idType)
           
 

Uses of IdAllocation in org.neo4j.kernel.ha.com.master
 

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

Uses of IdAllocation in org.neo4j.kernel.ha.com.slave
 

Methods in org.neo4j.kernel.ha.com.slave that return IdAllocation
protected static IdAllocation MasterClient153.readIdAllocation(org.jboss.netty.buffer.ChannelBuffer buffer)
           
protected static IdAllocation MasterClient17.readIdAllocation(org.jboss.netty.buffer.ChannelBuffer buffer)
           
protected static IdAllocation MasterClient18.readIdAllocation(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 

Methods in org.neo4j.kernel.ha.com.slave that return types with arguments of type IdAllocation
 org.neo4j.com.Response<IdAllocation> MasterClient153.allocateIds(org.neo4j.kernel.IdType idType)
           
 org.neo4j.com.Response<IdAllocation> MasterClient17.allocateIds(org.neo4j.kernel.IdType idType)
           
 org.neo4j.com.Response<IdAllocation> MasterClient18.allocateIds(org.neo4j.kernel.IdType idType)
           
 



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