Uses of Class
com.streambase.liveview.client.OrderDefinition
-
Packages that use OrderDefinition Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of OrderDefinition in com.streambase.liveview.client
Fields in com.streambase.liveview.client declared as OrderDefinition Modifier and Type Field Description static OrderDefinition
OrderDefinition. NONE
Methods in com.streambase.liveview.client that return OrderDefinition Modifier and Type Method Description OrderDefinition
OrderDefinition. add(OrderDefinition.Direction[] dir, String... flds)
Add order definition field names with the specified Direction.OrderDefinition
OrderDefinition. add(OrderDefinition.Direction dir, String... flds)
Add order definition field names, all in the same directionOrderDefinition
OrderDefinition. add(String... flds)
Add order definition field names, all ascending orderOrderDefinition
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.Methods in com.streambase.liveview.client with parameters of type OrderDefinition Modifier and Type Method 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.
-