Interface TableUpsertMetadataManager

    • Method Detail

      • stop

        void stop()
        Stops the metadata manager. After invoking this method, no access to the metadata will be accepted.
      • getPartitionToPrimaryKeyCount

        Map<Integer,​Long> getPartitionToPrimaryKeyCount()
        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
      • isPreloading

        boolean isPreloading()