public class Machine extends Object
| Constructor and Description |
|---|
Machine(int machineId,
int sequenceId,
long lastCommittedTxId,
int masterForCommittedTxId,
String server,
int backupPort) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBackupPort() |
long |
getLastCommittedTxId() |
int |
getMachineId() |
int |
getMasterForCommittedTxId() |
int |
getSequenceId() |
org.neo4j.helpers.Pair<String,Integer> |
getServer() |
String |
getServerAsString() |
int |
hashCode() |
static org.neo4j.helpers.Pair<String,Integer> |
splitIpAndPort(String server) |
String |
toString() |
boolean |
wasCommittingMaster() |
public Machine(int machineId,
int sequenceId,
long lastCommittedTxId,
int masterForCommittedTxId,
String server,
int backupPort)
public int getMachineId()
public long getLastCommittedTxId()
public boolean wasCommittingMaster()
public int getMasterForCommittedTxId()
public int getSequenceId()
public String getServerAsString()
public int getBackupPort()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.