Class AutoValue_QueueMetricProducer_Options
- java.lang.Object
-
- io.opencensus.exporter.metrics.util.QueueMetricProducer.Options
-
- io.opencensus.exporter.metrics.util.AutoValue_QueueMetricProducer_Options
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_QueueMetricProducer_Options extends QueueMetricProducer.Options
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_QueueMetricProducer_Options.Builder
-
Field Summary
Fields Modifier and Type Field Description private int
bufferSize
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_QueueMetricProducer_Options(int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getBufferSize()
Returns the buffer size for theQueueMetricProducer
.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.exporter.metrics.util.QueueMetricProducer.Options
builder
-
-
-
-
Method Detail
-
getBufferSize
public int getBufferSize()
Description copied from class:QueueMetricProducer.Options
Returns the buffer size for theQueueMetricProducer
.- Specified by:
getBufferSize
in classQueueMetricProducer.Options
- Returns:
- the buffer size for the
QueueMetricProducer
.
-
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
-
-