Uses of Interface
org.neo4j.com.RequestType

Packages that use RequestType
org.neo4j.com   
org.neo4j.kernel.ha   
 

Uses of RequestType in org.neo4j.com
 

Methods in org.neo4j.com that return RequestType
protected abstract  RequestType<M> Server.getRequestContext(byte id)
           
 

Methods in org.neo4j.com with parameters of type RequestType
protected  int Client.getReadTimeout(RequestType<M> type, int readTimeout)
           
protected  org.jboss.netty.buffer.ChannelBuffer Server.mapSlave(org.jboss.netty.channel.Channel channel, SlaveContext slave, RequestType<M> type)
           
protected  void Client.releaseChannel(RequestType<M> type, Triplet<org.jboss.netty.channel.Channel,org.jboss.netty.buffer.ChannelBuffer,ByteBuffer> channel)
           
protected  void Server.responseWritten(RequestType<M> type, org.jboss.netty.channel.Channel channel, SlaveContext context)
           
protected
<R> Response<R>
Client.sendRequest(RequestType<M> type, SlaveContext context, Serializer serializer, Deserializer<R> deserializer)
           
protected
<R> Response<R>
Client.sendRequest(RequestType<M> type, SlaveContext context, Serializer serializer, Deserializer<R> deserializer, StoreId specificStoreId)
           
protected  boolean Client.shouldCheckStoreId(RequestType<M> type)
           
protected  void Client.writeContext(RequestType<M> type, SlaveContext context, org.jboss.netty.buffer.ChannelBuffer targetBuffer)
           
 

Uses of RequestType in org.neo4j.kernel.ha
 

Classes in org.neo4j.kernel.ha that implement RequestType
static class MasterClient.HaRequestType
           
 

Methods in org.neo4j.kernel.ha that return RequestType
protected  RequestType<Master> MasterServer.getRequestContext(byte id)
           
 

Methods in org.neo4j.kernel.ha with parameters of type RequestType
protected  int MasterClient.getReadTimeout(RequestType<Master> type, int readTimeout)
           
protected  boolean MasterClient.shouldCheckStoreId(RequestType<Master> type)
           
 



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