Uses of Class
wavefront.report.ReportPoint
-
Packages that use ReportPoint Package Description com.wavefront.data com.wavefront.ingester com.wavefront.metrics com.wavefront.predicates wavefront.report -
-
Uses of ReportPoint in com.wavefront.data
Methods in com.wavefront.data with parameters of type ReportPoint Modifier and Type Method Description static voidValidation. validatePoint(ReportPoint point, ValidationConfiguration config)Deprecated.static voidValidation. validatePoint(ReportPoint point, String source, Validation.Level validationLevel)Deprecated. -
Uses of ReportPoint in com.wavefront.ingester
Methods in com.wavefront.ingester that return ReportPoint Modifier and Type Method Description ReportPointReportPointIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)Deprecated.Methods in com.wavefront.ingester that return types with arguments of type ReportPoint Modifier and Type Method Description static AbstractIngesterFormatter.IngesterFormatBuilder<ReportPoint>ReportPointIngesterFormatter. newBuilder()Deprecated.Methods in com.wavefront.ingester with parameters of type ReportPoint Modifier and Type Method Description StringReportPointSerializer. apply(ReportPoint point)Deprecated.static StringReportPointSerializer. pointToString(ReportPoint point)Deprecated.Method parameters in com.wavefront.ingester with type arguments of type ReportPoint Modifier and Type Method Description voidPickleProtocolDecoder. decode(byte[] msg, List<ReportPoint> out)Deprecated.voidPickleProtocolDecoder. decode(byte[] msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidReportPointDecoder. decode(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidReportPointDecoderWrapper. decode(String msg, List<ReportPoint> out, String customerId)Deprecated.voidReportPointDecoderWrapper. decode(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidDecoder. decodeReportPoints(T msg, List<ReportPoint> out)Deprecated.Certain decoders support decoding the customer id from the input line itself.voidDecoder. decodeReportPoints(T msg, List<ReportPoint> out, String customerId)Deprecated.Decode graphite points and dump them into an output array.voidDecoder. decodeReportPoints(T msg, List<ReportPoint> out, String customerId, IngesterContext ingesterContext)Deprecated.Decode graphite points and dump them into an output array.voidGraphiteDecoder. decodeReportPoints(String msg, List<ReportPoint> out)Deprecated.voidGraphiteDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId)Deprecated.voidGraphiteDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidHistogramDecoder. decodeReportPoints(String msg, List<ReportPoint> out)Deprecated.voidHistogramDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId)Deprecated.voidHistogramDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidOpenTSDBDecoder. decodeReportPoints(String msg, List<ReportPoint> out)Deprecated.voidOpenTSDBDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId)Deprecated.voidOpenTSDBDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ingesterContext)Deprecated.voidWFTopDecoder. decodeReportPoints(String msg, List<ReportPoint> out)Deprecated.voidWFTopDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId)Deprecated.voidWFTopDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ingesterContext)Deprecated. -
Uses of ReportPoint in com.wavefront.metrics
Methods in com.wavefront.metrics that return ReportPoint Modifier and Type Method Description static ReportPointJsonMetricsParser. makeHistogramPoint(String customer, String metric, String host, Map<String,String> annotations, long startMillis, int durationMillis, List<Double> bins, List<Integer> counts)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, double value, long timestamp)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, double value, long timestamp, Map<String,String> annotations)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, long value, long timestamp)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, long value, long timestamp, Map<String,String> annotations)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, String value, long timestamp)static ReportPointJsonMetricsParser. makePoint(String table, String metric, String host, String value, long timestamp, Map<String,String> annotations)Method parameters in com.wavefront.metrics with type arguments of type ReportPoint Modifier and Type Method Description static voidJsonMetricsParser. processValueNode(com.fasterxml.jackson.databind.JsonNode value, String table, String metric, String host, long timestamp, List<ReportPoint> points, Map<String,String> tags)Deprecated.static voidJsonMetricsParser. report(String table, String path, com.fasterxml.jackson.databind.JsonNode node, List<ReportPoint> points, String host, long timestamp)Deprecated.static voidJsonMetricsParser. report(String table, String path, com.fasterxml.jackson.databind.JsonNode node, List<ReportPoint> points, String host, long timestamp, Map<String,String> tags)Deprecated. -
Uses of ReportPoint in com.wavefront.predicates
Methods in com.wavefront.predicates with parameters of type ReportPoint Modifier and Type Method Description static StringUtil. expandPlaceholders(String input, ReportPoint reportPoint)Deprecated. -
Uses of ReportPoint in wavefront.report
Methods in wavefront.report that return ReportPoint Modifier and Type Method Description ReportPointReportPoint.Builder. build()static ReportPointReportPoint. fromByteBuffer(ByteBuffer b)Deserializes a ReportPoint from a ByteBuffer.Methods in wavefront.report that return types with arguments of type ReportPoint Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<ReportPoint>ReportPoint. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<ReportPoint>ReportPoint. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ReportPoint>ReportPoint. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type ReportPoint Modifier and Type Method Description static ReportPoint.BuilderReportPoint. newBuilder(ReportPoint other)Creates a new ReportPoint RecordBuilder by copying an existing ReportPoint instance.
-