Uses of Interface
es.uvigo.esei.sing.textproc.step.xml.definition.ProcessingStepParameter
Package | Description |
---|---|
es.uvigo.esei.sing.textproc.step.xml.definition |
-
Uses of ProcessingStepParameter in es.uvigo.esei.sing.textproc.step.xml.definition
Classes in es.uvigo.esei.sing.textproc.step.xml.definition that implement ProcessingStepParameter Modifier and Type Class Description class
AbstractProcessingStepParameter
Contains common logic to all processing step parameters, keeping their code DRY.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.Methods in es.uvigo.esei.sing.textproc.step.xml.definition that return types with arguments of type ProcessingStepParameter Modifier and Type Method Description java.util.List<ProcessingStepParameter>
ProcessingStepDefinition. getParameters()
Retrieves the list of parameters given by the user for this step.