Class IgnoreEventSink


  • public class IgnoreEventSink
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreEventSink()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void alert​(int code, byte[] metadata)  
      static void alert​(int code, java.lang.String metadata)  
      static void flushHiFreqBatch()  
      static void hiFreq​(long code, long param)  
      static void loFreq​(int code, byte[] metadata)  
      static void loFreq​(int code, java.lang.String metadata)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IgnoreEventSink

        public IgnoreEventSink()
    • Method Detail

      • alert

        public static void alert​(int code,
                                 byte[] metadata)
      • alert

        public static void alert​(int code,
                                 java.lang.String metadata)
      • loFreq

        public static void loFreq​(int code,
                                  byte[] metadata)
      • loFreq

        public static void loFreq​(int code,
                                  java.lang.String metadata)
      • flushHiFreqBatch

        public static void flushHiFreqBatch()
      • hiFreq

        public static void hiFreq​(long code,
                                  long param)