@Tags(value={"distributed","cluster","map","cache","server","key/value"}) @CapabilityDescription(value="Provides a map (key/value) cache that can be accessed over a socket. Interaction with this service is typically accomplished via a DistributedMapCacheClient service.") @SeeAlso(classNames={"org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService","org.apache.nifi.ssl.StandardSSLContextService"}) public class DistributedMapCacheServer extends DistributedCacheServer
EVICTION_POLICY, EVICTION_STRATEGY_FIFO, EVICTION_STRATEGY_LFU, EVICTION_STRATEGY_LRU, MAX_CACHE_ENTRIES, PERSISTENCE_PATH, PORT, SSL_CONTEXT_SERVICE| Constructor and Description |
|---|
DistributedMapCacheServer() |
| Modifier and Type | Method and Description |
|---|---|
protected CacheServer |
createCacheServer(ConfigurationContext context) |
finalize, getPort, getSupportedPropertyDescriptors, shutdownServer, startServergetControllerServiceLookup, getIdentifier, getLogger, getProperties, getProperty, init, initialize, onConfigurationChangecustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validategetPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateprotected CacheServer createCacheServer(ConfigurationContext context)
createCacheServer in class DistributedCacheServerCopyright © 2015 Apache NiFi Project. All rights reserved.