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.build
    Modifier and Type
    Class
    Description
    class 
    This class provides an interface for building database instances.
    final class 
    This class recursively scans files and directories and parses all relevant files.
    final class 
    This class creates a database instance on disk.
    final class 
    This class creates a database instance in main memory.
    class 
    This class defines a parser, which is used to create new databases instances.
    class 
    This class defines an abstract parser for single resources.
  • Uses of Job in org.basex.build.csv

    Subclasses of Job in org.basex.build.csv
    Modifier and Type
    Class
    Description
    final class 
    This 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.html
    Modifier and Type
    Class
    Description
    final class 
    This 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.json
    Modifier and Type
    Class
    Description
    final class 
    This 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.text
    Modifier and Type
    Class
    Description
    final class 
    This 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.xml
    Modifier and Type
    Class
    Description
    final class 
    This class converts an DOM document instance to a database representation.
    final class 
    This class parses an XML document with Java's internal SAX parser.
    class 
    This class parses the tokens that are delivered by the XMLScanner and sends them to the specified database builder.
  • Uses of Job in org.basex.core

    Subclasses of Job in org.basex.core
    Modifier and Type
    Class
    Description
    class 
    This class provides the architecture for all internal command implementations.
  • Uses of Job in org.basex.core.cmd

    Subclasses of Job in org.basex.core.cmd
    Modifier and Type
    Class
    Description
    class 
    Abstract class for database updates.
    final class 
    Evaluates the 'add' command and adds a document to a collection.
    final class 
    Evaluates the 'restore' command and restores a backup of a database.
    final class 
    Evaluates the 'alter database' command and renames a database.
    final class 
    Evaluates the 'alter password' command and alters the password of a user.
    final class 
    Evaluates the 'alter user' command and alters the name of a user.
    class 
    Abstract class for database queries.
    final class 
    Evaluates the 'check' command: opens an existing database or creates a new one.
    final class 
    Evaluates the 'close' command and closes the current database.
    final class 
    Evaluates the 'copy' command and creates a copy of a database.
    final class 
    Evaluates the 'backup' command and creates a backup of a database.
    final class 
    Evaluates the 'create db' command and creates a new database.
    final class 
    Evaluates the 'create db' command and creates a new index.
    final class 
    Evaluates the 'create user' command and creates a new user.
    final class 
    Evaluates the 'delete' command and deletes resources from a database.
    final class 
    Evaluates the 'drop backup' command and deletes backups of a database.
    final class 
    Evaluates the 'drop database' command and deletes a database.
    final class 
    Evaluates the 'drop index' command and deletes indexes in the currently opened database.
    final class 
    Evaluates the 'drop user' command and drops a user.
    class 
    Evaluates the 'execute' command and runs a command script.
    final class 
    Evaluates the 'exit' command and quits the console.
    final class 
    Evaluates the 'export' command and saves the currently opened database to disk.
    final class 
    Evaluates the 'find' command and processes a simplified request as XQuery.
    final class 
    Evaluates the 'flush' command and flushes the database buffers.
    final class 
    Evaluates the 'get' command and return the value of a database option.
    final class 
    Evaluates the 'grant' command and grants permissions to users.
    final class 
    Evaluates the 'help' command and returns help on the database commands.
    final class 
    Evaluates the 'info' command and returns general database information.
    final class 
    Evaluates the 'info database' command and returns information on the currently opened database.
    final class 
    Evaluates the 'info index' command and returns information on the indexes of the currently opened database.
    final class 
    Evaluates the 'info storage' command and returns the table representation of the currently opened database.
    final class 
    Evaluates the 'inspect' command: checks if the currently opened database has inconsistent data structures.
    final class 
    Evaluates the 'jobs list' command.
    final class 
    Evaluates the 'jobs stop' command.
    final class 
    Evaluates the 'jobs stop' command.
    final class 
    Evaluates the 'kill' command and stops user sessions.
    final class 
    Evaluates the 'list' command and shows all available databases.
    final class 
    Evaluates the 'open' command and opens a database.
    final class 
    Evaluates the 'optimize' command and optimizes the data structures of the currently opened database.
    final class 
    Evaluates the 'optimize all' command and rebuilds all data structures of the currently opened database.
    final class 
    Evaluates the 'password' command and alters the user's password.
    final class 
    Evaluates the 'rename' command and renames resources or directories in a collection.
    final class 
    Evaluates the 'replace' command and replaces documents in a collection.
    final class 
    Evaluates the 'repo delete' command.
    final class 
    Evaluates the 'repo install' command.
    final class 
    Evaluates the 'repo list' command.
    final class 
    Evaluates the 'restore' command and restores a backup of a database.
    final class 
    Evaluates the 'retrieve' command and retrieves binary content.
    final class 
    Evaluates the 'run' command and processes an input file.
    final class 
    Evaluates the 'set' command and modifies database options.
    final class 
    Evaluates the 'show backups' command and shows available backups.
    final class 
    Evaluates the 'show sessions' command and shows server sessions.
    final class 
    Evaluates the 'show users' command and shows existing users.
    final class 
    Evaluates the 'store' command and stores binary content into the database.
    final class 
    Evaluates the 'test' command and processes an input file.
    final class 
    Evaluates the 'xquery' command and processes an XQuery request.
  • Uses of Job in org.basex.core.jobs

    Subclasses of Job in org.basex.core.jobs
    Modifier and Type
    Class
    Description
    final class 
    Scheduled XQuery job.
    Fields in org.basex.core.jobs declared as Job
    Modifier and Type
    Field
    Description
    final Job
    QueryJobResult.job
    Job.
    Fields in org.basex.core.jobs with type parameters of type Job
    Modifier and Type
    Field
    Description
    final Map<String,Job>
    JobPool.active
    Queued or running jobs.
    Methods in org.basex.core.jobs with type parameters of type Job
    Modifier and Type
    Method
    Description
    final <J extends Job>
    J
    Job.pushJob(J job)
    Adds a new child job.
    Methods in org.basex.core.jobs that return Job
    Modifier and Type
    Method
    Description
    final Job
    Job.active()
    Returns the currently active job.
    Methods in org.basex.core.jobs with parameters of type Job
    Modifier and Type
    Method
    Description
    void
    JobPool.register(Job job)
    Registers a job (puts it on a queue).
    void
    JobPool.scheduleResult(Job job)
    Discards a result after the timeout.
    void
    JobPool.unregister(Job job)
    Unregisters a job.
    Constructors in org.basex.core.jobs with parameters of type Job
    Modifier
    Constructor
    Description
     
    Job.
  • Uses of Job in org.basex.core.locks

    Methods in org.basex.core.locks with parameters of type Job
    Modifier and Type
    Method
    Description
    void
    Locking.acquire(Job job, Context ctx)
    Acquires locks for the specified job.
  • Uses of Job in org.basex.index

    Subclasses of Job in org.basex.index
    Modifier and Type
    Class
    Description
    class 
    This interface defines the functions which are needed for building new index structures.
    class 
    Builder for values-based index structures.
  • Uses of Job in org.basex.index.ft

    Subclasses of Job in org.basex.index.ft
    Modifier and Type
    Class
    Description
    final class 
    This class contains common methods for full-text index builders.
  • Uses of Job in org.basex.index.value

    Subclasses of Job in org.basex.index.value
    Modifier and Type
    Class
    Description
    final class 
    This class builds an index for attribute values and text contents in a tree structure and stores the result to disk.
    class 
    This 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.io
    Modifier and Type
    Class
    Description
    final class 
    Contains methods for zipping and unzipping archives.
  • Uses of Job in org.basex.io.parse.csv

    Subclasses of Job in org.basex.io.parse.csv
    Modifier and Type
    Class
    Description
    class 
    This class converts CSV input to XML.
    final class 
    This class converts CSV data to an XQuery representation.
  • Uses of Job in org.basex.query

    Subclasses of Job in org.basex.query
    Modifier and Type
    Class
    Description
    final class 
    This class organizes both static and dynamic properties that are specific to a single query.
    final class 
    This 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
    Modifier and Type
    Method
    Description
    Suite.test(IOFile root, Context ctx, Job job)
    Tests all test functions in the specified path.
  • Uses of Job in org.basex.server

    Subclasses of Job in org.basex.server
    Modifier and Type
    Class
    Description
    final class 
    Server query representation, generated by LocalQuery and ClientQuery.