static ParentBasedSamplerBuilder |
Sampler.parentBasedBuilder(Sampler root) |
|
ParentBasedSamplerBuilder |
ParentBasedSamplerBuilder.setLocalParentNotSampled(Sampler localParentNotSampled) |
Sets the Sampler to use when there is a local parent that was not sampled.
|
ParentBasedSamplerBuilder |
ParentBasedSamplerBuilder.setLocalParentSampled(Sampler localParentSampled) |
Sets the Sampler to use when there is a local parent that was sampled.
|
ParentBasedSamplerBuilder |
ParentBasedSamplerBuilder.setRemoteParentNotSampled(Sampler remoteParentNotSampled) |
Sets the Sampler to use when there is a remote parent that was not sampled.
|
ParentBasedSamplerBuilder |
ParentBasedSamplerBuilder.setRemoteParentSampled(Sampler remoteParentSampled) |
Sets the Sampler to use when there is a remote parent that was sampled.
|