public class ShardStateAction extends AbstractComponent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ShardStateAction.ShardRoutingEntry |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
SHARD_FAILED_ACTION_NAME |
static String |
SHARD_STARTED_ACTION_NAME |
deprecationLogger, logger, settings| コンストラクタと説明 |
|---|
ShardStateAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
AllocationService allocationService,
RoutingService routingService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
resendShardFailed(ShardRouting shardRouting,
String indexUUID,
DiscoveryNode masterNode,
String message,
Throwable failure) |
void |
shardFailed(ShardRouting shardRouting,
String indexUUID,
String message,
Throwable failure) |
void |
shardStarted(ShardRouting shardRouting,
String indexUUID,
String reason) |
void |
shardStarted(ShardRouting shardRouting,
String indexUUID,
String reason,
DiscoveryNode masterNode) |
logDeprecatedSetting, logRemovedSetting, nodeName@Inject public ShardStateAction(Settings settings, ClusterService clusterService, TransportService transportService, AllocationService allocationService, RoutingService routingService)
public void shardFailed(ShardRouting shardRouting, String indexUUID, String message, @Nullable Throwable failure)
public void resendShardFailed(ShardRouting shardRouting, String indexUUID, DiscoveryNode masterNode, String message, @Nullable Throwable failure)
public void shardStarted(ShardRouting shardRouting, String indexUUID, String reason)
public void shardStarted(ShardRouting shardRouting, String indexUUID, String reason, DiscoveryNode masterNode)
Copyright © 2009–2016. All rights reserved.