Module org.elasticsearch.server
Package org.elasticsearch.index.shard
Class IndexingFailuresDebugListener
java.lang.Object
org.elasticsearch.index.shard.IndexingFailuresDebugListener
- All Implemented Interfaces:
IndexingOperationListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.index.shard.IndexingOperationListener
IndexingOperationListener.CompositeListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostIndex(ShardId shardId, Engine.Index index, Exception ex) Called after the indexing operation occurred with engine level exception.voidpostIndex(ShardId shardId, Engine.Index index, Engine.IndexResult result) Called after the indexing operation occurred.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.index.shard.IndexingOperationListener
postDelete, postDelete, preDelete, preIndex
-
Constructor Details
-
IndexingFailuresDebugListener
-
-
Method Details
-
postIndex
Description copied from interface:IndexingOperationListenerCalled after the indexing operation occurred. Note that this is also called when indexing a document did not succeed due to document related failures. SeeIndexingOperationListener.postIndex(ShardId, Engine.Index, Exception)for engine level failures- Specified by:
postIndexin interfaceIndexingOperationListener
-
postIndex
Description copied from interface:IndexingOperationListenerCalled after the indexing operation occurred with engine level exception. SeeIndexingOperationListener.postIndex(ShardId, Engine.Index, Engine.IndexResult)for document related failures- Specified by:
postIndexin interfaceIndexingOperationListener
-