| Package | Description |
|---|---|
| org.ff4j.strategy |
Provides ad-hoc flipping strategies for business and infrastructure Toggles.
|
| org.ff4j.strategy.el |
Provides a flipping strategy with a expression language analyzer (Boole Algebra).
|
| org.ff4j.strategy.time |
Provides flipping strategies time-oriented (ReleaseDate, OfficeHours..)
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlackListStrategy
BLOCK acces for defined list of Clients.
|
class |
ClientFilterStrategy
This strategy will check hostName and flipped only if it's contained in expected list.
|
class |
DarkLaunchStrategy
The Dark Launch devops pattern is the capacity for a system to enable a new feature for a subset of incoming requests
and measure if the new feature introduce some overhead.
|
class |
PonderationStrategy
This strategy will flip feature as soon as the release date is reached.
|
class |
ServerFilterStrategy
This strategy will check hostName and flipped only if it's contained in expected list.
|
class |
WhiteListStrategy
OPEN ACCES to listed client hostname.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFlipStrategy
Allow to parse target expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OfficeHourStrategy
Implemenetation of an office hour strategy.
|
class |
ReleaseDateFlipStrategy
The feature will be flipped after release date is reached.
|
Copyright © 2013–2017 FF4J. All rights reserved.