Uses of Class
org.neo4j.com.SlaveContext

Uses of SlaveContext in org.neo4j.com
 

Fields in org.neo4j.com declared as SlaveContext
static SlaveContext SlaveContext.EMPTY
           
 

Methods in org.neo4j.com that return SlaveContext
static SlaveContext SlaveContext.anonymous(SlaveContext.Tx[] lastAppliedTransactions)
           
protected  SlaveContext Server.readContext(org.jboss.netty.buffer.ChannelBuffer buffer)
           
static SlaveContext MasterUtil.rotateLogsAndStreamStoreFiles(org.neo4j.kernel.GraphDatabaseAPI graphDb, boolean includeLogicalLogs, StoreWriter writer)
           
 

Methods in org.neo4j.com that return types with arguments of type SlaveContext
 Map<org.jboss.netty.channel.Channel,SlaveContext> Server.getConnectedSlaveChannels()
           
 

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
<T> Response<T>
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
<T> Response<T>
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
<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, 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)
           
 



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