@Immutable public class WriteCompletedEvent extends Object
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Long |
getBytes() |
String |
getEnvironment() |
String |
getHost() |
String |
getPartitionName() |
String |
getPath() |
String |
getPrestoVersion() |
String |
getPrincipal() |
String |
getQueryId() |
long |
getRows() |
String |
getSchemaName() |
Map<String,String> |
getSessionProperties() |
String |
getStorageFormat() |
String |
getTableName() |
Instant |
getTimestamp() |
String |
getWriterImplementation() |
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)
public String getQueryId()
public String getPath()
public String getSchemaName()
public String getTableName()
public String getStorageFormat()
public String getWriterImplementation()
public String getPrestoVersion()
public String getHost()
public String getEnvironment()
public long getRows()
public Instant getTimestamp()
Copyright © 2012–2020. All rights reserved.