Class ImportStateRowSymAndUSymCounter
java.lang.Object
com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowSymAndUSymCounter
- All Implemented Interfaces:
ImportState
,Serializable
public class ImportStateRowSymAndUSymCounter extends Object
Import state that counts rows, unique "sym" values, and unique "usym" values.
Note: This takes CharSequences as input and toString()s them internally - the assumption is that a given
table/partition/column will be using a consistent type for its "String-like" data, and that for Sym/USym it's almost
certainly String.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImportStateRowSymAndUSymCounter()
-
Method Summary
Modifier and Type Method Description Properties
getImportDetails()
void
newRow(CharSequence sym, CharSequence uSym)
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
-
ImportStateRowSymAndUSymCounter
public ImportStateRowSymAndUSymCounter()
-
-
Method Details