Interface DekCacheUpdateHandler

All Superinterfaces:
AutoCloseable, io.kcache.CacheUpdateHandler<EncryptionKeyId,EncryptionKey>, Closeable, org.apache.kafka.common.Configurable
All Known Implementing Classes:
DefaultDekCacheUpdateHandler

public interface DekCacheUpdateHandler extends io.kcache.CacheUpdateHandler<EncryptionKeyId,EncryptionKey>, org.apache.kafka.common.Configurable
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.kcache.CacheUpdateHandler

    io.kcache.CacheUpdateHandler.ValidationStatus
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface io.kcache.CacheUpdateHandler

    cacheDestroyed, cacheFlushed, cacheInitialized, cacheReset, cacheSynchronized, checkpoint, close, endBatch, failBatch, handleUpdate, handleUpdate, startBatch, validateUpdate, validateUpdate
  • Field Details

  • Method Details

    • configure

      default void configure(Map<String,?> map)
      Specified by:
      configure in interface io.kcache.CacheUpdateHandler<EncryptionKeyId,EncryptionKey>
      Specified by:
      configure in interface org.apache.kafka.common.Configurable