Package | Description |
---|---|
com.buabook.kdb | |
com.buabook.kdb.data | |
com.buabook.kdb.publisher | |
com.kx |
Modifier and Type | Method and Description |
---|---|
static Object[] |
Flips.getColumn(c.Flip table,
Integer column)
Returns the specified column from the data.
|
static int |
Flips.getRowCount(c.Flip table)
Returns the row count of the specified table
|
static boolean |
Flips.isNullOrEmpty(c.Flip table) |
Modifier and Type | Method and Description |
---|---|
c.Flip |
KdbTable.convertToFlip()
Converts the nice Java representation of a kdb table into the actual format ready for sending across
the wire to a kdb process.
|
Modifier and Type | Method and Description |
---|---|
private void |
KdbTable.doSetOfInitialDataSet(c.Flip initialData,
boolean overwrite) |
void |
KdbTable.forceSetInitialDataSet(c.Flip initialData)
Performs the initial (or subsequent) set of data from a kdb
c.Flip object |
void |
KdbTable.setInitialDataSet(c.Flip initialData)
Performs the initial set of data from a kdb
c.Flip object |
Constructor and Description |
---|
KdbTable(String tableName,
c.Flip initialData)
Instantiates a new kdb table object with a set of initial data in kdb format
|
Modifier and Type | Method and Description |
---|---|
void |
KdbPublisherThread.publish(String tableName,
c.Flip tableData) |
Boolean |
KdbPublisher.publish(String tableName,
c.Flip tableData)
Performs the publish of a
c.Flip table structure to the target KDB process |
Modifier and Type | Method and Description |
---|---|
static c.Flip |
c.td(Object X) |
Copyright © 2017. All rights reserved.