See: Description
Interface | Description |
---|---|
DxTimer.Cancellable |
The result is triggered by the
DxTimer , used only to cancel the scheduled task. |
SymbolObjectVisitor<T> |
Visitor interface for
SymbolObjectMap entries. |
Class | Description |
---|---|
ByteArrayBuffer | Deprecated
No replacement
|
ByteArrayDataInput | Deprecated
Use
ByteArrayInput class instead. |
ByteArrayDataOutput | Deprecated
Use
ByteArrayOutput class instead. |
CompactChar | Deprecated
Use
IOUtil class instead. |
CompactInt | Deprecated
Use
IOUtil class instead. |
CompositeRecordProvider |
This class provides an efficient implementation of composite
RecordProvider that listens for multiple
RecordProvider instances and on retrieve method invocation only retrieves
data from the providers that have data available. |
DataIterators |
Helper methods to work with
DataIterator interface. |
DataProcessor | Deprecated
Use
RecordProcessor . |
Decimal |
The
Decimal class contains a set of methods to work with
floating-point numbers packed into int primitive type. |
DxTimer |
This is singleton for internal short periodic tasks.
|
LegacyAdapter |
This class contains static methods to adapt legacy interface of
com.devexperts.qd package to
NG interfaces defined this package. |
LegacyIteratorUtils | |
MappingUtil | |
QDConfig |
Configuration utility methods.
|
QDConfig.Property | |
QDServices | Deprecated
Use
Services . |
RecordProcessor |
This class is base class for listening for records availability and rescheduling their processing using
Executor . |
ShortString |
Auxiliary class for converting short (up to 8 characters) strings into primitive long values and backwards.
|
StringUtil | |
SubscriptionProcessor |
This class is base class for listening QD for subscription availability and rescheduling its processing using
Executor . |
SymbolObjectMap<T> |
Specialized hash map that maps (cipher, symbol) pair that denote symbol to an
arbitrary
Object of type T . |
SymbolSet |
Specialized hash set that contains (cipher, symbol) pair that denote symbol.
|
SymbolSet.ListSet | |
TimeFormat | Deprecated
Use
TimeFormat |
TimeMarkUtil | |
TimePeriod | Deprecated
Use
TimePeriod |
TimeSequenceUtil |
Conversion methods between long time millis and time sequence.
|
Exception | Description |
---|---|
ByteArrayDataInput.EndOfBufferException |
This exception is thrown when attempt to read past limit is made.
|
InvalidFormatException | Deprecated
Use
InvalidFormatException |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.