| Package | Description |
|---|---|
| xyz.cofe.http.download |
| Modifier and Type | Field and Description |
|---|---|
protected OverflowAction |
OverflowCounter.overflowAction
Указывает действие выполняемое при переполнении
|
| Modifier and Type | Method and Description |
|---|---|
OverflowAction |
OverflowCounter.getOverflowAction()
Указывает действие выполняемое при переполнении
|
static OverflowAction |
OverflowAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverflowAction[] |
OverflowAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OverflowCounter.setOverflowAction(OverflowAction overflowAction)
Указывает действие выполняемое при переполнении
|
| Constructor and Description |
|---|
OverflowCounter(int cnt,
int max,
OverflowAction overflow)
Конструктор
|
OverflowCounter(int cnt,
int max,
OverflowAction overflow,
Lock l)
Конструктор
|
Copyright © 2017. All rights reserved.