Skip navigation links
C D E F H L N O P R T V W 

C

com.spotify.flo.context - package com.spotify.flo.context
 
com.spotify.flo.status - package com.spotify.flo.status
 
com.spotify.flo.util - package com.spotify.flo.util
 
compareTo(Date) - Method in class com.spotify.flo.util.Date
 
compareTo(DateHour) - Method in class com.spotify.flo.util.DateHour
 
composeWith(EvalContext, Logging) - Static method in class com.spotify.flo.context.OverridingContext
 
create(Config) - Method in interface com.spotify.flo.context.TerminationHookFactory
 
createListener(Config) - Method in interface com.spotify.flo.context.FloListenerFactory
 

D

Date - Class in com.spotify.flo.util
A value type representing a date.
Date() - Constructor for class com.spotify.flo.util.Date
 
date() - Method in class com.spotify.flo.util.DateHour
 
DateHour - Class in com.spotify.flo.util
A value type representing a localDate and an hour in the UTC time-zone.
DateHour() - Constructor for class com.spotify.flo.util.DateHour
 
dateTime() - Method in class com.spotify.flo.util.DateHour
 

E

evaluateInternal(Task<T>, EvalContext) - Method in class com.spotify.flo.context.OverridingContext
 

F

FloListenerFactory - Interface in com.spotify.flo.context
A Factory for creating a InstrumentedContext.Listener.
FloRunner<T> - Class in com.spotify.flo.context
This class implements a top-level runner for Tasks.
FloRunner.Result<T> - Class in com.spotify.flo.context
 
format(DateTimeFormatter) - Method in class com.spotify.flo.util.Date
 
format(DateTimeFormatter) - Method in class com.spotify.flo.util.DateHour
 
future() - Method in class com.spotify.flo.context.FloRunner.Result
 

H

hour() - Method in class com.spotify.flo.util.DateHour
 

L

localDate() - Method in class com.spotify.flo.util.Date
 
Logging - Class in com.spotify.flo.context
 

N

NotReady - Exception in com.spotify.flo.status
Signals that a task can not be executed at this moment.
NotReady() - Constructor for exception com.spotify.flo.status.NotReady
 
NotRetriable - Exception in com.spotify.flo.status
Signals that a task has failed and should not be retried.
NotRetriable() - Constructor for exception com.spotify.flo.status.NotRetriable
 

O

of(LocalDate) - Static method in class com.spotify.flo.util.Date
 
of(int, int, int) - Static method in class com.spotify.flo.util.Date
 
of(ZonedDateTime) - Static method in class com.spotify.flo.util.DateHour
 
of(int, int, int, int) - Static method in class com.spotify.flo.util.DateHour
 
of(LocalDate, int) - Static method in class com.spotify.flo.util.DateHour
 
of(Date, int) - Static method in class com.spotify.flo.util.DateHour
 
onHour(int) - Method in class com.spotify.flo.util.Date
 
OverridingContext - Class in com.spotify.flo.context
An EvalContext that may return a value without calling the processFn or evaluating its dependencies.

P

parse(String) - Static method in class com.spotify.flo.util.Date
 
parse(String, DateTimeFormatter) - Static method in class com.spotify.flo.util.Date
 
parse(String) - Static method in class com.spotify.flo.util.DateHour
 
parse(String, DateTimeFormatter) - Static method in class com.spotify.flo.util.DateHour
 

R

randomAlphaNumeric(int) - Static method in class com.spotify.flo.context.FloRunner
 
runTask(Task<T>, Config) - Static method in class com.spotify.flo.context.FloRunner
Run task and return an asynchronous FloRunner.Result containing the last value or throwable.
runTask(Task<T>) - Static method in class com.spotify.flo.context.FloRunner
Run task and return an asynchronous FloRunner.Result containing the last value or throwable.

T

TaskStatusException - Exception in com.spotify.flo.status
Generic exception for signalling that a task could not execute for some reason.
TaskStatusException() - Constructor for exception com.spotify.flo.status.TaskStatusException
 
TerminationHook - Interface in com.spotify.flo.context
 
TerminationHookFactory - Interface in com.spotify.flo.context
 
toString() - Method in class com.spotify.flo.util.Date
 
toString() - Method in class com.spotify.flo.util.DateHour
 

V

value() - Method in class com.spotify.flo.context.FloRunner.Result
valueOf(String) - Static method in class com.spotify.flo.util.Date
 
valueOf(String) - Static method in class com.spotify.flo.util.DateHour
 

W

waitAndExit() - Method in class com.spotify.flo.context.FloRunner.Result
Wait until task has finished running and System.exit() exits with an appropriate status code.
C D E F H L N O P R T V W 
Skip navigation links

Copyright © 2018. All rights reserved.