Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.stats |
Modifier and Type | Method and Description |
---|---|
QDStats.SType |
QDContract.getStatsType() |
QDStats.SType |
QDCollector.Factory.getStatsType()
Returns type of the stats stat should be used for collector created by this factory.
|
Modifier and Type | Method and Description |
---|---|
static QDStats |
QDFactory.createStats(QDStats.SType type,
DataScheme scheme)
Creates default implementation of
QDStats with the specified type
and scheme. |
Modifier and Type | Field and Description |
---|---|
static QDStats.SType |
QDStats.SType.AGENT |
static QDStats.SType |
QDStats.SType.AGENT_DATA |
static QDStats.SType |
QDStats.SType.AGENT_SUB |
static QDStats.SType |
QDStats.SType.ANY
This "magic" type gathers its grand-children's stats for any type of its child.
|
static QDStats.SType |
QDStats.SType.CLIENT_SOCKET
Deprecated.
|
static QDStats.SType |
QDStats.SType.CLIENT_SOCKET_CONNECTOR |
static QDStats.SType |
QDStats.SType.CONNECTION |
static QDStats.SType |
QDStats.SType.CONNECTIONS |
static QDStats.SType |
QDStats.SType.DISTRIBUTOR |
static QDStats.SType |
QDStats.SType.DISTRIBUTOR_ASUB |
static QDStats.SType |
QDStats.SType.DISTRIBUTOR_RSUB |
static QDStats.SType |
QDStats.SType.HISTORY |
static QDStats.SType |
QDStats.SType.HTTP_CONNECTOR |
static QDStats.SType |
QDStats.SType.QD_SERVLET |
static QDStats.SType |
QDStats.SType.SERVER_SOCKET_CONNECTOR |
static QDStats.SType |
QDStats.SType.STORAGE_DATA |
static QDStats.SType |
QDStats.SType.STREAM |
static QDStats.SType |
QDStats.SType.TICKER |
static QDStats.SType |
QDStats.SType.UNIQUE_SUB |
static QDStats.SType |
QDStats.SType.VOID |
Modifier and Type | Field and Description |
---|---|
protected List<QDStats.SType> |
QDStats.SType.collection_of |
Modifier and Type | Method and Description |
---|---|
QDStats.SType |
QDStats.getType()
Returns type of this statistics instance.
|
Modifier and Type | Method and Description |
---|---|
QDStats |
QDStats.create(QDStats.SType type)
Creates and returns new child with the corresponding type.
|
QDStats |
QDStats.create(QDStats.SType type,
String key_properties)
Creates and returns new child with the corresponding type and key properties.
|
QDStats |
QDStats.create(QDStats.SType type,
String key_properties,
boolean useRid)
Creates and returns new child with the corresponding type, key properties,
and an optional per-record tracking of stats.
|
protected QDStats |
QDStats.createInternal(QDStats.SType type,
String key_properties,
boolean sum_mode,
int rid_count,
DataScheme scheme) |
QDStats |
QDStats.get(QDStats.SType type)
Returns first found child with the corresponding type or
null if not found. |
QDStats |
QDStats.getOrCreate(QDStats.SType type)
Returns first found child with the corresponding type or
creates new
one if not found. |
QDStats |
QDStats.getOrVoid(QDStats.SType type)
Returns first found child with the corresponding type or
VOID if not found. |
protected void |
QDStats.initChild(QDStats child,
QDStats.SType type,
String key_properties,
int rid_count,
DataScheme scheme) |
void |
QDStats.initRoot(QDStats.SType type,
DataScheme scheme) |
void |
QDStats.initRoot(QDStats.SType type,
int rid_count)
Deprecated.
|
protected void |
QDStats.initStats(QDStats parent,
QDStats.StatsLock lock,
QDStats.SType type,
DataScheme scheme) |
boolean |
QDStats.SType.isCollectionOf(QDStats.SType type) |
protected QDStats |
QDStats.newInstance(QDStats.SType type,
boolean unmanaged) |
Constructor and Description |
---|
QDStats(QDStats.SType type)
Creates root stats with given
type . |
QDStats(QDStats.SType type,
DataScheme scheme) |
SType(String name,
int flag,
QDStats.SType... collection_of) |
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.