Class ConcurrentMapTableUpsertMetadataManager

    • Constructor Detail

      • ConcurrentMapTableUpsertMetadataManager

        public ConcurrentMapTableUpsertMetadataManager()
    • Method Detail

      • stop

        public void stop()
        Description copied from interface: TableUpsertMetadataManager
        Stops the metadata manager. After invoking this method, no access to the metadata will be accepted.
      • getPartitionToPrimaryKeyCount

        public Map<Integer,​Long> getPartitionToPrimaryKeyCount()
        Description copied from interface: TableUpsertMetadataManager
        Retrieves a mapping of partition id to the primary key count for the partition.
        Returns:
        A Map where keys are partition id and values are count of primary keys for that specific partition