public enum SamplingAlgorithm extends Enum<SamplingAlgorithm> implements com.google.protobuf.ProtocolMessageEnum
SamplingAlgorithm
Enum Constant and Description |
---|
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS = 7; |
HASH_BASED_FILTERING
HASH_BASED_FILTERING = 6; |
PROPERTY_MATCH_FILTERING
PROPERTY_MATCH_FILTERING = 5; |
RANDOM_N_OUT_OF_N_SAMPLING
RANDOM_N_OUT_OF_N_SAMPLING = 3; |
SYSTEMATIC_COUNT_BASED_SAMPLING
SYSTEMATIC_COUNT_BASED_SAMPLING = 1; |
SYSTEMATIC_TIME_BASED_SAMPLING
SYSTEMATIC_TIME_BASED_SAMPLING = 2; |
UNASSIGNED
UNASSIGNED = 0; |
UNIFORM_PROBABILISTIC_SAMPLING
UNIFORM_PROBABILISTIC_SAMPLING = 4; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS_VALUE
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS = 7; |
static int |
HASH_BASED_FILTERING_VALUE
HASH_BASED_FILTERING = 6; |
static int |
PROPERTY_MATCH_FILTERING_VALUE
PROPERTY_MATCH_FILTERING = 5; |
static int |
RANDOM_N_OUT_OF_N_SAMPLING_VALUE
RANDOM_N_OUT_OF_N_SAMPLING = 3; |
static int |
SYSTEMATIC_COUNT_BASED_SAMPLING_VALUE
SYSTEMATIC_COUNT_BASED_SAMPLING = 1; |
static int |
SYSTEMATIC_TIME_BASED_SAMPLING_VALUE
SYSTEMATIC_TIME_BASED_SAMPLING = 2; |
static int |
UNASSIGNED_VALUE
UNASSIGNED = 0; |
static int |
UNIFORM_PROBABILISTIC_SAMPLING_VALUE
UNIFORM_PROBABILISTIC_SAMPLING = 4; |
Modifier and Type | Method and Description |
---|---|
static SamplingAlgorithm |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SamplingAlgorithm> |
internalGetValueMap() |
static SamplingAlgorithm |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SamplingAlgorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SamplingAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamplingAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamplingAlgorithm UNASSIGNED
UNASSIGNED = 0;
public static final SamplingAlgorithm SYSTEMATIC_COUNT_BASED_SAMPLING
SYSTEMATIC_COUNT_BASED_SAMPLING = 1;
public static final SamplingAlgorithm SYSTEMATIC_TIME_BASED_SAMPLING
SYSTEMATIC_TIME_BASED_SAMPLING = 2;
public static final SamplingAlgorithm RANDOM_N_OUT_OF_N_SAMPLING
RANDOM_N_OUT_OF_N_SAMPLING = 3;
public static final SamplingAlgorithm UNIFORM_PROBABILISTIC_SAMPLING
UNIFORM_PROBABILISTIC_SAMPLING = 4;
public static final SamplingAlgorithm PROPERTY_MATCH_FILTERING
PROPERTY_MATCH_FILTERING = 5;
public static final SamplingAlgorithm HASH_BASED_FILTERING
HASH_BASED_FILTERING = 6;
public static final SamplingAlgorithm FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS = 7;
public static final SamplingAlgorithm UNRECOGNIZED
public static final int UNASSIGNED_VALUE
UNASSIGNED = 0;
public static final int SYSTEMATIC_COUNT_BASED_SAMPLING_VALUE
SYSTEMATIC_COUNT_BASED_SAMPLING = 1;
public static final int SYSTEMATIC_TIME_BASED_SAMPLING_VALUE
SYSTEMATIC_TIME_BASED_SAMPLING = 2;
public static final int RANDOM_N_OUT_OF_N_SAMPLING_VALUE
RANDOM_N_OUT_OF_N_SAMPLING = 3;
public static final int UNIFORM_PROBABILISTIC_SAMPLING_VALUE
UNIFORM_PROBABILISTIC_SAMPLING = 4;
public static final int PROPERTY_MATCH_FILTERING_VALUE
PROPERTY_MATCH_FILTERING = 5;
public static final int HASH_BASED_FILTERING_VALUE
HASH_BASED_FILTERING = 6;
public static final int FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS_VALUE
FLOW_STATE_DEPENDENT_INTERMEDIATE_FLOW_SELECTION_PROCESS = 7;
public static SamplingAlgorithm[] values()
for (SamplingAlgorithm c : SamplingAlgorithm.values()) System.out.println(c);
public static SamplingAlgorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static SamplingAlgorithm valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SamplingAlgorithm forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SamplingAlgorithm> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SamplingAlgorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.