Interface LogOutputter
-
- All Known Implementing Classes:
LogJsonOuput
,TextTabularOutput
public interface LogOutputter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addRow(java.lang.Object... theRow)
long
output()
void
setPrefetchLimit(int thePrefetchLimit)
-