Class WriteCompletedEvent


  • @Immutable
    public class WriteCompletedEvent
    extends Object
    • 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()
      • getSessionProperties

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

        @Nullable
        public Long getBytes()
      • getRows

        public long getRows()
      • getTimestamp

        public Instant getTimestamp()