public abstract class IndexSizeSummary extends Object
| Constructor and Description |
|---|
IndexSizeSummary() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
bytes() |
static IndexSizeSummary |
create(long events,
long deleted,
long bytes) |
abstract long |
deleted() |
abstract long |
events() |
public abstract long events()
public abstract long deleted()
public abstract long bytes()
public static IndexSizeSummary create(long events, long deleted, long bytes)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.