Package io.trino.plugin.hive
Class WriteCompletedEvent
- java.lang.Object
-
- io.trino.plugin.hive.WriteCompletedEvent
-
@Immutable public class WriteCompletedEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description WriteCompletedEvent(String queryId, String path, String schemaName, String tableName, String partitionName, String storageFormat, String writerImplementation, String prestoVersion, String serverAddress, String principal, String environment, Map<String,String> sessionProperties, Long bytes, long rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBytes()StringgetEnvironment()StringgetHost()StringgetPartitionName()StringgetPath()StringgetPrestoVersion()StringgetPrincipal()StringgetQueryId()longgetRows()StringgetSchemaName()Map<String,String>getSessionProperties()StringgetStorageFormat()StringgetTableName()InstantgetTimestamp()StringgetWriterImplementation()
-
-
-
Constructor Detail
-
WriteCompletedEvent
public WriteCompletedEvent(String queryId, String path, String schemaName, String tableName, @Nullable String partitionName, String storageFormat, String writerImplementation, String prestoVersion, String serverAddress, @Nullable String principal, String environment, Map<String,String> sessionProperties, @Nullable Long bytes, long rows)
-
-
Method Detail
-
getQueryId
public String getQueryId()
-
getPath
public String getPath()
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
getPartitionName
@Nullable public String getPartitionName()
-
getStorageFormat
public String getStorageFormat()
-
getWriterImplementation
public String getWriterImplementation()
-
getPrestoVersion
public String getPrestoVersion()
-
getHost
public String getHost()
-
getPrincipal
@Nullable public String getPrincipal()
-
getEnvironment
public String getEnvironment()
-
getBytes
@Nullable public Long getBytes()
-
getRows
public long getRows()
-
getTimestamp
public Instant getTimestamp()
-
-