Home
last modified time | relevance | path

Searched refs:IS_SAMPLED (Results 1 – 1 of 1) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DTraceOptions.java37 private static final byte IS_SAMPLED = 0x1; field in TraceOptions
192 return hasOption(IS_SAMPLED); in isSampled()
252 options = (byte) (options | IS_SAMPLED); in setIsSampled()
254 options = (byte) (options & ~IS_SAMPLED); in setIsSampled()