Package io.opencensus.trace.export
Class AutoValue_RunningSpanStore_Filter
java.lang.Object
io.opencensus.trace.export.RunningSpanStore.Filter
io.opencensus.trace.export.AutoValue_RunningSpanStore_Filter
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_RunningSpanStore_Filter
extends RunningSpanStore.Filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.trace.export.RunningSpanStore.Filter
create
-
Field Details
-
spanName
-
maxSpansToReturn
private final int maxSpansToReturn
-
-
Constructor Details
-
AutoValue_RunningSpanStore_Filter
AutoValue_RunningSpanStore_Filter(String spanName, int maxSpansToReturn)
-
-
Method Details
-
getSpanName
Description copied from class:RunningSpanStore.Filter
Returns the span name.- Specified by:
getSpanName
in classRunningSpanStore.Filter
- Returns:
- the span name.
-
getMaxSpansToReturn
public int getMaxSpansToReturn()Description copied from class:RunningSpanStore.Filter
Returns the maximum number of spans to be returned.0
means all.- Specified by:
getMaxSpansToReturn
in classRunningSpanStore.Filter
- Returns:
- the maximum number of spans to be returned.
-
toString
-
equals
-
hashCode
public int hashCode()
-