Class AvroGenericRecordSerializer.Deserializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CdcEnvelope deserialize​(java.lang.String keyspace, java.lang.String table, byte[] data, org.apache.avro.Schema cdcSchema)  
      • Methods inherited from class java.lang.Object

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

      • Deserializer

        public Deserializer​(SchemaStore store)
    • Method Detail

      • deserialize

        public CdcEnvelope deserialize​(java.lang.String keyspace,
                                       java.lang.String table,
                                       byte[] data,
                                       org.apache.avro.Schema cdcSchema)