Uses of Class
org.opennms.nephron.testing.flowgen.SourceConfig
-
Packages that use SourceConfig Package Description org.opennms.nephron.testing.benchmark org.opennms.nephron.testing.flowgen -
-
Uses of SourceConfig in org.opennms.nephron.testing.benchmark
Fields in org.opennms.nephron.testing.benchmark declared as SourceConfig Modifier and Type Field Description protected SourceConfigInputSetup. sourceConfig -
Uses of SourceConfig in org.opennms.nephron.testing.flowgen
Methods in org.opennms.nephron.testing.flowgen that return SourceConfig Modifier and Type Method Description static SourceConfigSourceConfig. of(FlowGenOptions options, org.apache.beam.sdk.transforms.SerializableBiFunction<Long,FlowDocuments.FlowData,org.joda.time.Instant> lastSwitchedPolicy, SyntheticFlowTimestampPolicyFactory timestampPolicyFactory)static SourceConfigSourceConfig. of(FlowGenOptions options, SyntheticFlowTimestampPolicyFactory timestampPolicyFactory)Methods in org.opennms.nephron.testing.flowgen that return types with arguments of type SourceConfig Modifier and Type Method Description List<SourceConfig>SourceConfig. split(int desiredNumSplits)Methods in org.opennms.nephron.testing.flowgen with parameters of type SourceConfig Modifier and Type Method Description static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PBegin,org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument>>SyntheticFlowSource. readFromSyntheticSource(SourceConfig sourceConfig)Creates a transformation that reads from a synthetic flow source.static Stream<org.opennms.netmgt.flows.persistence.model.FlowDocument>FlowDocuments. splittedStream(SourceConfig sourceConfig)Creates a length limited stream of flows.static Stream<org.opennms.netmgt.flows.persistence.model.FlowDocument>FlowDocuments. stream(SourceConfig sourceConfig)Creates a length limited stream of flows.Constructors in org.opennms.nephron.testing.flowgen with parameters of type SourceConfig Constructor Description SyntheticFlowSource(SourceConfig sourceConfig)
-