Package org.opensearch.index
Interface IndexService.ShardStoreDeleter
- All Known Implementing Classes:
IndicesService
- Enclosing class:
IndexService
@PublicApi(since="1.0.0")
public static interface IndexService.ShardStoreDeleter
Shard Store Deleter Interface
- Opensearch.api:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPendingDelete
(org.opensearch.core.index.shard.ShardId shardId, IndexSettings indexSettings) void
deleteShardStore
(String reason, ShardLock lock, IndexSettings indexSettings)
-
Method Details
-
deleteShardStore
void deleteShardStore(String reason, ShardLock lock, IndexSettings indexSettings) throws IOException - Throws:
IOException
-
addPendingDelete
-