Uses of Class
io.opentelemetry.proto.trace.v1.ConstantSampler
-
Packages that use ConstantSampler Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of ConstantSampler in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return ConstantSampler Modifier and Type Method Description ConstantSamplerConstantSampler.Builder. build()ConstantSamplerConstantSampler.Builder. buildPartial()ConstantSamplerTraceConfig.Builder. getConstantSampler().opentelemetry.proto.trace.v1.ConstantSampler constant_sampler = 1;ConstantSamplerTraceConfig. getConstantSampler().opentelemetry.proto.trace.v1.ConstantSampler constant_sampler = 1;ConstantSamplerTraceConfigOrBuilder. getConstantSampler().opentelemetry.proto.trace.v1.ConstantSampler constant_sampler = 1;static ConstantSamplerConstantSampler. getDefaultInstance()ConstantSamplerConstantSampler.Builder. getDefaultInstanceForType()ConstantSamplerConstantSampler. getDefaultInstanceForType()static ConstantSamplerConstantSampler. parseDelimitedFrom(InputStream input)static ConstantSamplerConstantSampler. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantSamplerConstantSampler. parseFrom(byte[] data)static ConstantSamplerConstantSampler. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantSamplerConstantSampler. parseFrom(com.google.protobuf.ByteString data)static ConstantSamplerConstantSampler. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantSamplerConstantSampler. parseFrom(com.google.protobuf.CodedInputStream input)static ConstantSamplerConstantSampler. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantSamplerConstantSampler. parseFrom(InputStream input)static ConstantSamplerConstantSampler. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantSamplerConstantSampler. parseFrom(ByteBuffer data)static ConstantSamplerConstantSampler. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type ConstantSampler Modifier and Type Method Description com.google.protobuf.Parser<ConstantSampler>ConstantSampler. getParserForType()static com.google.protobuf.Parser<ConstantSampler>ConstantSampler. parser()Methods in io.opentelemetry.proto.trace.v1 with parameters of type ConstantSampler Modifier and Type Method Description TraceConfig.BuilderTraceConfig.Builder. mergeConstantSampler(ConstantSampler value).opentelemetry.proto.trace.v1.ConstantSampler constant_sampler = 1;ConstantSampler.BuilderConstantSampler.Builder. mergeFrom(ConstantSampler other)static ConstantSampler.BuilderConstantSampler. newBuilder(ConstantSampler prototype)TraceConfig.BuilderTraceConfig.Builder. setConstantSampler(ConstantSampler value).opentelemetry.proto.trace.v1.ConstantSampler constant_sampler = 1;
-