| Modifier and Type | Class and Description |
|---|---|
static class |
SlaveClient.SlaveRequestType |
| Constructor and Description |
|---|
SlaveClient(int machineId,
String hostNameOrIp,
int port,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
int maxConcurrentChannels,
int chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getServerId() |
org.neo4j.com.Response<Void> |
pullUpdates(String resource,
long upToAndIncludingTxId) |
public SlaveClient(int machineId,
String hostNameOrIp,
int port,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
int maxConcurrentChannels,
int chunkSize)
public org.neo4j.com.Response<Void> pullUpdates(String resource, long upToAndIncludingTxId)
pullUpdates in interface Slavepublic int getServerId()
getServerId in interface SlaveCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.