| Package | Description |
|---|---|
| com.xxdb.data | |
| com.xxdb.streaming.client |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVector |
class |
BasicAnyVector
Corresponds to DolphinDB tuple(any vector)
|
class |
BasicBooleanVector
Corresponds to DolphinDB bool vector
|
class |
BasicByteVector
Corresponds to DolphinDB char vector
|
class |
BasicDateHourVector
Corresponds to DolphinDB datehour vector
|
class |
BasicDateTimeVector
Corresponds to DolphinDB datetime vector
|
class |
BasicDateVector
Corresponds to DolphinDB date vector
|
class |
BasicDoubleVector
Corresponds to DolphinDB double vector
|
class |
BasicFloatVector
Corresponds to DolphinDB float vector
|
class |
BasicInt128Vector |
class |
BasicIntVector
Corresponds to DolphinDB int vector
|
class |
BasicIPAddrVector |
class |
BasicLongVector
Corresponds to DolphinDB long vector
|
class |
BasicMinuteVector
Corresponds to DolphinDB minute vector
|
class |
BasicMonthVector
Corresponds to DolphinDB month vector
|
class |
BasicNanoTimestampVector
Corresponds to DolphinDB nanotimestamp vector
|
class |
BasicNanoTimeVector
Corresponds to DolphinDB nanotime vector
|
class |
BasicSecondVector
Corresponds to DolphinDB second vector
|
class |
BasicShortVector
Corresponds to DolphinDB short vector
|
class |
BasicStringVector
Corresponds to DolphinDB string vector
|
class |
BasicTimestampVector
Corresponds to DolphinDB timestamp vector
|
class |
BasicTimeVector
Corresponds to DolphinDB time vector
|
class |
BasicUuidVector |
| Modifier and Type | Method and Description |
|---|---|
Vector |
BasicEntityFactory.createPairWithDefaultValue(Entity.DATA_TYPE type) |
Vector |
EntityFactory.createPairWithDefaultValue(Entity.DATA_TYPE type) |
Vector |
BasicEntityFactory.createVectorWithDefaultValue(Entity.DATA_TYPE type,
int size) |
Vector |
EntityFactory.createVectorWithDefaultValue(Entity.DATA_TYPE type,
int size) |
Vector |
BasicTable.getColumn(int index) |
Vector |
Table.getColumn(int index) |
Vector |
BasicTable.getColumn(String name) |
Vector |
Table.getColumn(String name) |
Vector |
Matrix.getColumnLabels() |
Vector |
AbstractMatrix.getColumnLabels() |
Vector |
Matrix.getRowLabels() |
Vector |
AbstractMatrix.getRowLabels() |
Vector |
BasicSet.keys() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMatrix.setColumnLabels(Vector vector) |
void |
AbstractMatrix.setRowLabels(Vector vector) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicTable.setColumns(List<Vector> cols) |
| Constructor and Description |
|---|
BasicTable(List<String> colNames,
List<Vector> cols) |
| Modifier and Type | Method and Description |
|---|---|
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
Vector filter) |
void |
ThreadPooledClient.subscribe(String host,
int port,
String tableName,
String actionName,
MessageHandler handler,
long offset,
boolean reconnect,
Vector filter) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
MessageHandler handler,
long offset,
boolean reconnect,
Vector filter) |
void |
ThreadPooledClient.subscribe(String host,
int port,
String tableName,
String actionName,
MessageHandler handler,
long offset,
Vector filter) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
MessageHandler handler,
long offset,
Vector filter) |
Copyright © 2019 DolphinDB. All rights reserved.