Class HiveEventClient

java.lang.Object
io.airlift.event.client.AbstractEventClient
io.trino.plugin.hive.HiveEventClient
All Implemented Interfaces:
io.airlift.event.client.EventClient

public class HiveEventClient extends io.airlift.event.client.AbstractEventClient
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.airlift.event.client.EventClient

    io.airlift.event.client.EventClient.EventGenerator<T>, io.airlift.event.client.EventClient.EventPoster<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    postEvent(T event)
     

    Methods inherited from class io.airlift.event.client.AbstractEventClient

    post, post, post

    Methods inherited from class java.lang.Object

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

    • HiveEventClient

      public HiveEventClient()
  • Method Details

    • postEvent

      public <T> void postEvent(T event)
      Specified by:
      postEvent in class io.airlift.event.client.AbstractEventClient