Uses of Class
org.elasticsearch.index.engine.Engine.Index
-
Packages that use Engine.Index Package Description org.elasticsearch.index org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.index.translog org.elasticsearch.indices -
-
Uses of Engine.Index in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type Engine.Index Modifier and Type Method Description voidIndexingSlowLog. postIndex(ShardId shardId, Engine.Index indexOperation, Engine.IndexResult result) -
Uses of Engine.Index in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine with parameters of type Engine.Index Modifier and Type Method Description protected booleanInternalEngine. assertPrimaryCanOptimizeAddDocument(Engine.Index index)abstract Engine.IndexResultEngine. index(Engine.Index index)Perform document index operation on the engineEngine.IndexResultInternalEngine. index(Engine.Index index)Engine.IndexResultReadOnlyEngine. index(Engine.Index index)protected InternalEngine.IndexingStrategyInternalEngine. indexingStrategyForOperation(Engine.Index index)protected InternalEngine.IndexingStrategyInternalEngine. planIndexingAsNonPrimary(Engine.Index index) -
Uses of Engine.Index in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Engine.Index Modifier and Type Method Description Engine.IndexIndexingOperationListener.CompositeListener. preIndex(ShardId shardId, Engine.Index operation)default Engine.IndexIndexingOperationListener. preIndex(ShardId shardId, Engine.Index operation)Called before the indexing occurs.static Engine.IndexIndexShard. prepareIndex(DocumentMapperForType docMapper, SourceToParse source, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm)Methods in org.elasticsearch.index.shard with parameters of type Engine.Index Modifier and Type Method Description voidIndexingOperationListener.CompositeListener. postIndex(ShardId shardId, Engine.Index index, Exception ex)voidIndexingOperationListener.CompositeListener. postIndex(ShardId shardId, Engine.Index index, Engine.IndexResult result)default voidIndexingOperationListener. postIndex(ShardId shardId, Engine.Index index, Exception ex)Called after the indexing operation occurred with engine level exception.default voidIndexingOperationListener. postIndex(ShardId shardId, Engine.Index index, Engine.IndexResult result)Called after the indexing operation occurred.Engine.IndexIndexingOperationListener.CompositeListener. preIndex(ShardId shardId, Engine.Index operation)default Engine.IndexIndexingOperationListener. preIndex(ShardId shardId, Engine.Index operation)Called before the indexing occurs. -
Uses of Engine.Index in org.elasticsearch.index.translog
Constructors in org.elasticsearch.index.translog with parameters of type Engine.Index Constructor Description Index(Engine.Index index, Engine.IndexResult indexResult) -
Uses of Engine.Index in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type Engine.Index Modifier and Type Method Description voidIndexingMemoryController. postIndex(ShardId shardId, Engine.Index index, Engine.IndexResult result)
-