Uses of Class
com.yahoo.search.grouping.request.RawBuffer
-
Packages that use RawBuffer Package Description com.yahoo.search.grouping.request -
-
Uses of RawBuffer in com.yahoo.search.grouping.request
Methods in com.yahoo.search.grouping.request that return RawBuffer Modifier and Type Method Description RawBuffer
RawBuffer. clone()
RawBuffer
RawBuffer. put(byte value)
Insert a byte value into this buffer.RawBuffer
RawBuffer. put(byte[] values)
Insert an array of byte values into this buffer.Methods in com.yahoo.search.grouping.request with parameters of type RawBuffer Modifier and Type Method Description int
RawBuffer. compareTo(RawBuffer rhs)
Constructors in com.yahoo.search.grouping.request with parameters of type RawBuffer Constructor Description RawBucket(RawBuffer from, RawBuffer to)
Constructs a new instance of this class.RawValue(RawBuffer value)
Constructs a new instance of this class.
-