Skip navigation links
C E G L O P S T U 

C

CreateScheduleException - Exception in org.springframework.cloud.scheduler.spi.core
Thrown when a schedule fails to be created on the scheduler infrastructure.
CreateScheduleException(String, Throwable) - Constructor for exception org.springframework.cloud.scheduler.spi.core.CreateScheduleException
 
CRON_EXPRESSION - Static variable in class org.springframework.cloud.scheduler.spi.core.SchedulerPropertyKeys
Scheduler cron expression property key.
CRON_PREFIX - Static variable in class org.springframework.cloud.scheduler.spi.core.SchedulerPropertyKeys
Scheduler cron property key prefix.

E

equals(Object) - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 

G

getScheduleName() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
getScheduleName() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
 
getScheduleProperties() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
getSchedulerProperties() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
 
getTaskDefinitionName() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 

L

list(String) - Method in interface org.springframework.cloud.scheduler.spi.core.Scheduler
List all of the Schedules associated with the provided AppDefinition.
list() - Method in interface org.springframework.cloud.scheduler.spi.core.Scheduler
List all of the ScheduleInfos registered with the system.

O

org.springframework.cloud.scheduler.spi.core - package org.springframework.cloud.scheduler.spi.core
 

P

PREFIX - Static variable in class org.springframework.cloud.scheduler.spi.core.SchedulerPropertyKeys
 

S

schedule(ScheduleRequest) - Method in interface org.springframework.cloud.scheduler.spi.core.Scheduler
Registers the ScheduleRequest to be executed based on the cron expression provided.
ScheduleInfo - Class in org.springframework.cloud.scheduler.spi.core
A Schedule represents the association between the task definition and the times it is to be executed.
ScheduleInfo() - Constructor for class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
Scheduler - Interface in org.springframework.cloud.scheduler.spi.core
A Scheduler is a component that provides a way to register the execution of a ScheduleRequest with an underlying scheduler system (Quartz, etc).
ScheduleRequest - Class in org.springframework.cloud.scheduler.spi.core
Representation of a schedule request.
ScheduleRequest(AppDefinition, Map<String, String>, Map<String, String>, String, Resource) - Constructor for class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
Construct an AppDeploymentRequest.
ScheduleRequest(AppDefinition, Map<String, String>, Map<String, String>, List<String>, String, Resource) - Constructor for class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
Construct an AppDeploymentRequest.
SchedulerException - Exception in org.springframework.cloud.scheduler.spi.core
Base Exception class for Spring Cloud Scheduler.
SchedulerException(String) - Constructor for exception org.springframework.cloud.scheduler.spi.core.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.springframework.cloud.scheduler.spi.core.SchedulerException
 
SchedulerPropertyKeys - Class in org.springframework.cloud.scheduler.spi.core
Spring Cloud Scheduler property keys.
SchedulerPropertyKeys() - Constructor for class org.springframework.cloud.scheduler.spi.core.SchedulerPropertyKeys
 
setScheduleName(String) - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
setScheduleProperties(Map<String, String>) - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
setSchedulerProperties(Map<String, String>) - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
 
setTaskDefinitionName(String) - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 

T

toString() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleInfo
 
toString() - Method in class org.springframework.cloud.scheduler.spi.core.ScheduleRequest
 

U

unschedule(String) - Method in interface org.springframework.cloud.scheduler.spi.core.Scheduler
Deletes a schedule that has been created.
UnScheduleException - Exception in org.springframework.cloud.scheduler.spi.core
Thrown when a schedule fails to be unscheduled on the scheduler infrastructure.
UnScheduleException(String) - Constructor for exception org.springframework.cloud.scheduler.spi.core.UnScheduleException
 
UnScheduleException(String, Throwable) - Constructor for exception org.springframework.cloud.scheduler.spi.core.UnScheduleException
 
C E G L O P S T U 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.