Class CouchbaseMapCacheClient

All Implemented Interfaces:
ConfigurableComponent, ControllerService, AtomicDistributedMapCacheClient<Long>, DistributedMapCacheClient

@Tags({"distributed","cache","map","cluster","couchbase"}) @CapabilityDescription("Provides the ability to communicate with a Couchbase Server cluster as a DistributedMapCacheServer. This can be used in order to share a Map between nodes in a NiFi cluster. Couchbase Server cluster can provide a high available and persistent cache storage.") public class CouchbaseMapCacheClient extends AbstractControllerService implements AtomicDistributedMapCacheClient<Long>