| Package | Description |
|---|---|
| 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.
|
| com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
| Class and Description |
|---|
| AbstractDataField |
| AbstractDataIntField |
| AbstractDataObjField |
| CompactIntField
The
CompactIntField represents an integer field
with compact serialized form. |
| DefaultRecord
The
DefaultRecord is a basic implementation of data record. |
| DefaultScheme
The
DefaultScheme is a basic implementation of data scheme. |
| FilterSyntaxException
Thrown to indicate that the specification for a filter or striper has syntax errors.
|
| HashStriper
Strategy that splits symbol universe into stripes by hash groups.
|
| MonoStriper
Identity symbol striper that does no splitting.
|
| PentaCodec
The
PentaCodec performs symbol coding and serialization using
extensible 5-bit encoding. |
| RangeFilter
Range symbol filter with specification
range-<A>-<B>-, where A and B are range boundaries
using dictionary [a-zA-Z0-9], accepts symbols that are greater or equal than A and less than B skipping
non-dictionary prefix. |
| RangeStriper
Strategy that splits symbol universe into stripes by range boundaries.
|
| RecordOnlyFilter
Subscription filter that filters only based on the record name.
|
| SymbolSetFilter
Fast filter based on
SymbolSet. |
| TimeField
Deprecated.
Use
TimeSecondsField instead. |
| Class and Description |
|---|
| FilterSyntaxException
Thrown to indicate that the specification for a filter or striper has syntax errors.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.