Class WriteCompletedEvent

java.lang.Object
io.trino.plugin.hive.WriteCompletedEvent

@Immutable public class WriteCompletedEvent extends Object
  • Constructor Details

  • Method Details

    • 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()
    • getTrinoVersion

      public String getTrinoVersion()
    • getHost

      public String getHost()
    • getPrincipal

      @Nullable public String getPrincipal()
    • getEnvironment

      public String getEnvironment()
    • getSessionProperties

      public Map<String,String> getSessionProperties()
    • getBytes

      @Nullable public Long getBytes()
    • getRows

      public long getRows()
    • getTimestamp

      public Instant getTimestamp()