| Package | Description |
|---|---|
| xyz.cofe.http | |
| xyz.cofe.http.download |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Counter> |
HttpDownloader.getCounters()
Счетчики
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleCounter
Синхронный счетчик
|
class |
IntCounter
Синхронный счетчик
|
class |
LongCounter
Синхронный счетчик
|
class |
MaxCounter
Синхронный счетчик с ограничением.
|
class |
OverflowCounter
Счетчик overflow с ограничением по максимуму
|
| Modifier and Type | Method and Description |
|---|---|
abstract Counter<T> |
Counter.clone()
Создание клона
|
abstract Counter<T> |
Counter.clone(Lock lock)
Создание клона с указанной блокировкой
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Counter> |
GetCounters.getCounters() |
Map<String,Counter> |
BasicFragmentValidator.getCounters() |
| Modifier and Type | Method and Description |
|---|---|
void |
OverflowCounter.assign(Counter<Integer> cnt) |
void |
MaxCounter.assign(Counter<Integer> cnt) |
void |
Counter.assign(Counter<T> cnt)
Присваение значений счетчика
|
| Constructor and Description |
|---|
Counter(Counter<T> src)
Конструктор копирования
|
Counter(Counter<T> src,
Lock lock)
Конструктор копирования
|
Copyright © 2017. All rights reserved.