Class StateRestoreInfo


  • public class StateRestoreInfo
    extends Object
    Describes the state of a restoration process for state store.
    See Also:
    LoggingStateRestoreListener, StateRestoreListener
    • Constructor Detail

      • StateRestoreInfo

        public StateRestoreInfo​(String state)
        Creates a new StateRestoreInfo instance.
        Parameters:
        state - the name of the state store.
    • Method Detail

      • getState

        public String getState()
        Gets the name of the state being restored.
      • getAllPartitionRestoreInfos

        public List<StatePartitionRestoreInfo> getAllPartitionRestoreInfos()
        Gets the state of the TopicPartition being restored.