Class AvroWriteRequest<T>


  • public class AvroWriteRequest<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AvroWriteRequest​(T element, org.apache.avro.Schema schema)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getElement()  
      org.apache.avro.Schema getSchema()  
      • Methods inherited from class java.lang.Object

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

      • AvroWriteRequest

        public AvroWriteRequest​(T element,
                                org.apache.avro.Schema schema)
    • Method Detail

      • getElement

        public T getElement()
      • getSchema

        public org.apache.avro.Schema getSchema()