public interface IndexShardGateway extends IndexShardComponent, CloseableIndexComponent
Modifier and Type | Method and Description |
---|---|
void |
recover(boolean indexShouldExists,
RecoveryState recoveryState)
Recovers the state of the shard from the gateway.
|
String |
type() |
indexSettings, shardId
close
String type()
void recover(boolean indexShouldExists, RecoveryState recoveryState) throws IndexShardGatewayRecoveryException
Copyright © 2009–2015. All rights reserved.