Skip navigation links
A B C D G I L R S 

A

abandon(long) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Marks the job execution as abandoned.

B

BatchException - Exception in cloud.altemista.fwk.core.batch.exception
Unchecked base exception for batch module and others related to it.
BatchException(String) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
Creates a new BatchException.
BatchException(String, Object[]) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
Creates a new BatchException.
BatchException(String, Throwable) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
Creates a new BatchException.
BatchException(String, Object[], Throwable) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
Creates a new BatchException.
BatchParameter<T extends Serializable> - Class in cloud.altemista.fwk.core.batch.model
A parameter for a job execution Only the following types can be parameters: String, Long, Date, and Double
BatchParameter.BooleanParameter - Class in cloud.altemista.fwk.core.batch.model
An job parameter whose value is a Boolean
BatchParameter.DateParameter - Class in cloud.altemista.fwk.core.batch.model
An job parameter whose value is a Date
BatchParameter.DoubleParameter - Class in cloud.altemista.fwk.core.batch.model
An job parameter whose value is a Double
BatchParameter.LongParameter - Class in cloud.altemista.fwk.core.batch.model
An job parameter whose value is a Long
BatchParameter.StringParameter - Class in cloud.altemista.fwk.core.batch.model
An job parameter whose value is a String
BatchService - Interface in cloud.altemista.fwk.core.batch
Main interface for the batch module.
BooleanParameter(String, Boolean, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.BooleanParameter
Constructor

C

cloud.altemista.fwk.core.batch - package cloud.altemista.fwk.core.batch
 
cloud.altemista.fwk.core.batch.exception - package cloud.altemista.fwk.core.batch.exception
 
cloud.altemista.fwk.core.batch.model - package cloud.altemista.fwk.core.batch.model
 
countJobInstances(String) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Count the number of job instances in the repository for a given job name.
countJobs() - Method in interface cloud.altemista.fwk.core.batch.BatchService
Count the number of currently registered job names

D

DateParameter(String, Date, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.DateParameter
Constructor
DoubleParameter(String, Double, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.DoubleParameter
Constructor

G

getExecutions(long) - Method in interface cloud.altemista.fwk.core.batch.BatchService
List the job executions associated with a particular job instance.
getName() - Method in class cloud.altemista.fwk.core.batch.model.BatchParameter
 
getParameters(long) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Get the job parameters used by a particular job execution
getRunningExecutions(String) - Method in interface cloud.altemista.fwk.core.batch.BatchService
List the running job executions for a given job name.
getValue() - Method in class cloud.altemista.fwk.core.batch.model.BatchParameter.DateParameter
 
getValue() - Method in class cloud.altemista.fwk.core.batch.model.BatchParameter
 

I

isIdentifier() - Method in class cloud.altemista.fwk.core.batch.model.BatchParameter
 
isLaunchable(String) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Convenience method to determine if a job is available for launching
isLaunchableNextInstance(String) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Convenience method to determine if a job is available for launching as a sequence of instances.

L

launch(String, BatchParameter<?>...) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Launch a job with the parameters provided.
launchNextInstance(String) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Launch the next in a sequence of instances.
listJobInstances(String, int, int) - Method in interface cloud.altemista.fwk.core.batch.BatchService
List a page of job instances for a given job name.
listJobs(int, int) - Method in interface cloud.altemista.fwk.core.batch.BatchService
List a page of currently registered job names
LongParameter(String, Long, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.LongParameter
Constructor

R

restart(long) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Restarts a stopped job execution.

S

stop(long) - Method in interface cloud.altemista.fwk.core.batch.BatchService
Send a stop signal to a running job execution
StringParameter(String, String, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.StringParameter
Constructor
A B C D G I L R S 
Skip navigation links

Copyright © 2017–2020 NTT DATA Corporation. All rights reserved.