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.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Class and Description |
---|---|
class |
QDContract
All available contracts for
QDCollector . |
Modifier and Type | Field and Description |
---|---|
protected List<QDCollector.Factory> |
QDEndpoint.Builder.collectors |
Modifier and Type | Method and Description |
---|---|
QDEndpoint.Builder |
QDEndpoint.Builder.withCollectors(Collection<? extends QDCollector.Factory> collectors)
Creates specified collectors for this endpoint when it is
QDEndpoint.Builder.build() . |
Constructor and Description |
---|
QDEndpoint(String name,
DataScheme scheme,
QDStats rootStats,
List<QDCollector.Factory> collectors,
boolean withEventTimeSequence,
boolean storeEverything)
Deprecated.
Use
QDEndpoint.Builder.build() or builder constructor. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.