com.netflix.astyanax.util
Interface RecordWriter

All Known Implementing Classes:
ColumnarRecordWriter

public interface RecordWriter

Author:
elandau

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

Method Detail

start

void start()
           throws ConnectionException
Throws:
ConnectionException

write

void write(List<org.apache.cassandra.utils.Pair<String,String>> record)

shutdown

void shutdown()


Copyright © 2012. All Rights Reserved.