public class MutatorIterator extends InputIterator
input_iteratorschema| Constructor and Description |
|---|
MutatorIterator(TsIterator it,
Mutator mutator) |
| Modifier and Type | Method and Description |
|---|---|
static TsIterator |
appendMutator(TsIterator it,
Mutator mutator)
Apply mutator to elements of iterator
|
TsEntry |
next() |
getProcessingChain, hasNextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic MutatorIterator(TsIterator it, Mutator mutator)
public static TsIterator appendMutator(TsIterator it, Mutator mutator)
it - mutator - nullablepublic TsEntry next()