Package io.namastack.outbox.partition
Class PartitionProcessingStats
-
- All Implemented Interfaces:
public final class PartitionProcessingStatsStatistics about partition processing for an instance.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringinstanceIdprivate final List<Integer>assignedPartitionsprivate final Map<Integer, Long>pendingRecordsPerPartitionprivate final LongtotalPendingRecords
-
Method Summary
Modifier and Type Method Description final StringgetInstanceId()final List<Integer>getAssignedPartitions()final Map<Integer, Long>getPendingRecordsPerPartition()final LonggetTotalPendingRecords()-
-
Method Detail
-
getInstanceId
final String getInstanceId()
-
getAssignedPartitions
final List<Integer> getAssignedPartitions()
-
getPendingRecordsPerPartition
final Map<Integer, Long> getPendingRecordsPerPartition()
-
getTotalPendingRecords
final Long getTotalPendingRecords()
-
-
-
-