@Evolving public class DescribeReplicaLogDirsResult extends java.lang.Object
AdminClient.describeReplicaLogDirs(Collection)
.
The API of this class is evolving, see AdminClient
for details.Modifier and Type | Class | Description |
---|---|---|
static class |
DescribeReplicaLogDirsResult.ReplicaLogDirInfo |
Modifier and Type | Method | Description |
---|---|---|
KafkaFuture<java.util.Map<TopicPartitionReplica,DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> |
all() |
Return a future which succeeds if log directory information of all replicas are available
|
java.util.Map<TopicPartitionReplica,KafkaFuture<DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> |
values() |
Return a map from replica to future which can be used to check the log directory information of individual replicas
|
public java.util.Map<TopicPartitionReplica,KafkaFuture<DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> values()
public KafkaFuture<java.util.Map<TopicPartitionReplica,DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> all()