public class MasterServer extends org.neo4j.com.Server<Master,Void>
MasterClient). Delegates actual work to MasterImpl.| Modifier and Type | Field and Description |
|---|---|
static int |
FRAME_LENGTH |
| Constructor and Description |
|---|
MasterServer(Master requestTarget,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.com.Server.Configuration config,
org.neo4j.com.TxChecksumVerifier txVerifier) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finishOffChannel(org.jboss.netty.channel.Channel channel,
org.neo4j.com.RequestContext context) |
protected org.neo4j.com.RequestType<Master> |
getRequestContext(byte id) |
Map<Integer,Collection<org.neo4j.com.RequestContext>> |
getSlaveInformation() |
protected boolean |
shouldLogFailureToFinishOffChannel(Throwable failure) |
getConnectedSlaveChannels, getInternalProtocolVersion, getPipeline, getRequestTarget, getSocketAddress, handleRequest, init, mapSlave, readContext, responseWritten, shutdown, start, stop, targetCaller, tryToFinishOffChannel, tryToFinishOffChannel, unmapSlave, writeFailureResponsepublic static final int FRAME_LENGTH
public MasterServer(Master requestTarget, org.neo4j.kernel.logging.Logging logging, org.neo4j.com.Server.Configuration config, org.neo4j.com.TxChecksumVerifier txVerifier) throws IOException
IOExceptionprotected org.neo4j.com.RequestType<Master> getRequestContext(byte id)
protected void finishOffChannel(org.jboss.netty.channel.Channel channel,
org.neo4j.com.RequestContext context)
protected boolean shouldLogFailureToFinishOffChannel(Throwable failure)
public Map<Integer,Collection<org.neo4j.com.RequestContext>> getSlaveInformation()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.