public abstract class ClusterHealth extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClusterHealth.ShardStatus |
Constructor and Description |
---|
ClusterHealth() |
Modifier and Type | Method and Description |
---|---|
static ClusterHealth |
create(String status,
ClusterHealth.ShardStatus shards) |
abstract ClusterHealth.ShardStatus |
shards() |
abstract String |
status() |
public abstract String status()
public abstract ClusterHealth.ShardStatus shards()
public static ClusterHealth create(String status, ClusterHealth.ShardStatus shards)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.