Uses of Class
com.norconex.committer.core.CommitterException
Packages that use CommitterException
Package
Description
Provides the classes necessary to commit to
an IDOL server.
-
Uses of CommitterException in com.norconex.committer.amazoncloudsearch
Methods in com.norconex.committer.amazoncloudsearch that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidAmazonCloudSearchCommitter.closeBatchCommitter()protected voidAmazonCloudSearchCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidAmazonCloudSearchCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.apachekafka
Methods in com.norconex.committer.apachekafka that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidApacheKafkaCommitter.closeBatchCommitter()protected voidApacheKafkaCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidApacheKafkaCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.azurecognitivesearch
Methods in com.norconex.committer.azurecognitivesearch that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidAzureSearchCommitter.closeBatchCommitter()protected voidAzureSearchCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidAzureSearchCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.core
Methods in com.norconex.committer.core that throw CommitterExceptionModifier and TypeMethodDescriptionbooleanAbstractCommitter.accept(CommitterRequest request) booleanCommitter.accept(CommitterRequest request) Gets whether this committer accepts to commit the supplied request.static voidCommitterUtil.applyTargetContent(CommitterRequest req, String targetContentField) Applies the document content (input stream) to the target field name.final voidAbstractCommitter.clean()voidCommitter.clean()Cleans any persisted information (e.g. queue) to ensure next run will start fresh.final voidAbstractCommitter.close()voidCommitter.close()Close or release any open resources used by this committer.final voidAbstractCommitter.delete(DeleteRequest deleteRequest) voidCommitter.delete(DeleteRequest deleteRequest) Deletes the entity represented by the supplied request from the target of this committer.protected abstract voidAbstractCommitter.doClean()protected abstract voidAbstractCommitter.doClose()Subclasses can perform additional closing logic by overriding this method.protected abstract voidAbstractCommitter.doDelete(DeleteRequest deleteRequest) protected abstract voidAbstractCommitter.doInit()Subclasses can perform additional initialization by overriding this method.protected abstract voidAbstractCommitter.doUpsert(UpsertRequest upsertRequest) static StringCommitterUtil.getContentAsString(CommitterRequest req) Gets the request content as a string.final voidAbstractCommitter.init(@NonNull CommitterContext committerContext) voidCommitter.init(CommitterContext committerContext) Initializes this committer.final voidAbstractCommitter.upsert(UpsertRequest upsertRequest) voidCommitter.upsert(UpsertRequest upsertRequest) Updates or inserts the entity represented by the supplied request into the target of this committer. -
Uses of CommitterException in com.norconex.committer.core.batch
Methods in com.norconex.committer.core.batch that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidAbstractBatchCommitter.closeBatchCommitter()Subclasses can perform additional closing logic by overriding this method.protected abstract voidAbstractBatchCommitter.commitBatch(Iterator<CommitterRequest> it) Commits the supplied batch.voidAbstractBatchCommitter.consume(Iterator<CommitterRequest> it) voidBatchConsumer.consume(Iterator<CommitterRequest> it) protected voidAbstractBatchCommitter.doClean()protected voidAbstractBatchCommitter.doClose()protected voidAbstractBatchCommitter.doDelete(DeleteRequest deleteRequest) protected final voidAbstractBatchCommitter.doInit()protected voidAbstractBatchCommitter.doUpsert(UpsertRequest upsertRequest) protected voidAbstractBatchCommitter.initBatchCommitter()Subclasses can perform additional initialization by overriding this method. -
Uses of CommitterException in com.norconex.committer.core.batch.queue
Subclasses of CommitterException in com.norconex.committer.core.batch.queueModifier and TypeClassDescriptionclassTriggered when something went wrong with the committer queue. -
Uses of CommitterException in com.norconex.committer.core.fs
Methods in com.norconex.committer.core.fs that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidAbstractFsCommitter.doClean()protected voidAbstractFsCommitter.doClose()protected voidAbstractFsCommitter.doDelete(DeleteRequest deleteRequest) protected voidAbstractFsCommitter.doInit()protected voidAbstractFsCommitter.doUpsert(UpsertRequest upsertRequest) -
Uses of CommitterException in com.norconex.committer.core.impl
Methods in com.norconex.committer.core.impl that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidLogCommitter.doClean()protected voidMemoryCommitter.doClean()protected voidLogCommitter.doClose()protected voidMemoryCommitter.doClose()protected voidLogCommitter.doDelete(DeleteRequest deleteRequest) protected voidLogCommitter.doInit()protected voidLogCommitter.doUpsert(UpsertRequest upsertRequest) protected voidMemoryCommitter.doUpsert(UpsertRequest upsertRequest) -
Uses of CommitterException in com.norconex.committer.elasticsearch
Methods in com.norconex.committer.elasticsearch that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidElasticsearchCommitter.closeBatchCommitter()protected voidElasticsearchCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidElasticsearchCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.googlecloudsearch
Methods in com.norconex.committer.googlecloudsearch that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidGoogleCloudSearchCommitter.closeBatchCommitter()protected voidGoogleCloudSearchCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidGoogleCloudSearchCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.idol
Methods in com.norconex.committer.idol that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidIdolCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidIdolCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.neo4j
Methods in com.norconex.committer.neo4j that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidNeo4jCommitter.closeBatchCommitter()protected voidNeo4jCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidNeo4jCommitter.initBatchCommitter() -
Uses of CommitterException in com.norconex.committer.solr
Methods in com.norconex.committer.solr that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidSolrCommitter.addSolrUpsertRequest(org.apache.solr.client.solrj.request.UpdateRequest solrBatchRequest, UpsertRequest committerRequest) protected voidSolrCommitter.closeBatchCommitter()protected voidSolrCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidSolrCommitter.initBatchCommitter()protected voidSolrCommitter.pushSolrRequest(org.apache.solr.client.solrj.request.UpdateRequest solrBatchRequest) -
Uses of CommitterException in com.norconex.committer.sql
Methods in com.norconex.committer.sql that throw CommitterExceptionModifier and TypeMethodDescriptionprotected voidSqlCommitter.closeBatchCommitter()protected voidSqlCommitter.commitBatch(Iterator<CommitterRequest> it) protected voidSqlCommitter.initBatchCommitter()