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