| Methods in org.neo4j.com with parameters of type SlaveContext |
Response<R> |
MasterCaller.callMaster(M master,
SlaveContext context,
org.jboss.netty.buffer.ChannelBuffer input,
org.jboss.netty.buffer.ChannelBuffer target)
|
protected abstract void |
Server.finishOffChannel(org.jboss.netty.channel.Channel channel,
SlaveContext context)
|
protected org.jboss.netty.buffer.ChannelBuffer |
Server.mapSlave(org.jboss.netty.channel.Channel channel,
SlaveContext slave,
RequestType<M> type)
|
static
|
MasterUtil.packResponse(org.neo4j.kernel.GraphDatabaseAPI graphDb,
SlaveContext context,
T response,
org.neo4j.helpers.Predicate<Long> filter)
After having created the response for a slave, this method compares its
context against the local (master's) context and creates a transaction
stream containing all the transactions the slave does not currently
have. |
static
|
MasterUtil.packResponseWithoutTransactionStream(org.neo4j.kernel.GraphDatabaseAPI graphDb,
SlaveContext context,
T response)
|
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 void |
Server.tryToFinishOffChannel(org.jboss.netty.channel.Channel channel,
SlaveContext slave)
|
protected void |
Server.unmapSlave(org.jboss.netty.channel.Channel channel,
SlaveContext slave)
|
protected void |
Client.writeContext(RequestType<M> type,
SlaveContext context,
org.jboss.netty.buffer.ChannelBuffer targetBuffer)
|