JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.zalando.riptide.chaos
Interface Probability
All Known Implementing Classes:
FixedProbability
@API(status=EXPERIMENTAL)
public interface
Probability
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static
Probability
fixed
(double probability)
boolean
test
()
Method Details
test
boolean
test
()
fixed
static
Probability
fixed
(double probability)