Class ObjectWritable<T>

    • Constructor Detail

      • ObjectWritable

        public ObjectWritable()
      • ObjectWritable

        public ObjectWritable​(T t)
    • Method Detail

      • get

        public T get()
      • set

        public void set​(T t)
      • readFields

        public void readFields​(DataInput input)
                        throws IOException
        Specified by:
        readFields in interface org.apache.hadoop.io.Writable
        Throws:
        IOException
      • isEmpty

        public boolean isEmpty()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getNullObjectWritable

        public static ObjectWritable<org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject> getNullObjectWritable()