Class EventDecoder

    • Constructor Detail

      • EventDecoder

        public EventDecoder()
    • Method Detail

      • decode

        public void decode​(String msg,
                           List<ReportEvent> out,
                           String customerId,
                           IngesterContext ctx)
        Description copied from interface: ReportableEntityDecoder
        Decode graphite points and dump them into an output array. The supplied customer id will be set and no customer id extraction will be attempted.
        Specified by:
        decode in interface ReportableEntityDecoder<String,​ReportEvent>
        Parameters:
        msg - Message to parse.
        out - List to output the parsed point.
        customerId - The customer id to use as the table for the result ReportPoint.
        ctx - The ingester context with extra params for decoding.