Uses of Class
org.elasticsearch.index.engine.Engine.Delete
-
Packages that use Engine.Delete Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.index.translog org.elasticsearch.indices -
-
Uses of Engine.Delete in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine with parameters of type Engine.Delete Modifier and Type Method Description abstract Engine.DeleteResultEngine. delete(Engine.Delete delete)Perform document delete operation on the engineEngine.DeleteResultInternalEngine. delete(Engine.Delete delete)Engine.DeleteResultReadOnlyEngine. delete(Engine.Delete delete)protected InternalEngine.DeletionStrategyInternalEngine. deletionStrategyForOperation(Engine.Delete delete)protected InternalEngine.DeletionStrategyInternalEngine. planDeletionAsNonPrimary(Engine.Delete delete)Constructors in org.elasticsearch.index.engine with parameters of type Engine.Delete Constructor Description Delete(Engine.Delete template, VersionType versionType) -
Uses of Engine.Delete in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Engine.Delete Modifier and Type Method Description Engine.DeleteIndexingOperationListener.CompositeListener. preDelete(ShardId shardId, Engine.Delete delete)default Engine.DeleteIndexingOperationListener. preDelete(ShardId shardId, Engine.Delete delete)Called before the delete occurs.Methods in org.elasticsearch.index.shard with parameters of type Engine.Delete Modifier and Type Method Description voidIndexingOperationListener.CompositeListener. postDelete(ShardId shardId, Engine.Delete delete, Exception ex)voidIndexingOperationListener.CompositeListener. postDelete(ShardId shardId, Engine.Delete delete, Engine.DeleteResult result)default voidIndexingOperationListener. postDelete(ShardId shardId, Engine.Delete delete, Exception ex)Called after the delete operation occurred with engine level exception.default voidIndexingOperationListener. postDelete(ShardId shardId, Engine.Delete delete, Engine.DeleteResult result)Called after the delete operation occurred.Engine.DeleteIndexingOperationListener.CompositeListener. preDelete(ShardId shardId, Engine.Delete delete)default Engine.DeleteIndexingOperationListener. preDelete(ShardId shardId, Engine.Delete delete)Called before the delete occurs. -
Uses of Engine.Delete in org.elasticsearch.index.translog
Constructors in org.elasticsearch.index.translog with parameters of type Engine.Delete Constructor Description Delete(Engine.Delete delete, Engine.DeleteResult deleteResult) -
Uses of Engine.Delete in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type Engine.Delete Modifier and Type Method Description voidIndexingMemoryController. postDelete(ShardId shardId, Engine.Delete delete, Engine.DeleteResult result)
-