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 classAllUtterancesTaskA task that identifies all utterances of given participants, making them available as a set of search results.classOneQuerySearchImplementation 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 classSearchTaskBase 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 classExtractIntervalLabelsConcatenates annotation labels for given labels during given time intervals.classParseResultsFileTask that parses a given search-results CSV file, loading the matches found into the results database table.classProcessWithPraatClass for processing a CSV file with targets to extract formant values for each line.classSerializeFragmentsTaskTask for converting graph fragments.Methods in nzilbb.labbcat.server.task that return Task Modifier and Type Method Description static TaskTask. findTask(long id)Finds the named task.static TaskTask. findTask(String sName)Finds the named thread.TaskTask. setMaxLogSize(int newMaxLogSize)Setter formaxLogSize: Maximum size of the task's log, in characters.TaskTask. setResources(ResourceBundle newResources)Setter forresources: Localization resource bundle.TaskTask. setStore(SqlGraphStore newStore)Setter forstore: Graph store.TaskTask. 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.
-