Class AerospikeAbstractSink<K,V>

java.lang.Object
org.apache.pulsar.io.aerospike.AerospikeAbstractSink<K,V>
All Implemented Interfaces:
AutoCloseable, Sink<byte[]>
Direct Known Subclasses:
AerospikeStringSink

public abstract class AerospikeAbstractSink<K,V> extends Object implements Sink<byte[]>
A Simple abstract class for Aerospike sink. Users need to implement extractKeyValue function to use this sink
  • Constructor Details

    • AerospikeAbstractSink

      public AerospikeAbstractSink()
  • Method Details