Package com.yahoo.fs4

Class DocsumPacket


  • public class DocsumPacket
    extends java.lang.Object
    An "extended query result" packet. This is the query result packets used today, they allow more flexible sets of parameters to be shipped with query results. This packet can be decoded only.
    Author:
    bratseth
    • Constructor Summary

      Constructors 
      Constructor Description
      DocsumPacket​(byte[] buffer)
      Constructor used by streaming search
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DocsumPacket

        public DocsumPacket​(byte[] buffer)
        Constructor used by streaming search
    • Method Detail

      • getData

        public byte[] getData()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object