Uses of Class
com.yahoo.search.grouping.Continuation
-
Packages that use Continuation Package Description com.yahoo.search.grouping com.yahoo.search.grouping.result com.yahoo.search.rendering -
-
Uses of Continuation in com.yahoo.search.grouping
Methods in com.yahoo.search.grouping that return Continuation Modifier and Type Method Description abstract Continuation
Continuation. copy()
Returns a deep copy of thisstatic Continuation
Continuation. fromString(java.lang.String str)
Methods in com.yahoo.search.grouping that return types with arguments of type Continuation Modifier and Type Method Description java.util.List<Continuation>
GroupingRequest. continuations()
Returns the list ofContinuation
s of this request. -
Uses of Continuation in com.yahoo.search.grouping.result
Methods in com.yahoo.search.grouping.result that return Continuation Modifier and Type Method Description Continuation
RootGroup. continuation()
Methods in com.yahoo.search.grouping.result that return types with arguments of type Continuation Modifier and Type Method Description java.util.Map<java.lang.String,Continuation>
AbstractList. continuations()
Returns the map of all possibleContinuation
s of this list.Constructors in com.yahoo.search.grouping.result with parameters of type Continuation Constructor Description RootGroup(int id, Continuation continuation)
-
Uses of Continuation in com.yahoo.search.rendering
Method parameters in com.yahoo.search.rendering with type arguments of type Continuation Modifier and Type Method Description protected void
JsonRenderer. renderContinuations(java.util.Map<java.lang.String,Continuation> continuations)
-