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 -
Method Summary
Methods inherited from class io.airlift.event.client.AbstractEventClient
post, post, post
-
Constructor Details
-
HiveEventClient
public HiveEventClient()
-
-
Method Details
-
postEvent
public <T> void postEvent(T event) - Specified by:
postEventin classio.airlift.event.client.AbstractEventClient
-