| Modifier and Type | Class and Description |
|---|---|
static class |
SlaveClient.SlaveRequestType |
| Constructor and Description |
|---|
SlaveClient(org.neo4j.cluster.InstanceId machineId,
String hostNameOrIp,
int port,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.impl.store.StoreId storeId,
int maxConcurrentChannels,
int chunkSize,
org.neo4j.kernel.monitoring.ByteCounterMonitor byteCounterMonitor,
org.neo4j.com.monitor.RequestMonitor requestMonitor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getServerId() |
org.neo4j.com.Response<Void> |
pullUpdates(long upToAndIncludingTxId) |
public SlaveClient(org.neo4j.cluster.InstanceId machineId,
String hostNameOrIp,
int port,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.impl.store.StoreId storeId,
int maxConcurrentChannels,
int chunkSize,
org.neo4j.kernel.monitoring.ByteCounterMonitor byteCounterMonitor,
org.neo4j.com.monitor.RequestMonitor requestMonitor)
public org.neo4j.com.Response<Void> pullUpdates(long upToAndIncludingTxId)
pullUpdates in interface Slavepublic int getServerId()
getServerId in interface SlaveCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.