org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyDynamicRecordFetcher
java.lang.Object
org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
public class LegacyDynamicRecordFetcher
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyDynamicRecordFetcher
public LegacyDynamicRecordFetcher(String stringStoreFileName,
String arrayStoreFileName)
throws IOException
- Throws:
IOException
readDynamicRecords
public List<LegacyDynamicRecord> readDynamicRecords(LegacyPropertyRecord record)
getStringFor
public Object getStringFor(LegacyPropertyRecord propRecord)
joinRecordsIntoString
public static String joinRecordsIntoString(long startRecordId,
List<LegacyDynamicRecord> legacyDynamicRecords)
getArrayFor
public Object getArrayFor(LegacyPropertyRecord propertyRecord)
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.