Uses of Class
wavefront.report.ReportSourceTag
-
Packages that use ReportSourceTag Package Description com.wavefront.dto com.wavefront.ingester wavefront.report -
-
Uses of ReportSourceTag in com.wavefront.dto
Constructors in com.wavefront.dto with parameters of type ReportSourceTag Constructor Description SourceTag(ReportSourceTag sourceTag) -
Uses of ReportSourceTag in com.wavefront.ingester
Methods in com.wavefront.ingester that return ReportSourceTag Modifier and Type Method Description ReportSourceTagReportSourceTagIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customerSourceTags, IngesterContext ingesterContext)Method parameters in com.wavefront.ingester with type arguments of type ReportSourceTag Modifier and Type Method Description voidReportSourceTagDecoder. decode(String msg, List<ReportSourceTag> out, String customerId, IngesterContext ctx) -
Uses of ReportSourceTag in wavefront.report
Methods in wavefront.report that return ReportSourceTag Modifier and Type Method Description ReportSourceTagReportSourceTag.Builder. build()static ReportSourceTagReportSourceTag. fromByteBuffer(ByteBuffer b)Deserializes a ReportSourceTag from a ByteBuffer.Methods in wavefront.report that return types with arguments of type ReportSourceTag Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<ReportSourceTag>ReportSourceTag. 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<ReportSourceTag>ReportSourceTag. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ReportSourceTag>ReportSourceTag. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type ReportSourceTag Modifier and Type Method Description static ReportSourceTag.BuilderReportSourceTag. newBuilder(ReportSourceTag other)Creates a new ReportSourceTag RecordBuilder by copying an existing ReportSourceTag instance.
-