Package com.illumon.iris.binarystore
Interface RowSetter<T>
- All Known Subinterfaces:
KeyedRowSetter,Record.RecordSetter<T>
- All Known Implementing Classes:
AbstractRowSetter,BinaryRecordV2.BinaryStoreRecordSetter,BinaryRowV2.BinaryStoreRowSetter,BinaryRowV2.FlagSetter
public interface RowSetter<T>
Type-safe interface for setting cell values in individual columns of a row to allow a row to be written.