Class RootGroup

java.lang.Object
com.yahoo.component.provider.FreezableClass
com.yahoo.component.provider.ListenableFreezableClass
All Implemented Interfaces:
com.yahoo.component.provider.Freezable, com.yahoo.component.provider.ListenableFreezable, com.yahoo.processing.response.Data, com.yahoo.processing.response.DataList<Hit>, Cloneable, Comparable<Hit>, Iterable<Hit>

public class RootGroup extends Group
This class represents the root Group in the grouping result model. This class adds a Continuation object that can be used to paginate the result.
Author:
Simon Thoresen Hult
  • Constructor Details

    • RootGroup

      public RootGroup(int id, Continuation continuation)
  • Method Details