Uses of Interface
com.streambase.liveview.client.KeyValue
-
Packages that use KeyValue Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of KeyValue in com.streambase.liveview.client
Classes in com.streambase.liveview.client that implement KeyValue Modifier and Type Class Description class
HashableTuple
HashableTuple is a wrapper for Tuples from a single Query so they can be stored in a HashSet.Methods in com.streambase.liveview.client that return KeyValue Modifier and Type Method Description KeyValue
AbstractTupleEvent. getKeyValue()
This replacesAbstractTupleEvent.getKey()
now that there is support for complex keysMethods in com.streambase.liveview.client with parameters of type KeyValue Modifier and Type Method Description Tuple
LiveResult. getTuple(KeyValue keyValue)
Get a tuple from the KeyValue obtained from an Event.
-