| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterHealthStatus |
ClusterHealthResponse.getStatus() |
ClusterHealthStatus |
ClusterHealthRequest.waitForStatus() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ClusterHealthResponse.setStatus(ClusterHealthStatus status)
Allows to explicitly override the derived cluster health status.
|
ClusterHealthRequestBuilder |
ClusterHealthRequestBuilder.setWaitForStatus(ClusterHealthStatus waitForStatus) |
ClusterHealthRequest |
ClusterHealthRequest.waitForStatus(ClusterHealthStatus waitForStatus) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterHealthStatus |
ClusterStatsNodeResponse.clusterStatus()
Cluster Health Status, only populated on master nodes.
|
ClusterHealthStatus |
ClusterStatsResponse.getStatus() |
| コンストラクタと説明 |
|---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EnumSet<ClusterHealthStatus> |
IndicesShardStoresRequest.shardStatuses()
Returns the shard criteria to get store information on
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ClusterHealthStatus |
ClusterHealthStatus.fromString(String status) |
static ClusterHealthStatus |
ClusterHealthStatus.fromValue(byte value) |
ClusterHealthStatus |
ClusterStateHealth.getStatus() |
ClusterHealthStatus |
ClusterShardHealth.getStatus() |
ClusterHealthStatus |
ClusterIndexHealth.getStatus() |
static ClusterHealthStatus |
ClusterHealthStatus.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ClusterHealthStatus[] |
ClusterHealthStatus.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ClusterStateHealth.setStatus(ClusterHealthStatus status)
Allows to explicitly override the derived cluster health status.
|
| コンストラクタと説明 |
|---|
ClusterStateHealth(int numberOfNodes,
int numberOfDataNodes,
int activeShards,
int relocatingShards,
int activePrimaryShards,
int initializingShards,
int unassignedShards,
double activeShardsPercent,
ClusterHealthStatus status,
List<String> validationFailures,
Map<String,ClusterIndexHealth> indices)
Full constructor which is only intended to provide wire-compatibility for 2.x.
|
Copyright © 2009–2016. All rights reserved.