Uses of Class
com.norconex.committer.core.DeleteRequest
Packages that use DeleteRequest
Package
Description
-
Uses of DeleteRequest in com.norconex.committer.core
Methods in com.norconex.committer.core with parameters of type DeleteRequestModifier and TypeMethodDescriptionfinal 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.doDelete(DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.norconex.committer.core.batch
Methods in com.norconex.committer.core.batch with parameters of type DeleteRequestModifier and TypeMethodDescriptionprotected voidAbstractBatchCommitter.doDelete(DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.norconex.committer.core.fs
Methods in com.norconex.committer.core.fs with parameters of type DeleteRequestModifier and TypeMethodDescriptionprotected voidAbstractFsCommitter.doDelete(DeleteRequest deleteRequest) protected abstract voidAbstractFsCommitter.writeDelete(T docWriter, DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.norconex.committer.core.fs.impl
Methods in com.norconex.committer.core.fs.impl with parameters of type DeleteRequestModifier and TypeMethodDescriptionprotected voidCsvFileCommitter.writeDelete(org.apache.commons.csv.CSVPrinter csv, DeleteRequest deleteRequest) protected voidJsonFileCommitter.writeDelete(Writer writer, DeleteRequest deleteRequest) protected voidXmlFileCommitter.writeDelete(EnhancedXmlStreamWriter xml, DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.norconex.committer.core.impl
Methods in com.norconex.committer.core.impl that return types with arguments of type DeleteRequestMethods in com.norconex.committer.core.impl with parameters of type DeleteRequestModifier and TypeMethodDescriptionprotected voidLogCommitter.doDelete(DeleteRequest deleteRequest) protected voidMemoryCommitter.doDelete(DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.norconex.committer.core.service
Methods in com.norconex.committer.core.service that return types with arguments of type DeleteRequestModifier and TypeMethodDescription@NonNull Function<T, DeleteRequest> CommitterService.getDeleteRequestBuilder()Method parameters in com.norconex.committer.core.service with type arguments of type DeleteRequestModifier and TypeMethodDescriptionCommitterService.CommitterServiceBuilder.deleteRequestBuilder(@NonNull Function<T, DeleteRequest> deleteRequestBuilder) -
Uses of DeleteRequest in com.norconex.committer.solr
Methods in com.norconex.committer.solr with parameters of type DeleteRequestModifier and TypeMethodDescriptionprotected voidSolrCommitter.addSolrDeleteRequest(org.apache.solr.client.solrj.request.UpdateRequest solrBatchRequest, DeleteRequest committerRequest)