Class StringTabScheme

  • All Implemented Interfaces:
    Serializable, org.apache.storm.spout.Scheme

    public class StringTabScheme
    extends Object
    implements org.apache.storm.spout.Scheme
    Converts a byte array into URL + metadata
    See Also:
    Serialized Form
    • Constructor Detail

      • StringTabScheme

        public StringTabScheme()
    • Method Detail

      • deserialize

        public List<Object> deserialize​(ByteBuffer bytes)
        Specified by:
        deserialize in interface org.apache.storm.spout.Scheme
      • getOutputFields

        public org.apache.storm.tuple.Fields getOutputFields()
        Specified by:
        getOutputFields in interface org.apache.storm.spout.Scheme