Class PartitionUpdate


  • public class PartitionUpdate
    extends Object
    • Constructor Detail

      • PartitionUpdate

        public PartitionUpdate​(String name,
                               PartitionUpdate.UpdateMode updateMode,
                               org.apache.hadoop.fs.Path writePath,
                               org.apache.hadoop.fs.Path targetPath,
                               List<String> fileNames,
                               long rowCount,
                               long inMemoryDataSizeInBytes,
                               long onDiskDataSizeInBytes)
    • Method Detail

      • getName

        public String getName()
      • getWritePath

        public org.apache.hadoop.fs.Path getWritePath()
      • getTargetPath

        public org.apache.hadoop.fs.Path getTargetPath()
      • getFileNames

        public List<String> getFileNames()
      • getJsonSerializableTargetPath

        public String getJsonSerializableTargetPath()
      • getJsonSerializableWritePath

        public String getJsonSerializableWritePath()
      • getRowCount

        public long getRowCount()
      • getInMemoryDataSizeInBytes

        public long getInMemoryDataSizeInBytes()
      • getOnDiskDataSizeInBytes

        public long getOnDiskDataSizeInBytes()