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.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
com.devexperts.qd.util |
This package contains utility classes which are used by QD, but which do not
depend on QD and which do not constitute any separate module or subsystem.
|
Modifier and Type | Class and Description |
---|---|
class |
DataBuffer
Deprecated.
Use
RecordBuffer instead. |
Modifier and Type | Field and Description |
---|---|
static DataVisitor |
DataVisitor.VOID |
Modifier and Type | Method and Description |
---|---|
boolean |
QDHistory.examineData(DataRecord record,
int cipher,
String symbol,
long startTime,
long endTime,
DataVisitor visitor)
|
boolean |
QDCollector.examineData(DataVisitor visitor)
Deprecated.
|
boolean |
DataBuffer.examineData(DataVisitor visitor)
Deprecated.
Examines accumulated data via specified data visitor.
|
void |
DataBuffer.examineRecord(int index,
DataVisitor visitor)
Deprecated.
Examines record by its index within this buffer via specivied visitor.
|
static boolean |
DataBuffer.process(DataIterator iterator,
DataVisitor visitor)
Deprecated.
Use
RecordBuffer.retrieveData(DataVisitor) or
LegacyIteratorUtils.processData(DataIterator, DataVisitor) as last resort. |
boolean |
DataProvider.retrieveData(DataVisitor visitor)
Retrieves accumulated data into specified data visitor.
|
boolean |
DataBuffer.retrieveData(DataVisitor visitor)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordSink
An object to which data records can be appended.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordSink
|
class |
DataSink
Deprecated.
|
class |
RecordBuffer
Buffers int and obj values of data records.
|
Modifier and Type | Method and Description |
---|---|
DataVisitor |
RecordBuffer.visitor()
Deprecated.
Use this implementation of
DataVisitor interface directly if absolutely needed
and reconsider this use completely, because DataVisitor is a legacy interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
RecordCursor.examineData(DataVisitor visitor)
Examines this cursor into the specified data visitor,
passing record, symbol and all field values.
|
boolean |
RecordProvider.retrieveData(DataVisitor visitor)
Deprecated.
|
boolean |
RecordBuffer.retrieveData(DataVisitor visitor)
Deprecated.
|
boolean |
AbstractRecordProvider.retrieveData(DataVisitor visitor)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQTPComposer
Base class for classes that compose QTP messages data into a byte stream in some format.
|
class |
BinaryQTPComposer
Composes QTP messages in binary format into byte stream.
|
class |
ByteArrayComposer
Deprecated.
Use
BinaryQTPComposer . |
class |
OutputStreamComposer
This composer stores filtered data and subscription to a specified
OutputStream in binary QTP format. |
Modifier and Type | Method and Description |
---|---|
static RecordSink |
LegacyAdapter.of(DataVisitor visitor) |
static boolean |
LegacyIteratorUtils.processData(DataIterator iterator,
DataVisitor visitor)
Processes data from specified iterator via specified visitor.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.