Package com.illumon.iris.binarystore
Interface EntryHandler
public interface EntryHandler
Implementors of this interface provide Row and Record callbacks.
This interface is useful for anonymous classes defining the callbacks.
-
Method Summary
Modifier and Type Method Description void
handleRecord()
void
handleRow()
default void
install(BinaryStoreReaderV2 reader)
-
Method Details
-
handleRow
void handleRow() -
handleRecord
void handleRecord() -
install
-