public class AllocationShardStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AllocationShardStats.MailboxCount |
Modifier and Type | Field and Description |
---|---|
long |
deletedCount |
long |
docCount |
long |
externalRefreshCount |
long |
externalRefreshDuration |
java.lang.String |
indexName |
java.util.Set<java.lang.String> |
mailboxes |
java.util.List<AllocationShardStats.MailboxCount> |
mailboxesCount |
long |
size |
Constructor and Description |
---|
AllocationShardStats() |
AllocationShardStats(java.lang.String indexName,
long docCount,
long deletedCount,
long externalRefreshCount,
long externalRefreshDuration,
long size,
java.util.Set<java.lang.String> mailboxes,
java.util.List<AllocationShardStats.MailboxCount> mailboxesCount) |
public java.lang.String indexName
public long docCount
public long deletedCount
public long externalRefreshCount
public long externalRefreshDuration
public long size
public java.util.Set<java.lang.String> mailboxes
public java.util.List<AllocationShardStats.MailboxCount> mailboxesCount
public AllocationShardStats()
public AllocationShardStats(java.lang.String indexName, long docCount, long deletedCount, long externalRefreshCount, long externalRefreshDuration, long size, java.util.Set<java.lang.String> mailboxes, java.util.List<AllocationShardStats.MailboxCount> mailboxesCount)
Copyright © 2023. All Rights Reserved.