public abstract class IndexSummary extends Object
| Constructor and Description |
|---|
IndexSummary() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSummary |
create(IndexSizeSummary size,
IndexRangeSummary range,
boolean isDeflector,
boolean isClosed,
boolean isReopened) |
abstract boolean |
isClosed() |
abstract boolean |
isDeflector() |
abstract boolean |
isReopened() |
abstract IndexRangeSummary |
range() |
abstract IndexSizeSummary |
size() |
@Nullable public abstract IndexSizeSummary size()
@Nullable public abstract IndexRangeSummary range()
public abstract boolean isDeflector()
public abstract boolean isClosed()
public abstract boolean isReopened()
public static IndexSummary create(@Nullable IndexSizeSummary size, @Nullable IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.