Uses of Class
nzilbb.labbcat.server.task.Task
-
Packages that use Task Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations.nzilbb.labbcat.server.search Classes that manage definition, serializations, and deserialization of search matrices.nzilbb.labbcat.server.task Long-running tasks that can be monitored and cancelled by the user. -
-
Uses of Task in nzilbb.labbcat.server.db
Subclasses of Task in nzilbb.labbcat.server.db Modifier and Type Class Description class
AllUtterancesTask
A task that identifies all utterances of given participants, making them available as a set of search results.class
OneQuerySearch
Implementation of search that uses a single monolithic SQL query to identify matches. -
Uses of Task in nzilbb.labbcat.server.search
Subclasses of Task in nzilbb.labbcat.server.search Modifier and Type Class Description class
SearchTask
Base class for search implementations, which return a set of search results. -
Uses of Task in nzilbb.labbcat.server.task
Subclasses of Task in nzilbb.labbcat.server.task Modifier and Type Class Description class
ProcessWithPraat
Class for processing a CSV file with targets to extract formant values for each line.class
SerializeFragmentsTask
Task for converting graph fragments.Methods in nzilbb.labbcat.server.task that return Task Modifier and Type Method Description static Task
Task. findTask(long id)
Finds the named task.static Task
Task. findTask(String sName)
Finds the named thread.Task
Task. setMaxLogSize(int newMaxLogSize)
Setter formaxLogSize
: Maximum size of the task's log, in characters.Task
Task. setResources(ResourceBundle newResources)
Setter forresources
: Localization resource bundle.Task
Task. setStore(SqlGraphStore newStore)
Setter forstore
: Graph store.Task
Task. setStoreCache(StoreCache newStoreCache)
Setter forstoreCache
: A supplier/consumer of graph stores, so that a store can be obtained if necessary, and resources can be shared/closed when appropriate.
-