| Package | Description |
|---|---|
| com.facebook.presto.spi.eventlistener | |
| com.facebook.presto.spi.resourceGroups |
| Modifier and Type | Method and Description |
|---|---|
Optional<QueryType> |
QueryCompletedEvent.getQueryType() |
| Constructor and Description |
|---|
QueryCompletedEvent(QueryMetadata metadata,
QueryStatistics statistics,
QueryContext context,
QueryIOMetadata ioMetadata,
Optional<QueryFailureInfo> failureInfo,
List<PrestoWarning> warnings,
Optional<QueryType> queryType,
Instant createTime,
Instant executionStartTime,
Instant endTime) |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2019. All rights reserved.