public class PartitionConsumerResult extends Object
PartitionKey
s corresponding
to partitions that have previously failed processing the configured number of tries.Constructor and Description |
---|
PartitionConsumerResult(List<PartitionDetail> partitions,
List<PartitionDetail> failedPartitions) |
Modifier and Type | Method and Description |
---|---|
List<PartitionDetail> |
getFailedPartitions() |
List<PartitionDetail> |
getPartitions() |
public PartitionConsumerResult(List<PartitionDetail> partitions, List<PartitionDetail> failedPartitions)
public List<PartitionDetail> getPartitions()
PartitionDetail
s, available for consuming.public List<PartitionDetail> getFailedPartitions()
PartitionDetail
s, corresponding to partitions that have failed processing the configured
number of times.Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.