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
-
Method Details
-
handleRow
void handleRow() -
handleRecord
void handleRecord() -
install
-