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