Class FullKeyStrategy

  • All Implemented Interfaces:
    IdStrategy

    public class FullKeyStrategy
    extends java.lang.Object
    implements IdStrategy
    • Constructor Summary

      Constructors 
      Constructor Description
      FullKeyStrategy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bson.BsonValue generateId​(SinkDocument doc, org.apache.kafka.connect.sink.SinkRecord orig)  
      • Methods inherited from class java.lang.Object

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

      • FullKeyStrategy

        public FullKeyStrategy()
    • Method Detail

      • generateId

        public org.bson.BsonValue generateId​(SinkDocument doc,
                                             org.apache.kafka.connect.sink.SinkRecord orig)
        Specified by:
        generateId in interface IdStrategy