Uses of Class
es.uvigo.esei.sing.textproc.step.xml.definition.AbstractProcessingStepParameter
Package | Description |
---|---|
es.uvigo.esei.sing.textproc.abstracttppstep | |
es.uvigo.esei.sing.textproc.step | |
es.uvigo.esei.sing.textproc.step.xml.definition |
-
Uses of AbstractProcessingStepParameter in es.uvigo.esei.sing.textproc.abstracttppstep
Methods in es.uvigo.esei.sing.textproc.abstracttppstep that return types with arguments of type AbstractProcessingStepParameter Modifier and Type Method Description java.util.Set<java.lang.Class<? extends AbstractProcessingStepParameter>>
AbstractTppProcessingStepService. getAdditionalParameters()
protected abstract java.util.Set<java.lang.Class<? extends AbstractProcessingStepParameter>>
AbstractTppProcessingStepService. getAdditionalParticularParameters()
This method serves the same purpose and has the same preconditions and postconditions thanAbstractTppProcessingStepService.getAdditionalParameters()
, but it is named different to avoid signature clashes and allow transparent common parameter injection to concrete services. -
Uses of AbstractProcessingStepParameter in es.uvigo.esei.sing.textproc.step
Methods in es.uvigo.esei.sing.textproc.step that return types with arguments of type AbstractProcessingStepParameter Modifier and Type Method Description java.util.Set<java.lang.Class<? extends AbstractProcessingStepParameter>>
ProcessingStepService. getAdditionalParameters()
Returns a set with every additional processing step parameter used by the processing step contained in this service. -
Uses of AbstractProcessingStepParameter in es.uvigo.esei.sing.textproc.step.xml.definition
Subclasses of AbstractProcessingStepParameter in es.uvigo.esei.sing.textproc.step.xml.definition Modifier and Type Class Description class
BatchSizeProcessingStepParameter
Parameter for processing steps which represents the number of documents within a page that will be batched for processing at once, in the same thread.class
PageSizeProcessingStepParameter
Parameter for processing steps which represents the page size; that is, the maximum number of documents that will be loaded to memory at a time.class
PrimaryKeyColumnProcessingStepParameter
Parameter that specifies the primary key column name of a document entity in a relational database.class
TextColumnProcessingStepParameter
Parameter that specifies the text column name of a document entity in a relational database.class
TextDocumentTableNameProcessingStepParameter
Parameter for processing steps which represents a text document entity table name.class
TextDocumentWithTitleTableNameProcessingStepParameter
Parameter for processing steps which represents a text document with title entity table name.class
TitleColumnProcessingStepParameter
Parameter that specifies the title column name of a document entity in a relational database.