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

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

public class LegacyDynamicRecordFetcher
extends Object


Constructor Summary
LegacyDynamicRecordFetcher(String stringStoreFileName, String arrayStoreFileName)
           
 
Method Summary
 void close()
           
 Object getArrayFor(LegacyPropertyRecord propertyRecord)
           
 Object getStringFor(LegacyPropertyRecord propRecord)
           
static String joinRecordsIntoString(long startRecordId, List<LegacyDynamicRecord> legacyDynamicRecords)
           
 List<LegacyDynamicRecord> readDynamicRecords(LegacyPropertyRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyDynamicRecordFetcher

public LegacyDynamicRecordFetcher(String stringStoreFileName,
                                  String arrayStoreFileName)
                           throws IOException
Throws:
IOException
Method Detail

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.