Package com.yahoo.search.grouping.result
Class RawBucketId
java.lang.Object
com.yahoo.search.grouping.result.GroupId
com.yahoo.search.grouping.result.BucketGroupId<byte[]>
com.yahoo.search.grouping.result.RawBucketId
- Author:
- Ulf Lilleengen
-
Constructor Summary
ConstructorDescriptionRawBucketId
(byte[] from, byte[] to) Constructs a new instance of this class. -
Method Summary
Methods inherited from class com.yahoo.search.grouping.result.BucketGroupId
getFrom, getTo
Methods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
Constructor Details
-
RawBucketId
public RawBucketId(byte[] from, byte[] to) Constructs a new instance of this class.- Parameters:
from
- The identifying inclusive-from raw buffer.to
- The identifying exclusive-to raw buffer.
-