Module org.elasticsearch.server
Package org.elasticsearch.index
Interface IndexService.ShardStoreDeleter
- All Known Implementing Classes:
IndicesService
- Enclosing class:
IndexService
public static interface IndexService.ShardStoreDeleter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPendingDelete
(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
-