Serialized Form
-
Package com.denodo.commons
-
Class com.denodo.commons.Document
class Document extends Object implements Serializable- serialVersionUID:
- 2460381850242697561L
-
Class com.denodo.commons.ServerPorts
class ServerPorts extends Object implements Serializable- serialVersionUID:
- -2468717774905428940L
-
Serialized Fields
-
port
int port
Startup port number. -
reservedPort
int reservedPort
Port number for RMI communications. In RMI the default socket factory implementation attempts a direct socket connection to the remote VM. This can fails (due to a firewall), so the RMISocketFactory needs to be redefined and set to this port number. -
shutdownPort
int shutdownPort
Shutdown port number.
-
-
Class com.denodo.commons.User
class User extends Object implements Serializable- serialVersionUID:
- -7113691287341198303L
-
-
Package com.denodo.commons.exceptions
-
Exception com.denodo.commons.exceptions.AuthenticationException
class AuthenticationException extends ModelException implements Serializable- serialVersionUID:
- -2814624650192819012L
-
Exception com.denodo.commons.exceptions.AuthorizationException
class AuthorizationException extends RuntimeException implements Serializable- serialVersionUID:
- -967242427670421880L
-
Exception com.denodo.commons.exceptions.CancelException
class CancelException extends RuntimeException implements Serializable- serialVersionUID:
- -745608427190193105L
-
Exception com.denodo.commons.exceptions.GroupOfExceptions
class GroupOfExceptions extends Exception implements Serializable- serialVersionUID:
- 3846207578548419031L
-
Serialized Fields
-
exceptionsGroup
Collection<Exception> exceptionsGroup
-
-
Exception com.denodo.commons.exceptions.InvalidLicenseException
class InvalidLicenseException extends RuntimeException implements Serializable- serialVersionUID:
- 4192897781931012401L
-
Exception com.denodo.commons.exceptions.PasswordDoNotMatchException
class PasswordDoNotMatchException extends RuntimeException implements Serializable- serialVersionUID:
- 8610877030721542691L
-
Exception com.denodo.commons.exceptions.UserPolicyValidationException
class UserPolicyValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 5805023164089802806L
-
-
Package com.denodo.commons.schema
-
Class com.denodo.commons.schema.Schema
class Schema extends Object implements Serializable- serialVersionUID:
- -5610944762589335478L
-
Serialized Fields
-
fields
Collection<SchemaField> fields
-
-
Class com.denodo.commons.schema.SchemaField
class SchemaField extends Object implements Serializable- serialVersionUID:
- -2472054281172991411L
-
Class com.denodo.commons.schema.SchemaFieldArray
class SchemaFieldArray extends SchemaFieldCompound implements Serializable- serialVersionUID:
- 1364495816367298052L
-
Class com.denodo.commons.schema.SchemaFieldCompound
class SchemaFieldCompound extends SchemaField implements Serializable- serialVersionUID:
- -6662069897893025984L
-
Serialized Fields
-
components
Collection<SchemaField> components
-
-
Class com.denodo.commons.schema.SchemaFieldRegister
class SchemaFieldRegister extends SchemaFieldCompound implements Serializable- serialVersionUID:
- 8790974021618481279L
-
Class com.denodo.commons.schema.SchemaFieldSimple
class SchemaFieldSimple extends SchemaField implements Serializable- serialVersionUID:
- 8200188479541505128L
-
-
Package com.denodo.configuration
-
Class com.denodo.configuration.CompoundParameter
- serialVersionUID:
- 3515581956760172850L
-
Serialized Fields
-
values
Collection<ParameterStructure> values
-
-
Class com.denodo.configuration.Configuration
class Configuration extends Object implements Serializable- serialVersionUID:
- -1972192118855851402L
-
Serialized Fields
-
disabled
boolean disabled
-
draft
boolean draft
-
id
int id
-
parameters
ParameterStructure parameters
-
subType
String subType
-
type
String type
-
-
Exception com.denodo.configuration.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- -8287392823788475089L
-
Class com.denodo.configuration.DefaultConfiguration
class DefaultConfiguration extends Object implements Serializable- serialVersionUID:
- 7747014927872322384L
-
Serialized Fields
-
instances
Integer instances
-
values
Collection<T> values
-
-
Class com.denodo.configuration.Parameter
class Parameter extends Object implements Serializable- serialVersionUID:
- -255010642671110712L
-
Exception com.denodo.configuration.ParameterNotFoundException
class ParameterNotFoundException extends Exception implements Serializable- serialVersionUID:
- 5270733467561507092L
-
Serialized Fields
-
parameterName
String parameterName
-
-
Class com.denodo.configuration.ParameterStructure
class ParameterStructure extends Object implements Serializable- serialVersionUID:
- 1308053491987025881L
-
Class com.denodo.configuration.SimpleParameter
- serialVersionUID:
- 7254978142658729274L
-
Serialized Fields
-
values
Collection<T> values
-
-
-
Package com.denodo.configuration.metadata
-
Class com.denodo.configuration.metadata.MetaConfiguration
class MetaConfiguration extends Object implements Serializable- serialVersionUID:
- 7106763305846310661L
-
Serialized Fields
-
className
String className
-
defaultConfig
ParameterStructure defaultConfig
-
parameters
Collection<MetaParameter> parameters
-
subType
String subType
-
type
String type
-
-
Class com.denodo.configuration.metadata.MetaParameter
class MetaParameter extends Object implements Serializable- serialVersionUID:
- 2432128987260549076L
-
Serialized Fields
-
allowedReferences
Set<String> allowedReferences
-
auditable
boolean auditable
-
components
Collection<MetaParameter> components
-
defaultConfiguration
DefaultConfiguration<?> defaultConfiguration
-
displayName
String displayName
-
environmentDependent
boolean environmentDependent
-
helpText
String helpText
-
hidden
boolean hidden
-
javaType
Class<?> javaType
-
mandatory
boolean mandatory
-
multivalued
boolean multivalued
-
name
String name
-
reference
String reference
-
-
Class com.denodo.configuration.metadata.PluginInfo
class PluginInfo extends Object implements Serializable- serialVersionUID:
- -2188938275478894692L
-
-
Package com.denodo.scheduler.api.exporter
-
Class com.denodo.scheduler.api.exporter.DefaultExporterResource
class DefaultExporterResource extends Object implements Serializable- serialVersionUID:
- 9189144844514170683L
-
Serialized Fields
-
resourceName
String resourceName
-
-
Class com.denodo.scheduler.api.exporter.ExporterContext
class ExporterContext extends Object implements Serializable- serialVersionUID:
- -3128241163422502661L
-
Serialized Fields
-
context
Map<Serializable,
Serializable> context
-
-
Exception com.denodo.scheduler.api.exporter.ExporterException
class ExporterException extends Exception implements Serializable- serialVersionUID:
- -1879408442509281158L
-
Class com.denodo.scheduler.api.exporter.ExporterQueryContext
class ExporterQueryContext extends Object implements Serializable- serialVersionUID:
- -8054891953615971608L
-
Exception com.denodo.scheduler.api.exporter.RetryableExporterException
class RetryableExporterException extends ExporterException implements Serializable- serialVersionUID:
- -5590251412537199465L
-
-
Package com.denodo.scheduler.client
-
Package com.denodo.scheduler.client.commons
-
Class com.denodo.scheduler.client.commons.ClientData
class ClientData extends Object implements Serializable- serialVersionUID:
- 753845505860683957L
-
Class com.denodo.scheduler.client.commons.ClusterConfig
class ClusterConfig extends Object implements Serializable- serialVersionUID:
- 3774890884143730740L
-
Serialized Fields
-
checkInterval
long checkInterval
-
clustered
boolean clustered
-
identifier
String identifier
-
-
Class com.denodo.scheduler.client.commons.Context
class Context extends Object implements Serializable- serialVersionUID:
- -3006515410171748668L
-
Serialized Fields
-
accessToken
String accessToken
-
clientIP
String clientIP
-
connectionTimeout
long connectionTimeout
-
host
String host
-
kerberosToken
String kerberosToken
-
localAuth
boolean localAuth
-
login
String login
-
password
String password
-
port
int port
-
queryTimeout
long queryTimeout
-
settings
ServerSettings settings
-
ssoToken
String ssoToken
-
timeUnit
TimeUnit timeUnit
-
userType
Context.UserType userType
-
wanConnection
boolean wanConnection
-
-
Class com.denodo.scheduler.client.commons.DatabaseConfig
class DatabaseConfig extends Object implements Serializable- serialVersionUID:
- 7787157647531252479L
-
Serialized Fields
-
awsAccessKeyId
String awsAccessKeyId
-
awsAuth
boolean awsAuth
-
awsDatabaseUser
String awsDatabaseUser
-
awsIamRoleARN
String awsIamRoleARN
-
awsRegion
String awsRegion
-
awsSecretAccessKey
String awsSecretAccessKey
-
awsTokenLifeTime
Long awsTokenLifeTime
-
ccache
String ccache
-
database
String database
-
driverClassName
String driverClassName
-
driverClassPath
String driverClassPath
-
kerberosAuth
boolean kerberosAuth
-
keyTab
String keyTab
-
keyTabContents
byte[] keyTabContents
-
password
String password
-
uri
String uri
-
userName
String userName
-
-
Class com.denodo.scheduler.client.commons.ExportOptions
class ExportOptions extends Object implements Serializable- serialVersionUID:
- 3513557166498551646L
-
Serialized Fields
-
config
boolean config
-
drivers
boolean drivers
-
exportAsXML
boolean exportAsXML
-
exportDependencies
boolean exportDependencies
-
exportWithProperties
boolean exportWithProperties
-
ignoreCustomPasswordPrefix
boolean ignoreCustomPasswordPrefix
-
metadataPassword
String metadataPassword
-
permissions
boolean permissions
-
plugins
boolean plugins
-
-
Class com.denodo.scheduler.client.commons.ImportData
class ImportData extends Object implements Serializable- serialVersionUID:
- -1211325425899959080L
-
Serialized Fields
-
propertiesFile
byte[] propertiesFile
-
zipFile
byte[] zipFile
-
-
Class com.denodo.scheduler.client.commons.ImportOptions
class ImportOptions extends Object implements Serializable- serialVersionUID:
- 5750692874054571891L
-
Serialized Fields
-
ignoreCustomPasswordPrefix
boolean ignoreCustomPasswordPrefix
-
metadataPassword
String metadataPassword
-
replaceDataSources
boolean replaceDataSources
-
replaceDrivers
boolean replaceDrivers
-
replaceJobs
boolean replaceJobs
-
replacePlugins
boolean replacePlugins
-
-
Class com.denodo.scheduler.client.commons.KerberosSettings
class KerberosSettings extends Object implements Serializable- serialVersionUID:
- -4249606855115513575L
-
Class com.denodo.scheduler.client.commons.MailConfig
class MailConfig extends Object implements Serializable- serialVersionUID:
- 4043085600323290480L
-
Serialized Fields
-
connectionTimeout
long connectionTimeout
-
debug
boolean debug
-
enableTLS
boolean enableTLS
-
from
String from
-
login
String login
-
password
String password
-
protocol
MailConfig.Protocol protocol
-
sendAsHtml
boolean sendAsHtml
-
smtpPort
int smtpPort
-
smtpServer
String smtpServer
-
subject
String subject
-
timeout
long timeout
-
trustServers
String trustServers
-
-
Class com.denodo.scheduler.client.commons.ServerInfo
class ServerInfo extends Object implements Serializable- serialVersionUID:
- 6336002638121280932L
-
Serialized Fields
-
hostnames
Collection<String> hostnames
-
ips
Collection<String> ips
-
-
Class com.denodo.scheduler.client.commons.ServerSettings
class ServerSettings extends Object implements Serializable- serialVersionUID:
- 4369333300161521281L
-
Serialized Fields
-
corePoolSize
int corePoolSize
-
keepAliveTime
long keepAliveTime
-
maxPoolSize
int maxPoolSize
-
maxTasks
int maxTasks
-
-
Class com.denodo.scheduler.client.commons.VDPDataSourceSettings
class VDPDataSourceSettings extends Object implements Serializable- serialVersionUID:
- 9057588639560753318L
-
Class com.denodo.scheduler.client.commons.VDPLocale
class VDPLocale extends Object implements Serializable- serialVersionUID:
- 5063222083580724994L
-
Serialized Fields
-
country
String country
-
datePattern
String datePattern
-
dateSubtypePattern
String dateSubtypePattern
-
doubleDecimalPosition
String doubleDecimalPosition
-
doubleDecimalSeparator
String doubleDecimalSeparator
-
doubleGroupSeparator
String doubleGroupSeparator
-
keyCode
String keyCode
-
language
String language
-
timeSubtypePattern
String timeSubtypePattern
-
timezone
String timezone
-
-
Class com.denodo.scheduler.client.commons.VDPViewElement
class VDPViewElement extends Object implements Serializable- serialVersionUID:
- 4382793855088467603L
-
Class com.denodo.scheduler.client.commons.VDPViewElementFilter
class VDPViewElementFilter extends Object implements Serializable- serialVersionUID:
- 1109976653572667636L
-
Class com.denodo.scheduler.client.commons.VDPViewFields
class VDPViewFields extends Object implements Serializable- serialVersionUID:
- 1432706960324588903L
-
Serialized Fields
-
fieldNames
Collection<String> fieldNames
-
mandatoryFields
Collection<String> mandatoryFields
-
-
Class com.denodo.scheduler.client.commons.VDPViewInfo
class VDPViewInfo extends Object implements Serializable- serialVersionUID:
- 1432706960324588903L
-
Serialized Fields
-
fieldNames
Collection<String> fieldNames
-
loadQuery
String loadQuery
-
mandatoryFields
Collection<String> mandatoryFields
-
pkFields
Collection<String> pkFields
-
-
-
Package com.denodo.scheduler.client.commons.exceptions
-
Exception com.denodo.scheduler.client.commons.exceptions.IllegalOperationException
class IllegalOperationException extends RuntimeException implements Serializable- serialVersionUID:
- -6008260335490025719L
-
Exception com.denodo.scheduler.client.commons.exceptions.InvalidConnectionException
class InvalidConnectionException extends Exception implements Serializable- serialVersionUID:
- -6301657355082707086L
-
Exception com.denodo.scheduler.client.commons.exceptions.InvalidProjectException
class InvalidProjectException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -6008260335490025719L
-
Exception com.denodo.scheduler.client.commons.exceptions.InvalidServerVersionException
class InvalidServerVersionException extends RuntimeException implements Serializable- serialVersionUID:
- 7983136665726692L
-
Exception com.denodo.scheduler.client.commons.exceptions.InvalidTablesException
class InvalidTablesException extends Exception implements Serializable- serialVersionUID:
- -1897138752555474543L
-
Exception com.denodo.scheduler.client.commons.exceptions.JobLimitExceededException
class JobLimitExceededException extends RuntimeException implements Serializable- serialVersionUID:
- -2885760043686102810L
-
Exception com.denodo.scheduler.client.commons.exceptions.JobsSchedulerException
class JobsSchedulerException extends Exception implements Serializable- serialVersionUID:
- -6224078836480816797L
-
Exception com.denodo.scheduler.client.commons.exceptions.KerberosException
class KerberosException extends Exception implements Serializable- serialVersionUID:
- -3747627994915381685L
-
Exception com.denodo.scheduler.client.commons.exceptions.RuntimeTimeoutException
class RuntimeTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 2834909507092624302L
-
Exception com.denodo.scheduler.client.commons.exceptions.SQLRuntimeException
class SQLRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 892571562953234270L
-
Serialized Fields
-
batchedConnectionsWhenThrown
boolean batchedConnectionsWhenThrown
-
-
Exception com.denodo.scheduler.client.commons.exceptions.UnsupportedJobTypeException
class UnsupportedJobTypeException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -7216979309440199994L
-
Exception com.denodo.scheduler.client.commons.exceptions.VDPConnectException
class VDPConnectException extends ConnectException implements Serializable- serialVersionUID:
- -7832676113957170915L
-
Exception com.denodo.scheduler.client.commons.exceptions.ViewNotFoundException
class ViewNotFoundException extends InstanceNotFoundException implements Serializable- serialVersionUID:
- -310787799329195008L
-
-
Package com.denodo.scheduler.client.jdbcdriver
-
Class com.denodo.scheduler.client.jdbcdriver.DriverInfo
class DriverInfo extends Object implements Serializable- serialVersionUID:
- -3568145022825768069L
-
-
Package com.denodo.scheduler.client.job
-
Class com.denodo.scheduler.client.job.JobData
class JobData extends Object implements Serializable- serialVersionUID:
- 2559771196842957856L
-
Serialized Fields
-
combinations
Serializable combinations
Object with the queries combinations (when parameterized query). In the case of VDPCache jobs, theSerializableis aMap<Integer, List<Serializable>>; otherwise, it is aList<Serializable>. -
exportationErrors
Map<String,
Long> exportationErrors Map <String exporterID, Long totalErrors>. -
exportationGlobalResult
Map<String,
Long> exportationGlobalResult Map <String exporterID, Long totalDocsExported>. -
exportationResult
Map<String,
Long> exportationResult Map <String exporterID, Long totalDocsExported>. -
exportationWarnings
Map<String,
Long> exportationWarnings Map <String exporterID, Long totalWarnings>. -
exportersWithUnknownExportedTuples
Set<String> exportersWithUnknownExportedTuples
List of exporter names which may have exported more than the tuples indicated inexportationResult. Related to batch inserts in JDBCExporters. -
extractionErrors
long extractionErrors
-
extractionGlobalResult
long extractionGlobalResult
-
extractionResult
long extractionResult
-
extractionWarnings
long extractionWarnings
-
firstExecution
long firstExecution
Start time of the job, re-executions because of a 'retry' situation are not considered. -
jobID
int jobID
-
lastResult
JobData.Result lastResult
-
name
String name
-
nextExecution
Date nextExecution
-
parametersExecuted
Long parametersExecuted
-
previousExecution
Date previousExecution
-
projectId
int projectId
-
projectName
String projectName
-
queryErrors
Serializable queryErrors
Object that identifies the queries which returned an error (for retrying them if needed). In the case of VDPCache jobs, theSerializableis aMap<Integer, List<Integer>>; otherwise, it is aList<Integer>. -
querySuccess
Serializable querySuccess
Object that identifies the queries which did not returned an error (for not retrying them). In the case of VDPCache jobs, theSerializableis aMap<Integer, List<Integer>>; otherwise, it is aList<Integer>. -
retryCount
int retryCount
Number of retries executed at the moment. -
retryJob
boolean retryJob
The current retry job status. True if this job should be re-executed or false otherwise. -
startedWithState
boolean startedWithState
True if the job was started with state -
state
JobData.State state
-
type
String type
-
-
Class com.denodo.scheduler.client.job.VDPCacheJobData
class VDPCacheJobData extends JobData implements Serializable- serialVersionUID:
- 3616194545855194609L
-
Serialized Fields
-
cacheErrors
AtomicLong cacheErrors
-
cacheGlobalResult
AtomicLong cacheGlobalResult
-
cacheResult
AtomicLong cacheResult
-
tuplesNotCachedInQueriedView
boolean tuplesNotCachedInQueriedView
-
-
Class com.denodo.scheduler.client.job.VDPDataLoadJobData
class VDPDataLoadJobData extends JobData implements Serializable- serialVersionUID:
- 4978208085610001884L
-
Serialized Fields
-
insertErrors
AtomicLong insertErrors
-
insertGlobalResult
AtomicLong insertGlobalResult
-
insertResult
AtomicLong insertResult
-
-
Class com.denodo.scheduler.client.job.VDPIndexerJobData
class VDPIndexerJobData extends JobData implements Serializable- serialVersionUID:
- 6589563241189352655L
-
Serialized Fields
-
lastSuccessfulExecution
Date lastSuccessfulExecution
-
-
-
Package com.denodo.scheduler.client.job.report
-
Class com.denodo.scheduler.client.job.report.AbstractExtractionJobReport
class AbstractExtractionJobReport extends BaseJobReport implements Serializable- serialVersionUID:
- 5903941272716902938L
-
Serialized Fields
-
extractedDocs
long extractedDocs
-
extractorErrors
Collection<Object> extractorErrors
-
extractorErrorsCount
long extractorErrorsCount
-
extractorWarnings
Collection<Object> extractorWarnings
-
extractorWarningsCount
long extractorWarningsCount
-
-
Class com.denodo.scheduler.client.job.report.ARNIndexJobReport
class ARNIndexJobReport extends BaseJobReport implements Serializable- serialVersionUID:
- -7268809755725982054L
-
Class com.denodo.scheduler.client.job.report.BaseJobReport
class BaseJobReport extends Object implements Serializable- serialVersionUID:
- -6946617115976297241L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
endTime
Date endTime
-
extractionDataSourceName
String extractionDataSourceName
-
firstTime
long firstTime
Start time of the job, re-executions because of a 'retry' situation are not considered. -
generalErrors
Collection<Object> generalErrors
General errors occurred during job execution (such as unchecked exceptions, etc). -
generalWarnings
Collection<Object> generalWarnings
General warnings occurred during job execution. -
handlerErrors
Map<String,
Collection<String>> handlerErrors Map <String handlerID, Collection>. -
handlerWarnings
Map<String,
Collection<String>> handlerWarnings Map <String handlerID, Collection>. -
id
int id
-
initializationErrors
Collection<Object> initializationErrors
Errors occurring during job initialization (sources not accessible, etc) -
interrupted
boolean interrupted
-
jobID
int jobID
-
jobName
String jobName
-
jobType
String jobType
-
misfireError
String misfireError
Error that happens when job misfires -
projectName
String projectName
-
retryCount
int retryCount
Number of current retry. -
retryJob
boolean retryJob
The current retry job status. True if this job should be re-executed or false otherwise. -
serverInfo
ServerInfo serverInfo
-
startTime
Date startTime
-
-
Class com.denodo.scheduler.client.job.report.DatabaseJobReport
class DatabaseJobReport extends ExtractionJobReport implements Serializable- serialVersionUID:
- -8772901328200285069L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
combinations
List<Object> combinations
List of queries combinations (when parameterized query) Used to store the combinations (tasks) and not to retrieve the values from sources when the job is retried or started with state. -
executionErrors
List<Integer> executionErrors
List of identifiers of current executions that finished with error -
executionSuccess
List<Integer> executionSuccess
List of identifiers of current executions that finished successfully -
previousExecutionErrors
List<Integer> previousExecutionErrors
List of identifiers of previous executions that finished with error -
previousExecutionSuccess
List<Integer> previousExecutionSuccess
List of identifiers of previous executions that finished successfully -
query
String query
-
reports
Map<Integer,
DatabaseJobReport> reports Map of Reports <int execution, DatabaseJobReport report> : holds the reports of the execution of each individual query if the the job has a parameterized query. -
sourcesErrors
Collection<String> sourcesErrors
Collections of error messages retrieved from the sources where to obtain the parameters for the parameterized query (if parameterized).
-
-
Class com.denodo.scheduler.client.job.report.ExtractionJobReport
class ExtractionJobReport extends AbstractExtractionJobReport implements Serializable- serialVersionUID:
- 5903941272716902938L
-
Serialized Fields
-
exportedDocs
Map<String,
Long> exportedDocs Map <String exporterID, Long totalDocsExported>. * -
exporterErrors
Map<String,
Collection<String>> exporterErrors Map <String exporterID, Collection>. * -
exporterErrorsCountByExporter
Map<String,
Long> exporterErrorsCountByExporter -
exporterResources
Map<String,
Collection<String>> exporterResources Map <String exporterID, Collection>. * -
exportersWithUnknownExportedTuples
Set<String> exportersWithUnknownExportedTuples
-
exporterWarnings
Map<String,
Collection<String>> exporterWarnings Map <String exporterID, Collection>. * -
exporterWarningsCountByExporter
Map<String,
Long> exporterWarningsCountByExporter -
retryableExporterErrors
Boolean retryableExporterErrors
-
-
Class com.denodo.scheduler.client.job.report.JobReportChunk
class JobReportChunk extends Object implements Serializable- serialVersionUID:
- 1806640952970232194L
-
Class com.denodo.scheduler.client.job.report.VDPCacheJobReport
class VDPCacheJobReport extends AbstractExtractionJobReport implements Serializable- serialVersionUID:
- -8313782320101003341L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cachedDocs
long cachedDocs
-
cacheErrors
Collection<Object> cacheErrors
-
cacheErrorsCount
long cacheErrorsCount
-
combinations
Map<Integer,
List<Object>> combinations List of queries combinations (when parameterized query), grouped by load process. Used to store the combinations (tasks) and not to retrieve the values from sources when the job is retried or started with state. -
executionErrors
Map<Integer,
List<Integer>> executionErrors List of identifiers of current executions that finished with error, grouped by load process. -
executionSuccess
Map<Integer,
List<Integer>> executionSuccess List of identifiers of current executions that finished successfully, grouped by load process. -
executionWarnings
Map<Integer,
List<Integer>> executionWarnings List of identifiers of current executions that finished with warning, grouped by load process. -
loadProcessName
String loadProcessName
-
previousExecutionErrors
Map<Integer,
List<Integer>> previousExecutionErrors List of identifiers of previous executions that finished with error, grouped by load process. -
previousExecutionSuccess
Map<Integer,
List<Integer>> previousExecutionSuccess List of identifiers of previous executions that finished successfully, grouped by load process. -
query
String query
-
reports
Map<Integer,
VDPCacheJobReport> reports Map of Reports <int loadProcess, VDPCacheJobReport report> : holds the reports of the execution of each individual load process. -
sourcesErrors
Collection<String> sourcesErrors
Collections of error messages retrieved from the sources where to obtain the parameters for the parameterized query (if parameterized). -
tuplesNotCachedInQueriedView
boolean tuplesNotCachedInQueriedView
-
-
Class com.denodo.scheduler.client.job.report.VDPDataLoadJobReport
class VDPDataLoadJobReport extends AbstractExtractionJobReport implements Serializable- serialVersionUID:
- -3975642077475524488L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
executionErrors
Map<Integer,
List<Integer>> executionErrors List of identifiers of current executions that finished with error, grouped by load process. -
executionSuccess
Map<Integer,
List<Integer>> executionSuccess List of identifiers of current executions that finished successfully, grouped by load process. -
executionWarnings
Map<Integer,
List<Integer>> executionWarnings List of identifiers of current executions that finished with warning, grouped by load process. -
insertedDocs
long insertedDocs
-
insertErrors
Collection<Object> insertErrors
-
insertErrorsCount
long insertErrorsCount
-
loadProcessName
String loadProcessName
-
previousExecutionErrors
Map<Integer,
List<Integer>> previousExecutionErrors List of identifiers of previous executions that finished with error, grouped by load process. -
previousExecutionSuccess
Map<Integer,
List<Integer>> previousExecutionSuccess List of identifiers of previous executions that finished successfully, grouped by load process. -
query
String query
-
reports
Map<Integer,
VDPDataLoadJobReport> reports Map of Reports <int loadProcess, VDPDataLoadJobReport report> : holds the reports of the execution of each individual load process.
-
-
Class com.denodo.scheduler.client.job.report.VDPIndexerJobReport
class VDPIndexerJobReport extends DatabaseJobReport implements Serializable- serialVersionUID:
- -6808494896994810735L
-
Serialized Fields
-
executionErrors
Map<Integer,
List<Integer>> executionErrors List of identifiers of current executions that finished with error, grouped by load process. -
executionSuccess
Map<Integer,
List<Integer>> executionSuccess List of identifiers of current executions that finished successfully, grouped by load process. -
extractedRows
long extractedRows
Total number of extracted rows -
previousExecutionErrors
Map<Integer,
List<Integer>> previousExecutionErrors List of identifiers of previous executions that finished with error, grouped by load process. -
previousExecutionSuccess
Map<Integer,
List<Integer>> previousExecutionSuccess List of identifiers of previous executions that finished successfully, grouped by load process. -
viewsWithNonSatisfiedMandatoryRestrictionErrors
Map<String,
String> viewsWithNonSatisfiedMandatoryRestrictionErrors Map of view names which could not be crawled because of non-satisfied mandatory restrictions
-
-
Class com.denodo.scheduler.client.job.report.VDPViewIndexingProcessReport
class VDPViewIndexingProcessReport extends DatabaseJobReport implements Serializable- serialVersionUID:
- 4504006850125905971L
-
-
Package com.denodo.scheduler.client.project
-
Class com.denodo.scheduler.client.project.CompoundItem
class CompoundItem extends Object implements Serializable- serialVersionUID:
- 7996388117225388665L
-
Class com.denodo.scheduler.client.project.ProjectView
class ProjectView extends Object implements Serializable- serialVersionUID:
- -7178872540373055115L
-
Serialized Fields
-
currentProject
Item currentProject
-
projects
Collection<Item> projects
-
-
Class com.denodo.scheduler.client.project.SimpleItem
class SimpleItem extends Object implements Serializable- serialVersionUID:
- -8364915198980459596L
-
-
Package com.denodo.scheduler.client.remote.timed
-
Class com.denodo.scheduler.client.remote.timed.TimeoutContext
class TimeoutContext extends Object implements Serializable- serialVersionUID:
- -330800167627369009L
-
Serialized Fields
-
timeout
long timeout
-
timeUnit
TimeUnit timeUnit
-
-
-
Package com.denodo.scheduler.client.security
-
Class com.denodo.scheduler.client.security.ProjectPermissions
class ProjectPermissions extends Object implements Serializable- serialVersionUID:
- -48268876013250497L
-
Serialized Fields
-
generalProjectPermissions
Set<RolePermissions.Permission> generalProjectPermissions
-
jobPermissions
Map<Integer,
Set<RolePermissions.Permission>> jobPermissions -
projectID
Integer projectID
-
-
Class com.denodo.scheduler.client.security.RoleData
class RoleData extends Object implements Serializable- serialVersionUID:
- -3875289267493896242L
-
Class com.denodo.scheduler.client.security.RoleInfo
class RoleInfo extends Object implements Serializable- serialVersionUID:
- -8077401627784709255L
-
Serialized Fields
-
permissions
RolePermissions permissions
-
roleData
RoleData roleData
-
-
Class com.denodo.scheduler.client.security.RolePermissions
class RolePermissions extends Object implements Serializable- serialVersionUID:
- 1716998491016636108L
-
Serialized Fields
-
generalPermissions
Set<RolePermissions.Permission> generalPermissions
-
projectPermissions
Map<Integer,
ProjectPermissions> projectPermissions
-
-
Class com.denodo.scheduler.client.security.SchedulerSession
class SchedulerSession extends Object implements Serializable- serialVersionUID:
- -4456334082940586504L
-
Serialized Fields
-
creationTime
long creationTime
-
id
String id
-
sessionMode
com.denodo.scheduler.client.security.SchedulerSession.SessionMode sessionMode
-
userType
Context.UserType userType
-
valid
boolean valid
-
-
Class com.denodo.scheduler.client.security.SchedulerUser
class SchedulerUser extends User implements Serializable- serialVersionUID:
- 2397616583564069461L
-
Serialized Fields
-
localAuth
boolean localAuth
Deprecated.this field remains here only for backwards compatibility purposes. -
permissions
Set<RoleInfo> permissions
-
session
SchedulerSession session
-
-
-
Package com.denodo.scheduler.client.server
-
Class com.denodo.scheduler.client.server.LicenseInfo
class LicenseInfo extends Object implements Serializable- serialVersionUID:
- -126940501225992044L
-
Class com.denodo.scheduler.client.server.ServerData
class ServerData extends Object implements Serializable- serialVersionUID:
- 5226022169224433146L
-
Serialized Fields
-
license
LicenseInfo license
-
mode
SchedulerMode mode
-
update
com.denodo.util.denodoplatform.vo.UpdateVersionVO update
Deprecated.useServerData.updateNameinstead. Deprecated since 8.0u08. -
updateName
String updateName
-
-
-
Package com.denodo.scheduler.client.vdpintrospection
-
Package com.denodo.util.exceptions
-
Exception com.denodo.util.exceptions.ComplexTypeException
class ComplexTypeException extends Exception implements Serializable- serialVersionUID:
- 6552610446794914224L
-
Serialized Fields
-
typeDef
String typeDef
-
-
Exception com.denodo.util.exceptions.ComplexTypeRuntimeException
class ComplexTypeRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -6414500833975117884L
-
Serialized Fields
-
typeDef
String typeDef
-
-
Exception com.denodo.util.exceptions.DuplicateInstanceException
class DuplicateInstanceException extends InstanceException implements Serializable- serialVersionUID:
- 3257848796414227506L
-
Exception com.denodo.util.exceptions.InstanceException
class InstanceException extends ModelException implements Serializable -
Exception com.denodo.util.exceptions.InstanceNotFoundException
class InstanceNotFoundException extends InstanceException implements Serializable- serialVersionUID:
- 3256442508123780661L
-
Exception com.denodo.util.exceptions.InternalErrorException
class InternalErrorException extends Exception implements Serializable- serialVersionUID:
- 3258129146092794423L
-
Serialized Fields
-
encapsulatedException
Exception encapsulatedException
-
-
Exception com.denodo.util.exceptions.ModelException
class ModelException extends Exception implements Serializable -
Exception com.denodo.util.exceptions.UnsupportedOperationException
class UnsupportedOperationException extends Exception implements Serializable- serialVersionUID:
- 3976739159799181618L
-
Serialized Fields
-
operation
String operation
-
-