public abstract class IndexRangeStats extends Object
Modifier and Type | Field and Description |
---|---|
static IndexRangeStats |
EMPTY |
Constructor and Description |
---|
IndexRangeStats() |
Modifier and Type | Method and Description |
---|---|
static IndexRangeStats |
create(org.joda.time.DateTime min,
org.joda.time.DateTime max) |
static IndexRangeStats |
create(org.joda.time.DateTime min,
org.joda.time.DateTime max,
List<String> streamIds) |
abstract org.joda.time.DateTime |
max() |
abstract org.joda.time.DateTime |
min() |
abstract List<String> |
streamIds() |
public static final IndexRangeStats EMPTY
public abstract org.joda.time.DateTime min()
public abstract org.joda.time.DateTime max()
public static IndexRangeStats create(org.joda.time.DateTime min, org.joda.time.DateTime max, @Nullable List<String> streamIds)
public static IndexRangeStats create(org.joda.time.DateTime min, org.joda.time.DateTime max)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.