public abstract class IndexInfo extends Object
Constructor and Description |
---|
IndexInfo() |
Modifier and Type | Method and Description |
---|---|
abstract IndexStats |
allShards() |
static IndexInfo |
create(IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing,
boolean isReopened) |
abstract boolean |
isReopened() |
abstract IndexStats |
primaryShards() |
abstract List<ShardRouting> |
routing() |
public abstract IndexStats primaryShards()
public abstract IndexStats allShards()
public abstract List<ShardRouting> routing()
public abstract boolean isReopened()
public static IndexInfo create(IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing, boolean isReopened)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.