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 int
numRunningSpans
-
Constructor Summary
Constructors Constructor Description AutoValue_RunningSpanStore_PerSpanNameSummary(int numRunningSpans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getNumRunningSpans()
Returns the number of running spans.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
create
-
-
-
-
Method Detail
-
getNumRunningSpans
public int getNumRunningSpans()
Description copied from class:RunningSpanStore.PerSpanNameSummary
Returns the number of running spans.- Specified by:
getNumRunningSpans
in classRunningSpanStore.PerSpanNameSummary
- Returns:
- the number of running spans.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-