Neo4j Advanced

org.neo4j.management
Class SlaveInfo

java.lang.Object
  extended by org.neo4j.management.InstanceInfo
      extended by org.neo4j.management.SlaveInfo
All Implemented Interfaces:
Serializable

public final class SlaveInfo
extends InstanceInfo

See Also:
Serialized Form

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

SlaveInfo

@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

getTxInfo

public SlaveInfo.SlaveTransaction[] getTxInfo()

Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.