public interface Reporting
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Reporting.Callback |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Protocol |
PROTOCOL |
| Modifier and Type | Method and Description |
|---|---|
Void |
reportPoint(ReportPoint point) |
Void |
reportPoints(List<ReportPoint> points) |
Void |
updateMetricHostTagsIndex(String table,
ByteBuffer metricKey,
ByteBuffer hostKey,
List<ByteBuffer> tagIds,
long timestamp) |
Void |
updateMetricHostTagsIndices(List<IndexUpdate> indexUpdates) |
@Idempotent Void reportPoint(ReportPoint point) throws org.apache.avro.AvroRemoteException
org.apache.avro.AvroRemoteException@Idempotent Void reportPoints(List<ReportPoint> points) throws org.apache.avro.AvroRemoteException
org.apache.avro.AvroRemoteException@Idempotent Void updateMetricHostTagsIndex(String table, ByteBuffer metricKey, ByteBuffer hostKey, List<ByteBuffer> tagIds, long timestamp) throws org.apache.avro.AvroRemoteException
org.apache.avro.AvroRemoteException@Idempotent Void updateMetricHostTagsIndices(List<IndexUpdate> indexUpdates) throws org.apache.avro.AvroRemoteException
org.apache.avro.AvroRemoteExceptionCopyright © 2017. All rights reserved.