java.lang.Object
org.elasticsearch.index.shard.StoreRecovery
This package private utility class encapsulates the logic to recover an index shard from either an existing index on
disk or from a snapshot in a repository.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidbootstrap(IndexShard indexShard, Store store) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
bootstrap
@Deprecated(forRemoval=true) public static void bootstrap(IndexShard indexShard, Store store) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.usebootstrap(IndexShard)instead- Throws:
IOException
-
bootstrap(IndexShard)instead