Package io.trino.plugin.hive
Class WriteCompletedEvent
java.lang.Object
io.trino.plugin.hive.WriteCompletedEvent
-
Constructor Summary
ConstructorsConstructorDescriptionWriteCompletedEvent(String queryId, String path, String schemaName, String tableName, String partitionName, String storageFormat, String writerImplementation, String trinoVersion, String serverAddress, String principal, String environment, Map<String, String> sessionProperties, Long bytes, long rows) -
Method Summary
-
Constructor Details
-
WriteCompletedEvent
public WriteCompletedEvent(String queryId, String path, String schemaName, String tableName, @Nullable String partitionName, String storageFormat, String writerImplementation, String trinoVersion, String serverAddress, @Nullable String principal, String environment, Map<String, String> sessionProperties, @Nullable Long bytes, long rows)
-
-
Method Details
-
getQueryId
-
getPath
-
getSchemaName
-
getTableName
-
getPartitionName
-
getStorageFormat
-
getWriterImplementation
-
getTrinoVersion
-
getHost
-
getPrincipal
-
getEnvironment
-
getSessionProperties
-
getBytes
-
getRows
public long getRows() -
getTimestamp
-