Uses of Class
org.opennms.nephron.testing.flowgen.FlowConfig
-
Packages that use FlowConfig Package Description org.opennms.nephron.testing.flowgen -
-
Uses of FlowConfig in org.opennms.nephron.testing.flowgen
Fields in org.opennms.nephron.testing.flowgen declared as FlowConfig Modifier and Type Field Description FlowConfigSourceConfig. flowConfigMethods in org.opennms.nephron.testing.flowgen with parameters of type FlowConfig Modifier and Type Method Description static net.jqwik.api.Arbitrary<FlowDocuments.FlowData>FlowDocuments. getFlowDataArbitrary(FlowConfig cfg)static org.opennms.netmgt.flows.persistence.model.FlowDocumentFlowDocuments. getFlowDocument(FlowConfig cfg, long idx, FlowDocuments.FlowData fd)static Stream<org.opennms.netmgt.flows.persistence.model.FlowDocument>FlowDocuments. stream(FlowConfig cfg, long seed, long maxIdx, int idxInc, int idxOffset)Constructors in org.opennms.nephron.testing.flowgen with parameters of type FlowConfig Constructor Description SourceConfig(FlowConfig flowConfig, SyntheticFlowTimestampPolicyFactory timestampPolicyFactory, long seed, int minSplits, int maxSplits, long maxIdx, int idxInc, int idxOffset, long flowsPerSecond)
-