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.grouping.vespa com.yahoo.search.rendering com.yahoo.search.yql YQL+ integration. -
-
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(String string)
Methods in com.yahoo.search.grouping that return types with arguments of type Continuation Modifier and Type Method Description 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 Map<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.grouping.vespa
Methods in com.yahoo.search.grouping.vespa that return Continuation Modifier and Type Method Description static Continuation
ContinuationDecoder. decode(String str)
-
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(Map<String,Continuation> continuations)
-
Uses of Continuation in com.yahoo.search.yql
Methods in com.yahoo.search.yql that return types with arguments of type Continuation Modifier and Type Method Description List<Continuation>
VespaGroupingStep. continuations()
-