|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.management.InstanceInfo
org.neo4j.management.SlaveInfo
public final class SlaveInfo
Nested Class Summary | |
---|---|
static class |
SlaveInfo.SlaveTransaction
|
Constructor Summary | |
---|---|
SlaveInfo(String address,
String instanceId,
int machineId,
boolean master,
long lastTxId,
SlaveInfo.SlaveTransaction... txInfo)
|
Method Summary | |
---|---|
SlaveInfo.SlaveTransaction[] |
getTxInfo()
|
Methods inherited from class org.neo4j.management.InstanceInfo |
---|
connect, connect, getAddress, getInstanceId, getLastCommittedTransactionId, getMachineId, isMaster, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"address","instanceId","machineId","master","lastCommittedTransactionId","txInfo"}) public SlaveInfo(String address, String instanceId, int machineId, boolean master, long lastTxId, SlaveInfo.SlaveTransaction... txInfo)
Method Detail |
---|
public SlaveInfo.SlaveTransaction[] getTxInfo()
|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |