Class LogDirDescription


  • public class LogDirDescription
    extends Object
    A description of a log directory on a particular broker.
    • Method Detail

      • error

        public ApiException error()
        Returns `ApiException` if the log directory is offline or an error occurred, otherwise returns null.
        • KafkaStorageException - The log directory is offline.
        • UnknownServerException - The server experienced an unexpected error when processing the request.
      • replicaInfos

        public Map<TopicPartition,​ReplicaInfo> replicaInfos()
        A map from topic partition to replica information for that partition in this log directory.