Home
last modified time | relevance | path

Searched defs:removeTimeSeries (Results 1 – 25 of 26) sorted by relevance

12

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DDerivedDoubleCumulative.java94 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedDoubleCumulative
145 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleCumulative.NoopDerivedDoubleCumulative
DDerivedLongCumulative.java92 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedLongCumulative
143 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongCumulative.NoopDerivedLongCumulative
DDerivedLongGauge.java92 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedLongGauge
142 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongGauge.NoopDerivedLongGauge
DDerivedDoubleGauge.java94 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedDoubleGauge
144 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleGauge.NoopDerivedDoubleGauge
DLongCumulative.java114 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in LongCumulative
179 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongCumulative.NoopLongCumulative
DDoubleCumulative.java115 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DoubleCumulative
184 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleCumulative.NoopDoubleCumulative
DDoubleGauge.java115 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DoubleGauge
192 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleGauge.NoopDoubleGauge
DLongGauge.java112 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in LongGauge
185 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongGauge.NoopLongGauge
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DDerivedLongGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongGaugeImpl
DDerivedDoubleGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleGaugeImpl
DLongGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongGaugeImpl
DDoubleGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleGaugeImpl
DDoubleCumulativeImpl.java109 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleCumulativeImpl
DLongCumulativeImpl.java109 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongCumulativeImpl
DDerivedDoubleCumulativeImpl.java111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleCumulativeImpl
DDerivedLongCumulativeImpl.java111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongCumulativeImpl
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DDerivedLongGaugeImplTest.java204 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongGaugeImplTest
DDerivedDoubleGaugeImplTest.java208 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleGaugeImplTest
DDerivedDoubleCumulativeImplTest.java250 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleCumulativeImplTest
DDerivedLongCumulativeImplTest.java247 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongCumulativeImplTest
DDoubleGaugeImplTest.java165 public void removeTimeSeries() { in removeTimeSeries() method in DoubleGaugeImplTest
DLongCumulativeImplTest.java182 public void removeTimeSeries() { in removeTimeSeries() method in LongCumulativeImplTest
DLongGaugeImplTest.java161 public void removeTimeSeries() { in removeTimeSeries() method in LongGaugeImplTest
DDoubleCumulativeImplTest.java182 public void removeTimeSeries() { in removeTimeSeries() method in DoubleCumulativeImplTest
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DCreateTimeSeriesRequest.java1097 public Builder removeTimeSeries(int index) { in removeTimeSeries() method in CreateTimeSeriesRequest.Builder

12