Uses of Class
com.wavefront.ingester.IngesterContext
-
Packages that use IngesterContext Package Description com.wavefront.ingester -
-
Uses of IngesterContext in com.wavefront.ingester
Methods in com.wavefront.ingester that return IngesterContext Modifier and Type Method Description IngesterContextIngesterContext.Builder. build()Methods in com.wavefront.ingester with parameters of type IngesterContext Modifier and Type Method Description voidEventDecoder. decode(String msg, List<ReportEvent> out, String customerId, IngesterContext ctx)voidOpenTSDBMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidPickleProtocolDecoder. decode(byte[] msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidPickleProtocolMetricDecoder. decode(byte[] msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidReportableEntityDecoder. decode(T msg, List<E> out, String customerId, IngesterContext ctx)Decode graphite points and dump them into an output array.voidReportHistogramDecoder. decode(String msg, List<ReportHistogram> out, String customerId, IngesterContext ctx)voidReportMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidReportPointDecoder. decode(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidReportPointDecoderWrapper. decode(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidReportSourceTagDecoder. decode(String msg, List<ReportSourceTag> out, String customerId, IngesterContext ctx)voidSpanDecoder. decode(String msg, List<Span> out, String customerId, IngesterContext ctx)voidSpanLogsDecoder. decode(com.fasterxml.jackson.databind.JsonNode msg, List<SpanLogs> out, String customerId, IngesterContext ctx)voidSpyApiMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx)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, String customerId, IngesterContext ctx)Deprecated.voidHistogramDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ctx)Deprecated.voidOpenTSDBDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ingesterContext)Deprecated.voidWFTopDecoder. decodeReportPoints(String msg, List<ReportPoint> out, String customerId, IngesterContext ingesterContext)Deprecated.abstract TAbstractIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)ReportEventEventIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)ReportHistogramReportHistogramIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)ReportMetricReportMetricIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)ReportPointReportPointIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)Deprecated.ReportSourceTagReportSourceTagIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customerSourceTags, IngesterContext ingesterContext)SpanSpanIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)
-