Neo4j

org.neo4j.management
Class BranchedStoreInfo

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

public final class BranchedStoreInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BranchedStoreInfo(String directory, long largestTxId, long creationTime)
           
 
Method Summary
 long getCreationTime()
           
 String getDirectory()
           
 long getLargestTxId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchedStoreInfo

@ConstructorProperties(value={"directory","largestTxId","creationTime"})
public BranchedStoreInfo(String directory,
                                                    long largestTxId,
                                                    long creationTime)
Method Detail

getDirectory

public String getDirectory()

getLargestTxId

public long getLargestTxId()

getCreationTime

public long getCreationTime()

Neo4j

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