- Schedule - Interface in com.collective.celos
-
Determines the times at which a workflow is supposed to run.
- ScheduledTime - Class in com.collective.celos
-
Scheduled time of a workflow run in UTC.
- ScheduledTime(String) - Constructor for class com.collective.celos.ScheduledTime
-
- ScheduledTime(DateTime) - Constructor for class com.collective.celos.ScheduledTime
-
- scheduledTime - Variable in class com.collective.celos.SlotID
-
- ScheduledTimeFormatter - Class in com.collective.celos
-
- ScheduledTimeFormatter() - Constructor for class com.collective.celos.ScheduledTimeFormatter
-
- Scheduler - Class in com.collective.celos
-
- Scheduler(WorkflowConfiguration, StateDatabase, int) - Constructor for class com.collective.celos.Scheduler
-
- SchedulerConfiguration - Class in com.collective.celos
-
Reads configuration and database from filesystem at well-known paths.
- SchedulerConfiguration(File, File, File, Map<String, String>) - Constructor for class com.collective.celos.SchedulerConfiguration
-
- SchedulerServlet - Class in com.collective.celos.servlet
-
Posting to this servlet triggers a scheduler step.
- SchedulerServlet() - Constructor for class com.collective.celos.servlet.SchedulerServlet
-
- SchedulingStrategy - Interface in com.collective.celos
-
A scheduling strategy determines the order in which slots of a workflow are executed.
- second() - Method in class com.collective.celos.ScheduledTime
-
- SECOND_MS - Static variable in class com.collective.celos.Constants
-
- SECOND_PROP - Static variable in class com.collective.celos.OozieExternalService
-
- SerialSchedulingStrategy - Class in com.collective.celos
-
- SerialSchedulingStrategy(int) - Constructor for class com.collective.celos.SerialSchedulingStrategy
-
- ServerCommandLine - Class in com.collective.celos.server
-
Created by akonopko on 9/30/14.
- ServerCommandLine(String, String, String, String, int, int) - Constructor for class com.collective.celos.server.ServerCommandLine
-
- ServerCommandLineParser - Class in com.collective.celos.server
-
- ServerCommandLineParser() - Constructor for class com.collective.celos.server.ServerCommandLineParser
-
- service(HttpServletRequest, HttpServletResponse) - Method in class com.collective.celos.servlet.AbstractServlet
-
- setupContext(Map<String, Object>, Map<String, String>) - Method in class com.collective.celos.JettyServer
-
- setupLogging(File) - Static method in class com.collective.celos.Util
-
- SLIDING_WINDOW_DAYS - Static variable in class com.collective.celos.SchedulerConfiguration
-
- SlotID - Class in com.collective.celos
-
A slot is uniquely identified by its workflow ID and the scheduled time.
- SlotID(WorkflowID, ScheduledTime) - Constructor for class com.collective.celos.SlotID
-
- slotID - Variable in class com.collective.celos.SlotState
-
Never null.
- SlotState - Class in com.collective.celos
-
The execution status of a slot.
- SlotState(SlotID, SlotState.Status) - Constructor for class com.collective.celos.SlotState
-
- SlotState(SlotID, SlotState.Status, String, int) - Constructor for class com.collective.celos.SlotState
-
- SlotState.Status - Enum in com.collective.celos
-
- SlotState.StatusType - Enum in com.collective.celos
-
- SlotStateStatusPredicate - Class in com.collective.celos
-
- SlotStateStatusPredicate(SlotState.Status...) - Constructor for class com.collective.celos.SlotStateStatusPredicate
-
- start() - Method in class com.collective.celos.ci.CelosCi
-
- start() - Method in class com.collective.celos.ci.mode.DeployTask
-
- start() - Method in class com.collective.celos.ci.mode.test.TestRun
-
- start() - Method in class com.collective.celos.ci.mode.TestTask
-
- start() - Method in class com.collective.celos.ci.mode.UndeployTask
-
- start(SlotID, String) - Method in interface com.collective.celos.ExternalService
-
Starts workflow with the given external ID.
- start(int) - Method in class com.collective.celos.JettyServer
-
- start() - Method in class com.collective.celos.JettyServer
-
- start(SlotID, String) - Method in class com.collective.celos.OozieExternalService
-
- startServer(TestRun) - Method in class com.collective.celos.ci.mode.test.TestRunCelosServerModeEmbedded
-
- startServer(TestRun) - Method in class com.collective.celos.ci.mode.test.TestRunCelosServerModeProvided
-
- startServer(Map<String, String>, File, File, File) - Method in class com.collective.celos.server.CelosServer
-
- startServer(int, Map<String, String>, File, File, File) - Method in class com.collective.celos.server.CelosServer
-
- STATE_DATABASE_PATH_ATTR - Static variable in class com.collective.celos.Constants
-
- StateDatabase - Interface in com.collective.celos
-
- status - Variable in class com.collective.celos.SlotState
-
Never null.
- step(ScheduledTime) - Method in class com.collective.celos.Scheduler
-
Main method, called every minute.
- step(ScheduledTime, Set<WorkflowID>) - Method in class com.collective.celos.Scheduler
-
If workflowIDs is empty, schedule all workflows.
- stop() - Method in class com.collective.celos.JettyServer
-
- stopServer(TestRun) - Method in class com.collective.celos.ci.mode.test.TestRunCelosServerModeEmbedded
-
- stopServer(TestRun) - Method in class com.collective.celos.ci.mode.test.TestRunCelosServerModeProvided
-
- stopServer() - Method in class com.collective.celos.server.CelosServer
-
- StringArrayFixTableCreator - Class in com.collective.celos.ci.testing.fixtures.deploy.hive
-
Created by akonopko on 16.01.15.
- StringArrayFixTableCreator(String[], String[][]) - Constructor for class com.collective.celos.ci.testing.fixtures.deploy.hive.StringArrayFixTableCreator
-
- submit(SlotID) - Method in interface com.collective.celos.ExternalService
-
Submits slot to external service.
- submit(SlotID) - Method in class com.collective.celos.OozieExternalService
-
- SUCCESS - Static variable in class com.collective.celos.ci.testing.fixtures.compare.FixObjectCompareResult
-
- SuccessTrigger - Class in com.collective.celos
-
- SuccessTrigger(String) - Constructor for class com.collective.celos.SuccessTrigger
-