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.
|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
com.devexperts.qd.qtp.socket |
This package contains a QTP connectors which use standard Java sockets.
|
com.devexperts.qd.spi |
Project-specific extension points.
|
Modifier and Type | Method and Description |
---|---|
static SymbolStriper |
SymbolStriper.definedValueOf(DataScheme scheme,
String spec)
Creates
SymbolStriper from the given specification for the given scheme, or throws exception. |
SymbolStriper |
QDCollector.getStriper()
Returns symbol striper for this QD component.
|
SymbolStriper |
QDCollector.Builder.getStriper()
Returns symbol striper for collector.
|
static SymbolStriper |
SymbolStriper.valueOf(DataScheme scheme,
String spec)
Creates
SymbolStriper from the given specification for the given scheme,
or null if specification is unknown. |
Modifier and Type | Method and Description |
---|---|
QDCollector.Builder<T> |
QDCollector.Builder.withStriper(SymbolStriper striper)
Specifies symbol striper to be used for collector.
|
Modifier and Type | Class and Description |
---|---|
class |
HashStriper
Strategy that splits symbol universe into stripes by hash groups.
|
class |
MonoStriper
Identity symbol striper that does no splitting.
|
class |
RangeStriper
Strategy that splits symbol universe into stripes by range boundaries.
|
Modifier and Type | Method and Description |
---|---|
SymbolStriper |
SymbolStriperFactoryImpl.createStriper(String spec) |
static SymbolStriper |
HashStriper.valueOf(DataScheme scheme,
int stripeCount)
Constructs a symbol striper for a given number of hash stripes.
|
static SymbolStriper |
RangeStriper.valueOf(DataScheme scheme,
List<String> ranges)
Constructs a symbol striper for a given array of symbol ranges.
|
Modifier and Type | Field and Description |
---|---|
protected SymbolStriper |
QDEndpoint.Builder.striper |
Modifier and Type | Method and Description |
---|---|
protected SymbolStriper |
QDEndpoint.Builder.getStriperOrDefault() |
Modifier and Type | Method and Description |
---|---|
QDEndpoint.Builder |
QDEndpoint.Builder.withStriper(SymbolStriper striper) |
Modifier and Type | Field and Description |
---|---|
protected SymbolStriper |
ClientSocketConnector.striper |
Modifier and Type | Method and Description |
---|---|
abstract SymbolStriper |
SymbolStriperFactory.createStriper(String spec)
Creates custom project-specific filter based on the specification string.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.