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.
|
Modifier and Type | Method and Description |
---|---|
HistorySubscriptionFilter |
QDCollector.Builder.getHistoryFilter()
Returns specified history filter or
null if no filter is specified. |
Modifier and Type | Method and Description |
---|---|
QDHistory |
QDFactory.createHistory(DataScheme scheme,
QDStats stats,
HistorySubscriptionFilter historyFilter)
Deprecated.
use
QDFactory.historyBuilder() instead. |
QDCollector.Builder<T> |
QDCollector.Builder.withHistoryFilter(HistorySubscriptionFilter historyFilter)
Adds history filter to collector builder.
|
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.