JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.qubership.integration.platform.engine.opensearch.ism.model.actions.Backoff
Packages that use
Backoff
Package
Description
org.qubership.integration.platform.engine.opensearch.ism.model.actions
Uses of
Backoff
in
org.qubership.integration.platform.engine.opensearch.ism.model.actions
Methods in
org.qubership.integration.platform.engine.opensearch.ism.model.actions
that return
Backoff
Modifier and Type
Method
Description
static
Backoff
Backoff.
fromString
(
String
type)
static
Backoff
Backoff.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Backoff
[]
Backoff.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.