Uses of Class
com.yahoo.search.grouping.request.LongBucket
-
Packages that use LongBucket Package Description com.yahoo.search.grouping.request -
-
Uses of LongBucket in com.yahoo.search.grouping.request
Methods in com.yahoo.search.grouping.request that return LongBucket Modifier and Type Method Description LongBucket
LongBucket. copy()
LongBucket
LongPredefined. getBucket(int i)
Method parameters in com.yahoo.search.grouping.request with type arguments of type LongBucket Modifier and Type Method Description static LongPredefined
LongPredefined. newInstance(GroupingExpression exp, java.util.List<LongBucket> args)
Constructs a new instance of this class from a list of arguments.Constructors in com.yahoo.search.grouping.request with parameters of type LongBucket Constructor Description LongPredefined(GroupingExpression exp, LongBucket arg1, LongBucket... argN)
Constructs a new instance of this class.
-