Uses of Class
org.basex.core.jobs.Job
Packages that use Job
Package
Description
Classes for creating new database instances.
Classes for creating databases from XML documents.
Database core classes.
Database commands.
Database Index structures.
Input and Output classes.
XQuery implementation.
Unit Functions.
Server implementation.
-
Uses of Job in org.basex.build
Subclasses of Job in org.basex.buildModifier and TypeClassDescriptionclassThis class provides an interface for building database instances.final classThis class recursively scans files and directories and parses all relevant files.final classThis class creates a database instance on disk.final classThis class creates a database instance in main memory.classThis class defines a parser, which is used to create new databases instances.classThis class defines an abstract parser for single resources. -
Uses of Job in org.basex.build.csv
Subclasses of Job in org.basex.build.csvModifier and TypeClassDescriptionfinal classThis class parses files in the CSV format and converts them to XML. -
Uses of Job in org.basex.build.html
Subclasses of Job in org.basex.build.htmlModifier and TypeClassDescriptionfinal classThis class uses TagSoup to convert HTML input to well-formed XML. -
Uses of Job in org.basex.build.json
Subclasses of Job in org.basex.build.jsonModifier and TypeClassDescriptionfinal classThis class parses files in the JSON format and converts them to XML. -
Uses of Job in org.basex.build.text
Subclasses of Job in org.basex.build.textModifier and TypeClassDescriptionfinal classThis class parses files in the plain-text format and converts them to XML. -
Uses of Job in org.basex.build.xml
Subclasses of Job in org.basex.build.xmlModifier and TypeClassDescriptionfinal classThis class converts an DOM document instance to a database representation.final classThis class parses an XML document with Java's internal SAX parser.classThis class parses the tokens that are delivered by theXMLScannerand sends them to the specified database builder. -
Uses of Job in org.basex.core
Subclasses of Job in org.basex.coreModifier and TypeClassDescriptionclassThis class provides the architecture for all internal command implementations. -
Uses of Job in org.basex.core.cmd
Subclasses of Job in org.basex.core.cmdModifier and TypeClassDescriptionclassAbstract class for database updates.final classEvaluates the 'add' command and adds a document to a collection.final classEvaluates the 'restore' command and restores a backup of a database.final classEvaluates the 'alter database' command and renames a database.final classEvaluates the 'alter password' command and alters the password of a user.final classEvaluates the 'alter user' command and alters the name of a user.classAbstract class for database queries.final classEvaluates the 'check' command: opens an existing database or creates a new one.final classEvaluates the 'close' command and closes the current database.final classEvaluates the 'copy' command and creates a copy of a database.final classEvaluates the 'backup' command and creates a backup of a database.final classEvaluates the 'create db' command and creates a new database.final classEvaluates the 'create db' command and creates a new index.final classEvaluates the 'create user' command and creates a new user.final classEvaluates the 'delete' command and deletes resources from a database.final classEvaluates the 'drop backup' command and deletes backups of a database.final classEvaluates the 'drop database' command and deletes a database.final classEvaluates the 'drop index' command and deletes indexes in the currently opened database.final classEvaluates the 'drop user' command and drops a user.classEvaluates the 'execute' command and runs a command script.final classEvaluates the 'exit' command and quits the console.final classEvaluates the 'export' command and saves the currently opened database to disk.final classEvaluates the 'find' command and processes a simplified request as XQuery.final classEvaluates the 'flush' command and flushes the database buffers.final classEvaluates the 'get' command and return the value of a database option.final classEvaluates the 'grant' command and grants permissions to users.final classEvaluates the 'help' command and returns help on the database commands.final classEvaluates the 'info' command and returns general database information.final classEvaluates the 'info database' command and returns information on the currently opened database.final classEvaluates the 'info index' command and returns information on the indexes of the currently opened database.final classEvaluates the 'info storage' command and returns the table representation of the currently opened database.final classEvaluates the 'inspect' command: checks if the currently opened database has inconsistent data structures.final classEvaluates the 'jobs list' command.final classEvaluates the 'jobs stop' command.final classEvaluates the 'jobs stop' command.final classEvaluates the 'kill' command and stops user sessions.final classEvaluates the 'list' command and shows all available databases.final classEvaluates the 'open' command and opens a database.final classEvaluates the 'optimize' command and optimizes the data structures of the currently opened database.final classEvaluates the 'optimize all' command and rebuilds all data structures of the currently opened database.final classEvaluates the 'password' command and alters the user's password.final classEvaluates the 'rename' command and renames resources or directories in a collection.final classEvaluates the 'replace' command and replaces documents in a collection.final classEvaluates the 'repo delete' command.final classEvaluates the 'repo install' command.final classEvaluates the 'repo list' command.final classEvaluates the 'restore' command and restores a backup of a database.final classEvaluates the 'retrieve' command and retrieves binary content.final classEvaluates the 'run' command and processes an input file.final classEvaluates the 'set' command and modifies database options.final classEvaluates the 'show backups' command and shows available backups.final classEvaluates the 'show sessions' command and shows server sessions.final classEvaluates the 'show users' command and shows existing users.final classEvaluates the 'store' command and stores binary content into the database.final classEvaluates the 'test' command and processes an input file.final classEvaluates the 'xquery' command and processes an XQuery request. -
Uses of Job in org.basex.core.jobs
Subclasses of Job in org.basex.core.jobsFields in org.basex.core.jobs declared as JobFields in org.basex.core.jobs with type parameters of type JobMethods in org.basex.core.jobs with type parameters of type JobModifier and TypeMethodDescriptionfinal <J extends Job>
JJob.pushJob(J job) Adds a new child job.Methods in org.basex.core.jobs that return JobMethods in org.basex.core.jobs with parameters of type JobModifier and TypeMethodDescriptionvoidRegisters a job (puts it on a queue).voidJobPool.scheduleResult(Job job) Discards a result after the timeout.voidJobPool.unregister(Job job) Unregisters a job.Constructors in org.basex.core.jobs with parameters of type Job -
Uses of Job in org.basex.core.locks
Methods in org.basex.core.locks with parameters of type Job -
Uses of Job in org.basex.index
Subclasses of Job in org.basex.indexModifier and TypeClassDescriptionclassThis interface defines the functions which are needed for building new index structures.classBuilder for values-based index structures. -
Uses of Job in org.basex.index.ft
Subclasses of Job in org.basex.index.ftModifier and TypeClassDescriptionfinal classThis class contains common methods for full-text index builders. -
Uses of Job in org.basex.index.value
Subclasses of Job in org.basex.index.valueModifier and TypeClassDescriptionfinal classThis class builds an index for attribute values and text contents in a tree structure and stores the result to disk.classThis class builds a main-memory index for attribute values and text contents. -
Uses of Job in org.basex.io
Subclasses of Job in org.basex.ioModifier and TypeClassDescriptionfinal classContains methods for zipping and unzipping archives. -
Uses of Job in org.basex.io.parse.csv
Subclasses of Job in org.basex.io.parse.csvModifier and TypeClassDescriptionclassThis class converts CSV input to XML.final classThis class converts CSV data to an XQuery representation. -
Uses of Job in org.basex.query
Subclasses of Job in org.basex.queryModifier and TypeClassDescriptionfinal classThis class organizes both static and dynamic properties that are specific to a single query.final classThis class is an entry point for evaluating XQuery strings. -
Uses of Job in org.basex.query.func.unit
Methods in org.basex.query.func.unit with parameters of type Job -
Uses of Job in org.basex.server
Subclasses of Job in org.basex.serverModifier and TypeClassDescriptionfinal classServer query representation, generated byLocalQueryandClientQuery.