Uses of Class
org.opennms.netmgt.flows.api.Flow.SamplingAlgorithm
-
-
Uses of Flow.SamplingAlgorithm in org.opennms.netmgt.flows.api
Methods in org.opennms.netmgt.flows.api that return Flow.SamplingAlgorithm Modifier and Type Method Description Flow.SamplingAlgorithm
Flow. getSamplingAlgorithm()
Sampling algorithm IDstatic Flow.SamplingAlgorithm
Flow.SamplingAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static Flow.SamplingAlgorithm[]
Flow.SamplingAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Flow.SamplingAlgorithm in org.opennms.netmgt.flows.elastic
Methods in org.opennms.netmgt.flows.elastic with parameters of type Flow.SamplingAlgorithm Modifier and Type Method Description static SamplingAlgorithm
SamplingAlgorithm. from(Flow.SamplingAlgorithm samplingAlgorithm)
-
Uses of Flow.SamplingAlgorithm in org.opennms.netmgt.telemetry.protocols.netflow.adapter.common
Methods in org.opennms.netmgt.telemetry.protocols.netflow.adapter.common that return Flow.SamplingAlgorithm Modifier and Type Method Description Flow.SamplingAlgorithm
NetflowMessage. getSamplingAlgorithm()
-
Uses of Flow.SamplingAlgorithm in org.opennms.netmgt.telemetry.protocols.sflow.adapter
Methods in org.opennms.netmgt.telemetry.protocols.sflow.adapter that return Flow.SamplingAlgorithm Modifier and Type Method Description Flow.SamplingAlgorithm
SFlow. getSamplingAlgorithm()
-