com.netflix.astyanax.util
Interface RowsWriter

All Known Implementing Classes:
CsvRowsWriter, JsonRowsWriter

public interface RowsWriter


Method Summary
 void write(Rows<?,?> rows)
           
 

Method Detail

write

void write(Rows<?,?> rows)
           throws java.lang.Exception
Throws:
java.lang.Exception