| 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,
org.neo4j.helpers.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
|
Client.sendRequest(RequestType<M> type,
SlaveContext context,
Serializer serializer,
Deserializer<R> deserializer)
|
protected
|
Client.sendRequest(RequestType<M> type,
SlaveContext context,
Serializer serializer,
Deserializer<R> deserializer,
org.neo4j.kernel.impl.nioneo.store.StoreId specificStoreId)
|
protected boolean |
Client.shouldCheckStoreId(RequestType<M> type)
|
protected void |
Client.writeContext(RequestType<M> type,
SlaveContext context,
org.jboss.netty.buffer.ChannelBuffer targetBuffer)
|