Package io.opencensus.trace.export
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
Fields Modifier and Type Field Description private longlatencyLowerNsprivate longlatencyUpperNsprivate intmaxSpansToReturnprivate java.lang.StringspanName
-
Constructor Summary
Constructors Constructor Description AutoValue_SampledSpanStore_LatencyFilter(java.lang.String spanName, long latencyLowerNs, long latencyUpperNs, int maxSpansToReturn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)longgetLatencyLowerNs()Returns the latency lower bound of this bucket (inclusive).longgetLatencyUpperNs()Returns the latency upper bound of this bucket (exclusive).intgetMaxSpansToReturn()Returns the maximum number of spans to be returned.java.lang.StringgetSpanName()Returns the span name used by this filter.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
create
-
-
-
-
Method Detail
-
getSpanName
public java.lang.String 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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-