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.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
Modifier and Type | Class and Description |
---|---|
class |
QDFilter
Filter for QD data and subscription.
|
Modifier and Type | Method and Description |
---|---|
StableSubscriptionFilter |
StableSubscriptionFilter.toStableFilter()
Returns a stable filter that is the same or more encompassing as this filter.
|
Modifier and Type | Class and Description |
---|---|
class |
NotFilter
Default implementation for
QDFilter.negate() operation. |
class |
PatternFilter
SubscriptionFilter that understands a simple GLOB-like grammar
to specify matching symbols. |
static class |
PatternFilter.RecordPatternFilter |
class |
RecordOnlyFilter
Subscription filter that filters only based on the record name.
|
class |
SymbolSetFilter
Fast filter based on
SymbolSet . |
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.