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