public class Sampler extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Sampler.AlwaysSampler
采样率为100时,总是返回true
|
protected static class |
Sampler.NeverSampler
采样率为0时,总是返回false
|
| Modifier | Constructor and Description |
|---|---|
protected |
Sampler() |
protected |
Sampler(double selectPercent) |
Copyright © 2018. All rights reserved.