Uses of Interface
org.opennms.nephron.testing.flowgen.SyntheticFlowTimestampPolicyFactory
-
Packages that use SyntheticFlowTimestampPolicyFactory Package Description org.opennms.nephron.testing.flowgen -
-
Uses of SyntheticFlowTimestampPolicyFactory in org.opennms.nephron.testing.flowgen
Fields in org.opennms.nephron.testing.flowgen declared as SyntheticFlowTimestampPolicyFactory Modifier and Type Field Description SyntheticFlowTimestampPolicyFactorySourceConfig. timestampPolicyFactoryMethods in org.opennms.nephron.testing.flowgen that return SyntheticFlowTimestampPolicyFactory Modifier and Type Method Description static SyntheticFlowTimestampPolicyFactorySyntheticFlowTimestampPolicyFactory. withLimitedDelay(org.joda.time.Duration maxDelay, org.apache.beam.sdk.transforms.SerializableFunction<org.opennms.netmgt.flows.persistence.model.FlowDocument,org.joda.time.Instant> timestampFunction)static SyntheticFlowTimestampPolicyFactorySyntheticFlowTimestampPolicyFactory. withLimitedDelay(org.opennms.nephron.NephronOptions options, org.apache.beam.sdk.transforms.SerializableFunction<org.opennms.netmgt.flows.persistence.model.FlowDocument,org.joda.time.Instant> timestampFunction)Methods in org.opennms.nephron.testing.flowgen with parameters of type SyntheticFlowTimestampPolicyFactory 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)Constructors in org.opennms.nephron.testing.flowgen with parameters of type SyntheticFlowTimestampPolicyFactory Constructor Description SourceConfig(FlowConfig flowConfig, SyntheticFlowTimestampPolicyFactory timestampPolicyFactory, long seed, int minSplits, int maxSplits, long maxIdx, int idxInc, int idxOffset, long flowsPerSecond)
-