Package org.elasticsearch.index
Interface IndexService.ShardStoreDeleter
-
- All Known Implementing Classes:
IndicesService
- Enclosing class:
- IndexService
public static interface IndexService.ShardStoreDeleter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPendingDelete(ShardId shardId, IndexSettings indexSettings)voiddeleteShardStore(String reason, ShardLock lock, IndexSettings indexSettings)
-
-
-
Method Detail
-
deleteShardStore
void deleteShardStore(String reason, ShardLock lock, IndexSettings indexSettings) throws IOException
- Throws:
IOException
-
addPendingDelete
void addPendingDelete(ShardId shardId, IndexSettings indexSettings)
-
-