Class ImportStateRowCounter
java.lang.Object
com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowCounter
- All Implemented Interfaces:
ImportState
,Serializable
public class ImportStateRowCounter extends Object
Basic import state that counts appended rows.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImportStateRowCounter()
-
Method Summary
Modifier and Type Method Description Properties
getImportDetails()
void
newRow()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.dataimport.logtailer.ImportState
ensureInitialized, onClose, onFlush, onRelease, onResume, onTruncate
-
Constructor Details
-
ImportStateRowCounter
public ImportStateRowCounter()
-
-
Method Details
-
newRow
public void newRow() -
getImportDetails
-