| Package | Description |
|---|---|
| org.neo4j.kernel.ha.cluster.member | |
| org.neo4j.kernel.ha.com.master | |
| org.neo4j.kernel.ha.com.slave | |
| org.neo4j.kernel.ha.transaction |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Slave> |
HighAvailabilitySlaves.getSlaves() |
| Modifier and Type | Class and Description |
|---|---|
class |
SlaveClient |
| Modifier and Type | Method and Description |
|---|---|
Slave |
DefaultSlaveFactory.newSlave(org.neo4j.kernel.lifecycle.LifeSupport life,
ClusterMember clusterMember,
String originHostNameOrIp,
int originPort) |
Slave |
SlaveFactory.newSlave(org.neo4j.kernel.lifecycle.LifeSupport life,
ClusterMember clusterMember,
String originHostNameOrIp,
int originPort) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Slave> |
Slaves.getSlaves() |
Iterable<Slave> |
SlavePriority.prioritize(Iterable<Slave> slaves) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Slave> |
SlavePriority.prioritize(Iterable<Slave> slaves) |
| Modifier and Type | Class and Description |
|---|---|
class |
SlaveImpl |
| Constructor and Description |
|---|
SlaveServer(Slave requestTarget,
org.neo4j.com.Server.Configuration config,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.monitoring.ByteCounterMonitor byteCounterMonitor,
org.neo4j.com.monitor.RequestMonitor requestMonitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommitPusher.queuePush(Slave slave,
long txId) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.