org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyNeoStoreReader

java.lang.Object
  extended by org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader

public class LegacyNeoStoreReader
extends Object


Constructor Summary
LegacyNeoStoreReader(String fileName)
           
 
Method Summary
 void close()
           
 long getCreationTime()
           
 long getLastCommittedTx()
           
 long getRandomNumber()
           
 long getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyNeoStoreReader

public LegacyNeoStoreReader(String fileName)
                     throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getCreationTime

public long getCreationTime()

getRandomNumber

public long getRandomNumber()

getVersion

public long getVersion()

getLastCommittedTx

public long getLastCommittedTx()

close

public void close()
           throws IOException
Throws:
IOException


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