Neo4j

org.neo4j.management
Interface HighAvailability


public interface HighAvailability


Field Summary
static String NAME
           
 
Method Summary
 String getInstanceId()
           
 ClusterMemberInfo[] getInstancesInCluster()
           
 long getLastCommittedTxId()
           
 String getLastUpdateTime()
           
 String getRole()
           
 boolean isAlive()
           
 boolean isAvailable()
           
 String update()
           
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

getInstanceId

String getInstanceId()

isAvailable

boolean isAvailable()

isAlive

boolean isAlive()

getRole

String getRole()

getLastUpdateTime

String getLastUpdateTime()

getLastCommittedTxId

long getLastCommittedTxId()

getInstancesInCluster

ClusterMemberInfo[] getInstancesInCluster()

update

String update()

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.