public static class TierPartitionStateRestoreRawInputGenerator.InvalidInputException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
List<org.apache.kafka.common.TopicPartition> |
partitionsWithIncorrectTierStateFiles |
List<org.apache.kafka.common.TopicPartition> |
partitionsWithMissingDirs |
Constructor and Description |
---|
InvalidInputException(String restoreTierStateRootDir) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public final List<org.apache.kafka.common.TopicPartition> partitionsWithMissingDirs
public final List<org.apache.kafka.common.TopicPartition> partitionsWithIncorrectTierStateFiles
public InvalidInputException(String restoreTierStateRootDir)