public abstract static class IndexStats.DocsStats extends Object
Constructor and Description |
---|
DocsStats() |
Modifier and Type | Method and Description |
---|---|
abstract long |
count() |
static IndexStats.DocsStats |
create(long count,
long deleted) |
abstract long |
deleted() |
public abstract long count()
public abstract long deleted()
public static IndexStats.DocsStats create(long count, long deleted)
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.