| Package | Description |
|---|---|
| org.elasticsearch.index.gateway | |
| org.elasticsearch.index.gateway.local | |
| org.elasticsearch.index.gateway.none |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexShardGatewayService.RecoveryListener.onRecoveryFailed(IndexShardGatewayRecoveryException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexShardGatewayService.recover(boolean indexShouldExists,
IndexShardGatewayService.RecoveryListener listener)
Recovers the state of the shard from the gateway.
|
void |
IndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState)
Recovers the state of the shard from the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalIndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoneIndexShardGateway.recover(boolean indexShouldExists,
RecoveryState recoveryState) |
Copyright © 2009–2016. All rights reserved.