Package io.confluent.dekregistry.storage
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 -
Method Summary
Methods inherited from interface io.kcache.CacheUpdateHandler
cacheDestroyed, cacheFlushed, cacheInitialized, cacheReset, cacheSynchronized, checkpoint, close, endBatch, failBatch, handleUpdate, handleUpdate, startBatch, validateUpdate, validateUpdate
-
Field Details
-
DEK_REGISTRY
- See Also:
-
-
Method Details
-
configure
- Specified by:
configurein interfaceio.kcache.CacheUpdateHandler<EncryptionKeyId,EncryptionKey> - Specified by:
configurein interfaceorg.apache.kafka.common.Configurable
-