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