Package io.opencensus.trace.export
Class AutoValue_RunningSpanStore_PerSpanNameSummary
- java.lang.Object
-
- io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
-
- io.opencensus.trace.export.AutoValue_RunningSpanStore_PerSpanNameSummary
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RunningSpanStore_PerSpanNameSummary extends RunningSpanStore.PerSpanNameSummary
-
-
Field Summary
Fields Modifier and Type Field Description private intnumRunningSpans
-
Constructor Summary
Constructors Constructor Description AutoValue_RunningSpanStore_PerSpanNameSummary(int numRunningSpans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetNumRunningSpans()Returns the number of running spans.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
create
-
-
-
-
Method Detail
-
getNumRunningSpans
public int getNumRunningSpans()
Description copied from class:RunningSpanStore.PerSpanNameSummaryReturns the number of running spans.- Specified by:
getNumRunningSpansin classRunningSpanStore.PerSpanNameSummary- Returns:
- the number of running spans.
-
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
-
-