Modifier and Type | Field and Description |
---|---|
static QDStats.SType |
AGENT |
static QDStats.SType |
AGENT_DATA |
static QDStats.SType |
AGENT_SUB |
static QDStats.SType |
ANY
This "magic" type gathers its grand-children's stats for any type of its child.
|
static QDStats.SType |
CLIENT_SOCKET
Deprecated.
|
static QDStats.SType |
CLIENT_SOCKET_CONNECTOR |
protected List<QDStats.SType> |
collection_of |
static QDStats.SType |
CONNECTION |
static QDStats.SType |
CONNECTIONS |
static QDStats.SType |
DISTRIBUTOR |
static QDStats.SType |
DISTRIBUTOR_ASUB |
static QDStats.SType |
DISTRIBUTOR_RSUB |
protected int |
flag |
static QDStats.SType |
HISTORY |
static QDStats.SType |
HTTP_CONNECTOR |
protected String |
name |
static QDStats.SType |
QD_SERVLET |
static QDStats.SType |
SERVER_SOCKET_CONNECTOR |
static QDStats.SType |
STORAGE_DATA |
static QDStats.SType |
STREAM |
static QDStats.SType |
TICKER |
static QDStats.SType |
UNIQUE_SUB |
static QDStats.SType |
VOID |
Constructor and Description |
---|
SType(String name,
int flag,
QDStats.SType... collection_of) |
Modifier and Type | Method and Description |
---|---|
int |
getExtra() |
int |
getFlag() |
String |
getName() |
int |
getStride() |
boolean |
isCollectionOf(QDStats.SType type) |
boolean |
isIOType() |
boolean |
isMemType() |
boolean |
isRidType() |
String |
toString() |
public static final QDStats.SType VOID
public static final QDStats.SType ANY
public static final QDStats.SType UNIQUE_SUB
public static final QDStats.SType STORAGE_DATA
public static final QDStats.SType AGENT
public static final QDStats.SType AGENT_DATA
public static final QDStats.SType AGENT_SUB
public static final QDStats.SType DISTRIBUTOR
public static final QDStats.SType DISTRIBUTOR_ASUB
public static final QDStats.SType DISTRIBUTOR_RSUB
public static final QDStats.SType TICKER
public static final QDStats.SType STREAM
public static final QDStats.SType HISTORY
public static final QDStats.SType HTTP_CONNECTOR
public static final QDStats.SType QD_SERVLET
public static final QDStats.SType CLIENT_SOCKET_CONNECTOR
public static final QDStats.SType SERVER_SOCKET_CONNECTOR
public static final QDStats.SType CONNECTION
public static final QDStats.SType CONNECTIONS
public static final QDStats.SType CLIENT_SOCKET
CLIENT_SOCKET_CONNECTOR
protected final String name
protected final int flag
protected final List<QDStats.SType> collection_of
public SType(String name, int flag, QDStats.SType... collection_of)
public String getName()
public int getFlag()
public boolean isCollectionOf(QDStats.SType type)
public boolean isMemType()
public boolean isIOType()
public boolean isRidType()
public int getExtra()
public int getStride()
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.