Class AutoValue_SampledSpanStore_LatencyFilter
java.lang.Object
io.opencensus.trace.export.SampledSpanStore.LatencyFilter
io.opencensus.trace.export.AutoValue_SampledSpanStore_LatencyFilter
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_SampledSpanStore_LatencyFilter
extends SampledSpanStore.LatencyFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final longprivate final intprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_SampledSpanStore_LatencyFilter(String spanName, long latencyLowerNs, long latencyUpperNs, int maxSpansToReturn) -
Method Summary
Methods inherited from class SampledSpanStore.LatencyFilter
create
-
Field Details
-
spanName
-
latencyLowerNs
private final long latencyLowerNs -
latencyUpperNs
private final long latencyUpperNs -
maxSpansToReturn
private final int maxSpansToReturn
-
-
Constructor Details
-
AutoValue_SampledSpanStore_LatencyFilter
AutoValue_SampledSpanStore_LatencyFilter(String spanName, long latencyLowerNs, long latencyUpperNs, int maxSpansToReturn)
-
-
Method Details
-
getSpanName
Description copied from class:SampledSpanStore.LatencyFilterReturns the span name used by this filter.- Specified by:
getSpanNamein classSampledSpanStore.LatencyFilter- Returns:
- the span name used by this filter.
-
getLatencyLowerNs
public long getLatencyLowerNs()Description copied from class:SampledSpanStore.LatencyFilterReturns the latency lower bound of this bucket (inclusive).- Specified by:
getLatencyLowerNsin classSampledSpanStore.LatencyFilter- Returns:
- the latency lower bound of this bucket.
-
getLatencyUpperNs
public long getLatencyUpperNs()Description copied from class:SampledSpanStore.LatencyFilterReturns the latency upper bound of this bucket (exclusive).- Specified by:
getLatencyUpperNsin classSampledSpanStore.LatencyFilter- Returns:
- the latency upper bound of this bucket.
-
getMaxSpansToReturn
public int getMaxSpansToReturn()Description copied from class:SampledSpanStore.LatencyFilterReturns the maximum number of spans to be returned.0means all.- Specified by:
getMaxSpansToReturnin classSampledSpanStore.LatencyFilter- Returns:
- the maximum number of spans to be returned.
-
toString
-
equals
-
hashCode
-