| Package | Description |
|---|---|
| stormpot |
Stormpot
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundExpiration<T extends Poolable>
Provides a way to compose
Expirations. |
class |
TimeExpiration<T extends Poolable>
This is a time based
Expiration. |
class |
TimeSpreadExpiration<T extends Poolable>
This is the standard time based
Expiration. |
| Modifier and Type | Method and Description |
|---|---|
Expiration<? super T> |
Config.getExpiration()
Get the configured
Expiration instance. |
| Modifier and Type | Method and Description |
|---|---|
Config<T> |
Config.setExpiration(Expiration<? super T> expiration)
Set the
Expiration to use for the pools we want to
configure. |
| Constructor and Description |
|---|
CompoundExpiration(Expiration<T> firstExpiration,
Expiration<T> secondExpiration) |
CompoundExpiration(Expiration<T> firstExpiration,
Expiration<T> secondExpiration) |
Copyright © 2011-2014–2015. All rights reserved.