Reporting.Callback| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Protocol |
PROTOCOL |
| Modifier and Type | Method and Description |
|---|---|
void |
reportPoint(ReportPoint point,
org.apache.avro.ipc.Callback<Void> callback) |
void |
reportPoints(List<ReportPoint> points,
org.apache.avro.ipc.Callback<Void> callback) |
void |
updateMetricHostTagsIndex(String table,
ByteBuffer metricKey,
ByteBuffer hostKey,
List<ByteBuffer> tagIds,
long timestamp,
org.apache.avro.ipc.Callback<Void> callback) |
void |
updateMetricHostTagsIndices(List<IndexUpdate> indexUpdates,
org.apache.avro.ipc.Callback<Void> callback) |
reportPoint, reportPoints, updateMetricHostTagsIndex, updateMetricHostTagsIndicesvoid reportPoint(ReportPoint point, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOExceptionvoid reportPoints(List<ReportPoint> points, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOExceptionvoid updateMetricHostTagsIndex(String table, ByteBuffer metricKey, ByteBuffer hostKey, List<ByteBuffer> tagIds, long timestamp, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOExceptionvoid updateMetricHostTagsIndices(List<IndexUpdate> indexUpdates, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOExceptionCopyright © 2015. All rights reserved.