com.netflix.astyanax.util
Interface RecordReader

All Known Implementing Classes:
CsvColumnReader, CsvRecordReader

public interface RecordReader

Author:
elandau

Method Summary
 List<org.apache.cassandra.utils.Pair<String,String>> next()
           
 void shutdown()
           
 void start()
           
 

Method Detail

next

List<org.apache.cassandra.utils.Pair<String,String>> next()
                                                          throws IOException
Throws:
IOException

shutdown

void shutdown()

start

void start()
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.