Uses of Class
javafx.concurrent.ScheduledService
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
-
Uses of ScheduledService in javafx.concurrent
Fields in javafx.concurrent with type parameters of type ScheduledService Modifier and Type Field Description static Callback<ScheduledService<?>,Duration>
ScheduledService. EXPONENTIAL_BACKOFF_STRATEGY
A Callback implementation for thebackoffStrategy
property which will exponentially backoff the period between re-executions in the case of a failure.static Callback<ScheduledService<?>,Duration>
ScheduledService. LINEAR_BACKOFF_STRATEGY
A Callback implementation for thebackoffStrategy
property which will linearly backoff the period between re-executions in the case of a failure.static Callback<ScheduledService<?>,Duration>
ScheduledService. LOGARITHMIC_BACKOFF_STRATEGY
A Callback implementation for thebackoffStrategy
property which will logarithmically backoff the period between re-executions in the case of a failure.Methods in javafx.concurrent that return types with arguments of type ScheduledService Modifier and Type Method Description ObjectProperty<Callback<ScheduledService<?>,Duration>>
ScheduledService. backoffStrategyProperty()
Computes the amount of time to add to the period on each failure.Callback<ScheduledService<?>,Duration>
ScheduledService. getBackoffStrategy()
Gets the value of the property backoffStrategy.Method parameters in javafx.concurrent with type arguments of type ScheduledService Modifier and Type Method Description void
ScheduledService. setBackoffStrategy(Callback<ScheduledService<?>,Duration> value)
Sets the value of the property backoffStrategy.