Class PartitionAndStatementId


  • public class PartitionAndStatementId
    extends Object
    • Constructor Detail

      • PartitionAndStatementId

        public PartitionAndStatementId​(String partitionName,
                                       int statementId,
                                       long rowCount,
                                       String deleteDeltaDirectory,
                                       Optional<String> deltaDirectory)
    • Method Detail

      • getPartitionName

        public String getPartitionName()
      • getStatementId

        public int getStatementId()
      • getRowCount

        public long getRowCount()
      • getDeleteDeltaDirectory

        public String getDeleteDeltaDirectory()
      • getAllDirectories

        public List<String> getAllDirectories()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object