Uses of Class
org.neo4j.com.Response

Uses of Response in org.neo4j.com
 

Methods in org.neo4j.com that return Response
 Response<R> MasterCaller.callMaster(M master, SlaveContext context, org.jboss.netty.buffer.ChannelBuffer input, org.jboss.netty.buffer.ChannelBuffer target)
           
static Response<Void> MasterUtil.getTransactions(org.neo4j.kernel.GraphDatabaseAPI graphDb, String dataSourceName, long startTx, long endTx)
          Given a data source name, a start and an end tx, this method extracts these transactions (inclusive) in a transaction stream and encapsulates them in a Response object, ready to be returned to the slave.
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
<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)
           
 

Methods in org.neo4j.com with parameters of type Response
static
<T> void
MasterUtil.applyReceivedTransactions(Response<T> response, org.neo4j.kernel.GraphDatabaseAPI graphDb, MasterUtil.TxHandler txHandler)
           
 



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