public abstract class IndexRangesResponse extends Object
| Constructor and Description |
|---|
IndexRangesResponse() |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangesResponse |
create(int total,
List<IndexRangeSummary> ranges) |
abstract List<IndexRangeSummary> |
ranges() |
abstract int |
total() |
public abstract int total()
public abstract List<IndexRangeSummary> ranges()
public static IndexRangesResponse create(int total, List<IndexRangeSummary> ranges)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.