Serialized Form
-
Package de.uni_kiel.rz.fdr.repl
-
Exception de.uni_kiel.rz.fdr.repl.AppendableObjectStore.ObjectStoreNotAvailableException
class ObjectStoreNotAvailableException extends RuntimeException implements Serializable -
Class de.uni_kiel.rz.fdr.repl.REPLJob
class REPLJob extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Allows deserializing this object from anObjectInputStream
.- Parameters:
in
- The input stream.- Throws:
IOException
- Data could not be read.ClassNotFoundException
- A class could not be loaded.
-
writeObject
Allows serializing this object to anObjectOutputStream
.- Parameters:
out
- The output stream.- Throws:
IOException
- Data could not be written.
-
-
Serialized Fields
-
concurrency
int concurrency
Internal use only. -
createdTimestamp
Instant createdTimestamp
Internal use only. -
doneTimestamp
Instant doneTimestamp
Internal use only. -
inputs
Serializable[] inputs
Internal use only. -
jobLog
ConcurrentLinkedQueue<REPLLogEntry> jobLog
Internal use only. -
key
String key
Internal use only. -
lastLogEntry
REPLLogEntry lastLogEntry
Internal use only. -
name
String name
Internal use only. -
results
REPLJob.InputResult[] results
Internal use only. -
resumedKey
String resumedKey
Internal use only. -
startTimestamp
Instant startTimestamp
Internal use only.
-
-
Record Class de.uni_kiel.rz.fdr.repl.REPLJob.InputResult
class InputResult extends Record implements Serializable-
Serialized Fields
-
epochMicrosFrom
long epochMicrosFrom
-
epochMicrosTo
long epochMicrosTo
-
error
Exception error
-
index
int index
-
key
String key
-
result
Serializable result
-
-
-
Class de.uni_kiel.rz.fdr.repl.REPLLogEntry
class REPLLogEntry extends Object implements Serializable-
Serialized Fields
-
level
REPLLogEntry.LOG_LEVEL level
Internal use only. -
message
String message
Internal use only. -
timestamp
Instant timestamp
Internal use only.
-
-
-
-
Package de.uni_kiel.rz.fdr.repl.error
-
Exception de.uni_kiel.rz.fdr.repl.error.ClassLoadingException
class ClassLoadingException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.CompilationException
class CompilationException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.ExternalCommandException
class ExternalCommandException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.InsufficientAccessRightsException
class InsufficientAccessRightsException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.JobException
class JobException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.LogEntryFormatException
class LogEntryFormatException extends RuntimeException implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.ObjectStoreInvalidException
class ObjectStoreInvalidException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.StartupException
class StartupException extends Exception implements Serializable -
Exception de.uni_kiel.rz.fdr.repl.error.UncheckedCompilationException
class UncheckedCompilationException extends RuntimeException implements Serializable
-