Uses of Class
org.opennms.nephron.testing.flowgen.FlowReader.CheckpointMark
-
Packages that use FlowReader.CheckpointMark Package Description org.opennms.nephron.testing.flowgen -
-
Uses of FlowReader.CheckpointMark in org.opennms.nephron.testing.flowgen
Fields in org.opennms.nephron.testing.flowgen with type parameters of type FlowReader.CheckpointMark Modifier and Type Field Description static org.apache.beam.sdk.coders.Coder<FlowReader.CheckpointMark>FlowReader.CheckpointMark. CHECKPOINT_CODERMethods in org.opennms.nephron.testing.flowgen that return types with arguments of type FlowReader.CheckpointMark Modifier and Type Method Description org.apache.beam.sdk.coders.Coder<FlowReader.CheckpointMark>SyntheticFlowSource. getCheckpointMarkCoder()List<? extends org.apache.beam.sdk.io.UnboundedSource<org.opennms.netmgt.flows.persistence.model.FlowDocument,FlowReader.CheckpointMark>>SyntheticFlowSource. split(int desiredNumSplits, org.apache.beam.sdk.options.PipelineOptions options)Methods in org.opennms.nephron.testing.flowgen with parameters of type FlowReader.CheckpointMark Modifier and Type Method Description org.apache.beam.sdk.io.UnboundedSource.UnboundedReader<org.opennms.netmgt.flows.persistence.model.FlowDocument>SyntheticFlowSource. createReader(org.apache.beam.sdk.options.PipelineOptions options, @Nullable FlowReader.CheckpointMark checkpointMark)Constructor parameters in org.opennms.nephron.testing.flowgen with type arguments of type FlowReader.CheckpointMark Constructor Description FlowReader(org.apache.beam.sdk.io.UnboundedSource<org.opennms.netmgt.flows.persistence.model.FlowDocument,FlowReader.CheckpointMark> source, BiFunction<Random,Long,org.opennms.netmgt.flows.persistence.model.FlowDocument> nextFlowDocument, SyntheticFlowTimestampPolicy timestampPolicy, int idxIncr, long maxIdx, long index, Random random, Limiter limiter)
-