Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(REPLJob.JobEvent) - Method in class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
For internal use only.
- activeThreads() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
activeThreads
record component. - addDynamizedMetaClass(Class<?>) - Static method in class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Add a
GroovyDynamizedExpando
meta class to a compiled groovy class. - addInternalStartupScript(String) - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Add a startup script from our .jar to be executed in the REPL each time a user has connected.
- addSessionListener(SessionListener) - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Respond to SSH events by installing your own listener.
- addStartupCommand(String) - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Adds a command to be executed inside the REPL each time a user has connected.
- addStartupScript(String) - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Add a startup script to be executed in the REPL each time a user has connected.
- addStringOrElement(Parent, Object, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Adds content to a JDOM node, automatically coverting XML-like strings to JDOM elements.
- addStringOrElement(Parent, Collection<?>, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Adds content to a JDOM node, automatically coverting XML-like strings to JDOM elements.
- archive(REPLJob) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Archives a loaded job.
- archive(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Archives a loaded job.
C
- CALLBACK_LOG_TO_SHELL - Static variable in class de.uni_kiel.rz.fdr.repl.REPLJob
-
A predefined job event handler that you can use; it logs regular process messages to your SSH session.
- CALLBACK_PAUSE_ON_ERROR - Static variable in class de.uni_kiel.rz.fdr.repl.REPLJob
-
A predefined job event handler you can use, it pauses the job whenever an error happens.
- cancel() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Cancels a running job.
- cancelForce(int) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Forcefully cancels a running job.
- CANCELLED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job was fully cancelled
- cancelledSince() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
cancelledSince
record component. - CANCELLING - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job is currently transitioning to
CANCELLED
. - classLoader - Static variable in class de.uni_kiel.rz.fdr.repl.REPLAgentStartup
-
The REPL's configured ClassLoader
- ClassLoadingException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when a class could not be loaded, e.g.
- ClassLoadingException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ClassLoadingException
-
Create a new instance of the exception
- ClassLoadingException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ClassLoadingException
-
Create a new instance of the exception
- classPath - Static variable in class de.uni_kiel.rz.fdr.repl.REPLAgentStartup
-
The REPL's configured class path
- classPath() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
Overrides the default classpath that contains the target and dependencies.
- command() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Returns the value of the
command
record component. - CompilationException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when your Groovy code could not be compiled, e.g.
- CompilationException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.CompilationException
-
Create a new instance of the exception
- CompilationException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.CompilationException
-
Create a new instance of the exception
- COMPLETED_SUCCESSFULLY - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job has completed without errors
- COMPLETED_WITH_ERRORS - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job has completed with errors
D
- de.uni_kiel.rz.fdr.repl - package de.uni_kiel.rz.fdr.repl
-
Contains the basic Java classes of cau-repl.
- de.uni_kiel.rz.fdr.repl.error - package de.uni_kiel.rz.fdr.repl.error
-
Contains cau-repl's exceptions.
- de.uni_kiel.rz.fdr.repl.groovy - package de.uni_kiel.rz.fdr.repl.groovy
-
Contains the Groovy-specific Java classes of cau-repl.
- de.uni_kiel.rz.fdr.repl.mycore - package de.uni_kiel.rz.fdr.repl.mycore
-
Contains the MyCoRe-specific Java classes of cau-repl.
- debug(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
DEBUG
to the global REPL log, as well as the job's private persistent log. - debug(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
DEBUG
to the default log targets. - DEBUG - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Debug level messages.
- DEFAULT_LOG_TARGETS - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
The default log targets for your messages: Log4J with a fallback to the standard error output and additionally cau-repl's own log file.
- DEFAULT_WORK_SUBDIR - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
The default name of the work subdirectory containing the REPL's persistent state.
- disable(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Disables all future breakpoint instances matching this pattern.
- discoverEnvironment(ClassLoader) - Static method in class de.uni_kiel.rz.fdr.repl.REPL
-
Update the various
HAVE_*
fields. - doneTimestamp() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
doneTimestamp
record component. - Dynamize - Annotation Interface in de.uni_kiel.rz.fdr.repl
-
This annotation enables the (very experimental) dynamization feature for a given class.
E
- enable(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Re-enables a previously disabled breakpoint pattern.
- epochMicrosFrom() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
epochMicrosFrom
record component. - epochMicrosTo() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
epochMicrosTo
record component. - equals(Object) - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Indicates whether some other object is "equal to" this one.
- error() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
error
record component. - error(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
ERROR
to the global REPL log, as well as the job's private persistent log. - error(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
ERROR
to the default log targets. - ERROR - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Error messages reporting a failure condition.
- errors() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
errors
record component. - eta() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
eta
record component. - etaSeconds() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
etaSeconds
record component. - etaText() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Get a textual representation of the job's ETA.
- eval(long, REPLBreakpoint.Eval) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Queues a Groovy statement for evaluation in the Thread of a triggered breakpoint
- eval(REPLBreakpoint.Eval) - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Enqueues a request to evaluate a Groovy statement while the breakpoint is waiting
- Eval(String, Object) - Constructor for record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Creates an instance of a
Eval
record class. - EvalResult(Object, Throwable) - Constructor for record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Creates an instance of a
EvalResult
record class. - eventType() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns the value of the
eventType
record component. - exception() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Returns the value of the
exception
record component. - explanation - Static variable in exception de.uni_kiel.rz.fdr.repl.error.InsufficientAccessRightsException
-
Contains the instructions for fixing this error condition.
- ExternalCommandException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when an invocation of an external program failed, wither because it could not be started, or because it returned a non-zero exit code.
- ExternalCommandException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ExternalCommandException
-
Create a new instance of the exception
- ExternalCommandException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ExternalCommandException
-
Create a new instance of the exception
F
- force() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
Disables safety checks.
- future() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
future
record component.
G
- get(long) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Retrieve a single breakpoint instance by key.
- get(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get a loaded job by key.
- getAuthenticator() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Gets the authenticator in use for the SSH session.
- getClasses() - Method in class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Get the list of the Groovy classes that were loaded by this instance.
- getClassLoader() - Method in class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Get the ClassLoader of this directory's Groovy classes.
- getConcurrency() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the job's concurrency level.
- getCreatedTimestamp() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the time at which this instance was created.
- getDisabledPatterns() - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get a list of all currently disabled breakpoint patterns
- getEvalResult() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get the last eval request's result.
- getExtra() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Gets any extra data that was passed to the REPL.
- getFeedback() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Gets the last feedback value thaqt was passed from the REPL.
- getFuture() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Returns a future that you can wait on.
- getGroovyClassLoader() - Static method in class de.uni_kiel.rz.fdr.repl.REPL
-
Gets the ClassLoader that will be used for the REPL.
- getInputs() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the list of the job's inputs.
- getInternalCallback() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
For internal purposes only.
- getJobLog() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the job's private log, which contains messages logged with
REPLJob.info(Object...)
and similar methods. - getKey() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get this breakpoint instance's key.
- getKey() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the job's key.
- getLastLogEntry() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Returns the latest entry from the job's private log.
- getLevel() - Method in class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Get the log level of the message.
- getListenAddr() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Gets the IP that the SSH service will bind to.
- getLog() - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Gets all log entries from the repl's internal log file (which is rotated when the JVM starts).
- getMaxConcurrency() - Method in class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
Get the current maximum concurrency limit.
- getMessage() - Method in class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Get the textual representation of the message's payload.
- getMinConcurrency() - Method in class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
Get the current minimum concurrency limit.
- getName() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Gets the name of this breakpoint.
- getName() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the job's name.
- getOwner() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get's the context in which this breakpoint was triggered.
- getPort() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Gets the port that the SSH service will listen on.
- getProgress() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the job's current progress.
- getProgressCallback() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the job's current progress callback.
- getResults() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the list of the job's results.
- getResumedKey() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Gets the key of the job which was resumed with this instance.
- getSessionListeners() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Gets the session listeners that were configured for the SSH service.
- getSignature() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get this instance's signature, against which the disable-patterns will be matched.
- getSources() - Method in class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Get a list of all the Groovy source files found in this directory.
- getStartupCommands() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Get the startup commands that were configured for the REPL.
- getStartupScripts() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Get the startup scripts that were configured for the REPL.
- getStateFile() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the state file of this job.
- getTimeoutMillis() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Gets this breakpoint's timeout in milliseconds.
- getTimeoutSecs() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Get the timeout for idle SSH connections.
- getTimestamp() - Method in class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Get the message's event timestamp.
- getVersionString() - Static method in class de.uni_kiel.rz.fdr.repl.REPL
-
Generates a textual representation of cau-repl's version
- getWorkDir() - Static method in class de.uni_kiel.rz.fdr.repl.REPL
-
Get the REPL's work directory
- groovyClasses - Static variable in class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
All the Groovy classes that were successfully compiled by all GroovySourceDirectory instances.
- GroovyPatching - Interface in de.uni_kiel.rz.fdr.repl.groovy
-
All Groovy classes that have the
@Patches
annotation implement this interface. - GroovySourceDirectory - Class in de.uni_kiel.rz.fdr.repl.groovy
-
Use this class to compile a directory of Groovy sources.
- GroovySourceDirectory(Path) - Constructor for class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Compiles the Groovy sources in a directory and its subdirectories, loading it into a private ClassLoader.
- GroovySourceDirectory(Path, ClassLoader) - Constructor for class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Compiles the Groovy sources in a directory and its subdirectories.
- GroovySourceDirectory(Path, ClassLoader, String) - Constructor for class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Compiles the Groovy sources in a directory and its subdirectories.
- GroovySourceDirectory(Path, ClassLoader, String, boolean) - Constructor for class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Compiles the Groovy sources in a directory and its subdirectories.
- GroovySourceDirectory(Path, ClassLoader, String, boolean, boolean) - Constructor for class de.uni_kiel.rz.fdr.repl.groovy.GroovySourceDirectory
-
Compiles the Groovy sources in a directory and its subdirectories.
H
- hashCode() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns a hash code value for this object.
- HAVE_GPL - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
Does this build of cau-repl contain GPL licensed code?
- HAVE_MYCORE - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
Are we running in a JVM whith MyCoRe?
- HAVE_MYCORE_MODS - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
Are we running in a JVM with MyCoRe's MODS module?
I
- index() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
index
record component. - info(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
INFO
to the global REPL log, as well as the job's private persistent log. - info(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
INFO
to the default log targets. - INFO - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
General information messages.
- inherit() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Dynamize
-
Controls whether all subclasses should automatically be dynamized as well.
- inheritNamespace(NamespaceAware, Collection<T>) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
For each child in children: sets the namespace of a child node and all of its descendants to the namespace of reference, but only if none of the children or their descendants have a defined namespace.
- inheritNamespace(NamespaceAware, T) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Sets the namespace of a child node and all of its descendants to the namespace of reference, but only if none of the child or its descendants has a defined namespace.
- initializeLibs() - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Try to (re-)initialize optional external libraries.
- INPUT_ERROR - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
A single input generated an error during processing
- INPUT_SKIPPED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
A single input was skipped while resuming
- INPUT_SUCCESS - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
A single input was successfully processed
- inputIndex() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns the value of the
inputIndex
record component. - InputResult(String, int, long, long, Serializable, Exception) - Constructor for record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Creates an instance of a
InputResult
record class. - InsufficientAccessRightsException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when cau-repl does not proper access rights in the JVM.
- InsufficientAccessRightsException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.InsufficientAccessRightsException
-
Create a new instance of the exception
- InsufficientAccessRightsException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.InsufficientAccessRightsException
-
Create a new instance of the exception
- INTERNAL_ERROR - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job terminated with an internal error not related to your code
- INTERNAL_LOG_TARGETS - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
The log targets for internal log messages originating from cau-repl itself.
- isActive() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Determines whether the job is active.
- isComplete() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Determines whether the job is complete.
- isSuccess() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Determines whether the job was a success.
J
- job() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns the value of the
job
record component. - JOB_CANCEL_REQUESTED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
Transition to cancelled state was requested, workers are finishing up or being forecefully terminated
- JOB_DONE_CANCELLED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job has been fully cancelled
- JOB_DONE_INTERNALERROR - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job has finished with an internal error not related to your code
- JOB_DONE_SUCCESS - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job finished without errors
- JOB_PAUSE_REQUESTED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
Transition to pause state was requested, workers are finishing up
- JOB_PAUSED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job is fully paused
- JOB_START - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job was started
- JOB_UNPAUSED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
The job was resumed from paused state
- JobEvent(REPLJob, Instant, REPLJob.JobEventType, Integer) - Constructor for record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Creates an instance of a
JobEvent
record class. - JobException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when a job-related function could not be performed, e.g.
- JobException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.JobException
-
Create a new instance of the exception
- JobException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.JobException
-
Create a new instance of the exception
- JobProgress(REPLJob.JobState, Integer, int, int, int, int, int, int, int, ZonedDateTime, ZonedDateTime, ZonedDateTime, ZonedDateTime, ZonedDateTime, Long, int, Future<REPLJob.JobProgress>) - Constructor for record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Creates an instance of a
JobProgress
record class.
K
- key() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
key
record component.
L
- list() - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Get all waiting breakpoints.
- list() - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the list of all jobs that are not archived - that is: loaded in memory.
- listArchived() - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Get the list of all archived jobs' keys.
- load(File) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job without preparing it for resuming.
- load(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job without preparing it for resuming.
- log(REPLLogEntry) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a given message to the global REPL log, as well as the job's private persistent log.
- log(REPLLogEntry) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a given message to the default log targets.
- log(REPLLogEntry, Set<REPLLog.LOG_TARGETS>, PrintStream...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a given message to the global REPL log, as well as the job's private persistent log.
- log(REPLLogEntry, Set<REPLLog.LOG_TARGETS>, PrintStream...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a given message.
- log(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
INFO
to the global REPL log, as well as the job's private persistent log. - log(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
INFO
to the default log targets. - LOG4J - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
Log4J, but only if it is available in the current JVM.
- LogEntryFormatException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when there was corrupted data in one of cau-repl's log files.
- LogEntryFormatException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.LogEntryFormatException
-
Create a new instance of the exception
- LogEntryFormatException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.LogEntryFormatException
-
Create a new instance of the exception
M
- main(String[]) - Static method in class de.uni_kiel.rz.fdr.repl.REPLAgentStartup
-
You can run this .jar as a standalone executable and get a SSH interface only.
- makePublic() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
Controls whether the target class' methods and fiel will all be set to public to facilitate more comprehensive overriding.
- MAX_BREAKPOINTS - Static variable in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
More than this many simultaneously triggered breakpoint instances will be dropped.
N
- nextInput() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
nextInput
record component. - NOT_YET_STARTED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job has not been started yet
O
- ObjectStoreInvalidException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when there was invalid data in one of cau-repl's job state files.
- ObjectStoreInvalidException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ObjectStoreInvalidException
-
Create a new instance of the exception
- ObjectStoreInvalidException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.ObjectStoreInvalidException
-
Create a new instance of the exception
P
- parameter() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Returns the value of the
parameter
record component. - patcheeSuper(String, Object...) - Method in interface de.uni_kiel.rz.fdr.repl.groovy.GroovyPatching
-
Allows access to the patchee's
super
methods. - Patches - Annotation Interface in de.uni_kiel.rz.fdr.repl
-
Classes with this annotation will be set up to patch a different class.
- pause() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Pauses a running job.
- PAUSED - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job is currently fully paused
- pausedSince() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
pausedSince
record component. - PAUSING - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job is currently transitioning to
PAUSED
. - percentDone() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
percentDone
record component. - preserveSuper() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
Controls whether we will try to preserve the original
super
class using bytecode magic. - pruneArchived() - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Removes the state files of all archived jobs that were completed
successfully
.
R
- recurse(NamespaceAware) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Returns all elements and attributes below the root, including the root itself.
- remainingInputs() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
remainingInputs
record component. - REPL - Class in de.uni_kiel.rz.fdr.repl
-
This class represents a single REPL interface with an associated SSH service.
- REPL(String, Integer, Integer, File, ClassLoader) - Constructor for class de.uni_kiel.rz.fdr.repl.REPL
-
Creates the REPL.
- REPL_ALL_SHELLS - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
The SSH consoles of all currently active shells.
- REPL_FILE - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
The repl.log file in cau-repl's work directory.
- REPLAgentStartup - Class in de.uni_kiel.rz.fdr.repl
-
This class control the startup process when using the agent.
- REPLAgentStartup() - Constructor for class de.uni_kiel.rz.fdr.repl.REPLAgentStartup
- replbreakpoint() - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Pauses the current thread and triggers a breakpoint in the REPL.
- replbreakpoint(String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Pauses the current thread and triggers a breakpoint in the REPL.
- replbreakpoint(String, Object) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Pauses the current thread and triggers a breakpoint in the REPL.
- replbreakpoint(String, Object, Long) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Pauses the current thread and triggers a breakpoint in the REPL.
- REPLBreakpoint - Class in de.uni_kiel.rz.fdr.repl
-
This class represents a single triggered Breakpoint instance in your code.
- REPLBreakpoint.Eval - Record Class in de.uni_kiel.rz.fdr.repl
-
A request to eval a Groovy statement in the breakpoint's thread.
- REPLBreakpoint.EvalResult - Record Class in de.uni_kiel.rz.fdr.repl
-
The result of an
Eval
request. - repljob(Closure<Serializable>, List<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs and no concurrency that is ready to be started.
- repljob(Closure<Serializable>, List<Serializable>, int) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs that is ready to be started.
- repljob(Closure<Serializable>, List<Serializable>, int, String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs that is ready to be started.
- repljob(Closure<Serializable>, List<Serializable>, int, String, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs that is ready to be started.
- repljob(Closure<Serializable>, List<Serializable>, String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs and no concurrency that is ready to be started.
- repljob(BiFunction<Serializable, REPLJob, Serializable>, List<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs or concurrency that is ready to be started.
- repljob(BiFunction<Serializable, REPLJob, Serializable>, List<Serializable>, int) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs that is ready to be started.
- repljob(BiFunction<Serializable, REPLJob, Serializable>, List<Serializable>, int, String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs that is ready to be started.
- repljob(BiFunction<Serializable, REPLJob, Serializable>, List<Serializable>, String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job with inputs and no concurrency that is ready to be started.
- repljob(Supplier<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job without inputs or concurrency that is ready to be started.
- repljob(Supplier<Serializable>, int) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job without inputs that is ready to be started.
- repljob(Supplier<Serializable>, String) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Creates a new job without inputs or concurrency that is ready to be started.
- REPLJob - Class in de.uni_kiel.rz.fdr.repl
-
This class represents a single job to be executed in the background.
- REPLJob.InputResult - Record Class in de.uni_kiel.rz.fdr.repl
-
A record containing a job's results for one single input item.
- REPLJob.JobEvent - Record Class in de.uni_kiel.rz.fdr.repl
-
Represents an event that occured during job processing, to be consumed by an event handler.
- REPLJob.JobEventType - Enum Class in de.uni_kiel.rz.fdr.repl
-
The different event types that a
JobEvent
handler might receive. - REPLJob.JobProgress - Record Class in de.uni_kiel.rz.fdr.repl
-
A record that summarizes a job's state at one instant in time.
- REPLJob.JobState - Enum Class in de.uni_kiel.rz.fdr.repl
-
The possible states that a job can be in.
- REPLJobCallbackAutoTune - Class in de.uni_kiel.rz.fdr.repl
-
A Callback that you can use for your jobs; it automatically adjusts its concurrency to tune it for maximum throughput.
- REPLJobCallbackAutoTune(int, int) - Constructor for class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
Create a new AutoTune job callback.
- REPLLog - Class in de.uni_kiel.rz.fdr.repl
-
This class provides the means for logging messages to various targets.
- REPLLog() - Constructor for class de.uni_kiel.rz.fdr.repl.REPLLog
- REPLLog.LOG_TARGETS - Enum Class in de.uni_kiel.rz.fdr.repl
-
The different targets that log messages can be written to.
- REPLLogEntry - Class in de.uni_kiel.rz.fdr.repl
-
Represents a single log message to be used by
REPLLog
. - REPLLogEntry(REPLLogEntry.LOG_LEVEL, Object...) - Constructor for class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Create a new log entry with the timestamp set to now.
- REPLLogEntry(String, Object...) - Constructor for class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Create a new log entry with the timestamp set to now.
- REPLLogEntry(Instant, REPLLogEntry.LOG_LEVEL, Object...) - Constructor for class de.uni_kiel.rz.fdr.repl.REPLLogEntry
-
Create a new log entry.
- REPLLogEntry.LOG_LEVEL - Enum Class in de.uni_kiel.rz.fdr.repl
-
The different levels of criticality for a log message.
- result() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Returns the value of the
result
record component. - result() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns the value of the
result
record component. - resume() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Resumes this breakpoint.
- resume(long) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Resumes a breakpoint instance.
- resume(long, Object) - Static method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Resumes a breakpoint instance.
- resume(File, Closure<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(File, Closure<Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(File, Closure<Serializable>, boolean, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(File, BiFunction<Serializable, REPLJob, Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(File, BiFunction<Serializable, REPLJob, Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(File, Supplier<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(File, Supplier<Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(Object) - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
-
Resumes this breakpoint, returning a result.
- resume(String, Closure<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(String, Closure<Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(String, Closure<Serializable>, boolean, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(String, BiFunction<Serializable, REPLJob, Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(String, BiFunction<Serializable, REPLJob, Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- resume(String, Supplier<Serializable>) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.
- resume(String, Supplier<Serializable>, boolean, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Loads an archived job instance and prepares it for resuming.
- retryIndex(int) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Flag the input item with the specified index for resuming.
- RUNNING - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
The job is currently running
S
- setAuthenticator(PasswordAuthenticator) - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Sets a custom authenticator for the SSH service.
- setConcurrency(int) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Set the job's concurrency level.
- setInternalCallback(Consumer<REPLJob.JobEvent>) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
For internal purposes only.
- setMaxConcurrency(int) - Method in class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
Set a new maximum concurrency limit.
- setMinConcurrency(int) - Method in class de.uni_kiel.rz.fdr.repl.REPLJobCallbackAutoTune
-
Set a new minimum concurrency limit.
- setProgressCallback(Consumer<REPLJob.JobEvent>) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Sets the job's progress callback.
- setStringOrElement(Parent, Object, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Sets the content of a JDOM node, automatically coverting XML-like strings to JDOM elements.
- setStringOrElement(Parent, Collection<?>, boolean) - Static method in class de.uni_kiel.rz.fdr.repl.mycore.XMLHelpers
-
Sets the content of a JDOM node, automatically coverting XML-like strings to JDOM elements.
- setWorkDir(File) - Static method in class de.uni_kiel.rz.fdr.repl.REPL
-
Allows you to initialize the global work directory before creating a REPL instance.
- skippedErrors() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
skippedErrors
record component. - skippedSuccess() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
skippedSuccess
record component. - start() - Method in class de.uni_kiel.rz.fdr.repl.REPL
-
Start listening for incoming SSH connections.
- start() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Starts processing.
- start(ThreadFactory) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Starts processing.
- start(ThreadFactory, Consumer<REPLJob.JobEvent>) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Starts processing.
- start(Consumer<REPLJob.JobEvent>) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Starts processing.
- startTimestamp() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
startTimestamp
record component. - StartupException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when the REPL failed to start, e.g.
- StartupException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.StartupException
-
Create a new instance of the exception
- StartupException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.StartupException
-
Create a new instance of the exception
- state() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
state
record component. - STDERR - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
The JVM's standard error output.
- STDERR_OR_LOG4J - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
Log4J, with a fallback the JVM's standard error output if the former is not available.
- STDOUT - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
The JVM's standard output.
- streamArchived() - Static method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Stream all archived jobs without adding them to the list of active jobs.
- stripAnnotations() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
A comma separated list of annotations to remove from the target class before loading.
- success() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
success
record component.
T
- target() - Element in annotation interface de.uni_kiel.rz.fdr.repl.Patches
-
Deprecated.Do not use. Use the same name and package as your target instead.
- THREAD_PREFIX - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
Threads of cau-repl have a name that starts with this prefix
- THREAD_PREFIX - Static variable in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Threads of cau-repls job workers have names that start with this prefix.
- timestamp() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns the value of the
timestamp
record component. - toString() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.Eval
-
Returns a string representation of this record class.
- toString() - Method in record class de.uni_kiel.rz.fdr.repl.REPLBreakpoint.EvalResult
-
Returns a string representation of this record class.
- toString() - Method in class de.uni_kiel.rz.fdr.repl.REPLBreakpoint
- toString() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
-
Returns a string representation of this record class.
- toString() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
-
Returns a string representation of this record class.
- toString() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns a string representation of this record class.
- toString() - Method in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
- toString() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
- toString() - Method in class de.uni_kiel.rz.fdr.repl.REPLLogEntry
- totalInputs() - Method in record class de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
-
Returns the value of the
totalInputs
record component. - trace(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
TRACE
to the global REPL log, as well as the job's private persistent log. - trace(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
TRACE
to the trace log targets. - TRACE - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Internal trace messages, not logged by default.
- TRACE - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Controls whether very fine-grained internal trace messages from cau-repl are logged.
- TRACE_COMPILE - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Controls whether very fine-grained internal trace messages from cau-repl related to compilation are logged.
- TRACE_COMPILE_METHODS - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Controls whether very fine-grained internal trace messages from cau-repl related to methods during compilation are logged.
- TRACE_DYNAMIZE - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Controls whether very fine-grained internal trace messages from cau-repl related to dynamization are logged.
- TRACE_JOBS - Static variable in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Controls whether very fine-grained internal trace messages from cau-repl related to jobs are logged.
U
- UncheckedCompilationException - Exception in de.uni_kiel.rz.fdr.repl.error
-
Thrown when your Groovy code could not be compiled, e.g.
- UncheckedCompilationException(String) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.UncheckedCompilationException
-
Create a new instance of the exception
- UncheckedCompilationException(String, Throwable) - Constructor for exception de.uni_kiel.rz.fdr.repl.error.UncheckedCompilationException
-
Create a new instance of the exception
- unpause() - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Restarts processing after a job has been paused.
- USER_KEY - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
The user name used for login will be accessible from each SSH Session using this key.
V
- valueOf(String) - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLJob.JobState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class de.uni_kiel.rz.fdr.repl.REPL
-
cau-repl's version
W
- warn(Object...) - Method in class de.uni_kiel.rz.fdr.repl.REPLJob
-
Logs a message with log level
WARN
to the global REPL log, as well as the job's private persistent log. - warn(Object...) - Static method in class de.uni_kiel.rz.fdr.repl.REPLLog
-
Log a new message with log level
WARN
to the default log targets. - WARN - Enum constant in enum class de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
-
Warning messages indicating potential problems.
X
- XMLHelpers - Class in de.uni_kiel.rz.fdr.repl.mycore
-
Some helper functions related to JDOM XML.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form