Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Field and Description |
---|---|
static OrderDefinition |
OrderDefinition.NONE |
Modifier and Type | Method and Description |
---|---|
OrderDefinition |
OrderDefinition.add(OrderDefinition.Direction[] dir,
java.lang.String... flds)
Add order definition field names with the specified Direction.
|
OrderDefinition |
OrderDefinition.add(OrderDefinition.Direction dir,
java.lang.String... flds)
Add order definition field names, all in the same direction
|
OrderDefinition |
OrderDefinition.add(java.lang.String... flds)
Add order definition field names, all ascending order
|
OrderDefinition |
QueryConfig.getApproximateSnapshotOrder()
The OrderDefinition object set by equivalent setter or setTopN.
|
OrderDefinition |
OrderDefinition.reverse()
Produce an OrderDefinition that is the exact opposite of this OrderDefinition.
|
Modifier and Type | Method and Description |
---|---|
QueryConfig |
QueryConfig.setApproximateSnapshotOrder(OrderDefinition order)
Return the snapshot part of the query in this approximate order,
subject to parallel scan interleaving.
|
QueryConfig |
QueryConfig.setTopN(OrderDefinition order,
int size)
Return only the top N results according to the order definition.
|