C F G H I Q S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- create(Map<String, String>) - Method in class io.trino.plugin.httpquery.HttpEventListenerFactory
F
- ForHttpEventListener - Annotation Type in io.trino.plugin.httpquery
G
- getBackoffBase() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getEventListenerFactories() - Method in class io.trino.plugin.httpquery.HttpEventListenerPlugin
- getHttpHeaders() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getIngestUri() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getLogCompleted() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getLogCreated() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getLogSplit() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getMaxDelay() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getName() - Method in class io.trino.plugin.httpquery.HttpEventListenerFactory
- getRetryCount() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- getRetryDelay() - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
H
- HttpEventListener - Class in io.trino.plugin.httpquery
-
Implement an EventListener that send events, serialized as JSON, to a ingest server.
- HttpEventListener(JsonCodec<QueryCompletedEvent>, JsonCodec<QueryCreatedEvent>, JsonCodec<SplitCompletedEvent>, HttpEventListenerConfig, HttpClient) - Constructor for class io.trino.plugin.httpquery.HttpEventListener
- HttpEventListenerConfig - Class in io.trino.plugin.httpquery
- HttpEventListenerConfig() - Constructor for class io.trino.plugin.httpquery.HttpEventListenerConfig
- HttpEventListenerEventType - Enum in io.trino.plugin.httpquery
- HttpEventListenerFactory - Class in io.trino.plugin.httpquery
- HttpEventListenerFactory() - Constructor for class io.trino.plugin.httpquery.HttpEventListenerFactory
- HttpEventListenerPlugin - Class in io.trino.plugin.httpquery
- HttpEventListenerPlugin() - Constructor for class io.trino.plugin.httpquery.HttpEventListenerPlugin
I
- io.trino.plugin.httpquery - package io.trino.plugin.httpquery
Q
- QUERY_COMPLETED - io.trino.plugin.httpquery.HttpEventListenerEventType
- QUERY_CREATED - io.trino.plugin.httpquery.HttpEventListenerEventType
- QUERY_SPLIT - io.trino.plugin.httpquery.HttpEventListenerEventType
- queryCompleted(QueryCompletedEvent) - Method in class io.trino.plugin.httpquery.HttpEventListener
- queryCreated(QueryCreatedEvent) - Method in class io.trino.plugin.httpquery.HttpEventListener
S
- setBackoffBase(double) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setHttpHeaders(List<String>) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setIngestUri(String) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setLogCompleted(boolean) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setLogCreated(boolean) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setLogSplit(boolean) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setMaxDelay(Duration) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setRetryCount(int) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- setRetryDelay(Duration) - Method in class io.trino.plugin.httpquery.HttpEventListenerConfig
- splitCompleted(SplitCompletedEvent) - Method in class io.trino.plugin.httpquery.HttpEventListener
V
- valueOf(String) - Static method in enum io.trino.plugin.httpquery.HttpEventListenerEventType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.trino.plugin.httpquery.HttpEventListenerEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages