Skip navigation links
A C D E F G H I K L M O P R S T U V W 

A

AbstractCacheServer - Class in org.apache.nifi.distributed.cache.server
 
AbstractCacheServer(String, SSLContext, int) - Constructor for class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
addIfAbsent(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
addIfAbsent(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.set.SetCache
 
addIfAbsent(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 

C

cache - Variable in class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
cache - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
cache - Variable in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
cache - Variable in class org.apache.nifi.distributed.cache.server.SetCacheServer
 
CacheRecord - Class in org.apache.nifi.distributed.cache.server
 
CacheRecord() - Constructor for class org.apache.nifi.distributed.cache.server.CacheRecord
 
CacheServer - Interface in org.apache.nifi.distributed.cache.server
 
cacheServer - Variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
comparator - Variable in enum org.apache.nifi.distributed.cache.server.EvictionPolicy
 
compare(CacheRecord, CacheRecord) - Method in class org.apache.nifi.distributed.cache.server.EvictionPolicy.FIFOComparator
 
compare(CacheRecord, CacheRecord) - Method in class org.apache.nifi.distributed.cache.server.EvictionPolicy.LFUComparator
 
compare(CacheRecord, CacheRecord) - Method in class org.apache.nifi.distributed.cache.server.EvictionPolicy.LRUComparator
 
contains(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
contains(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.set.SetCache
 
contains(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
containsKey(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
containsKey(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
containsKey(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
createCacheServer(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
createCacheServer(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.server.DistributedSetCacheServer
 
createCacheServer(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.server.map.DistributedMapCacheServer
 

D

deserializeEdit(DataInputStream, Map<Object, PersistentMapCache.MapWaliRecord>, int) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
deserializeEdit(DataInputStream, Map<Object, PersistentSetCache.SetRecord>, int) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
deserializeRecord(DataInputStream, int) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
deserializeRecord(DataInputStream, int) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
DistributedCacheServer - Class in org.apache.nifi.distributed.cache.server
 
DistributedCacheServer() - Constructor for class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
DistributedMapCacheServer - Class in org.apache.nifi.distributed.cache.server.map
 
DistributedMapCacheServer() - Constructor for class org.apache.nifi.distributed.cache.server.map.DistributedMapCacheServer
 
DistributedSetCacheServer - Class in org.apache.nifi.distributed.cache.server
 
DistributedSetCacheServer() - Constructor for class org.apache.nifi.distributed.cache.server.DistributedSetCacheServer
 

E

entryDate - Variable in class org.apache.nifi.distributed.cache.server.CacheRecord
 
equals(Object) - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
equals(Object) - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
evict() - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
evict() - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
evictedKey - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
evictedRecord - Variable in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
evictedValue - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
EVICTION_POLICY - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
EVICTION_STRATEGY_FIFO - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
EVICTION_STRATEGY_LFU - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
EVICTION_STRATEGY_LRU - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
EvictionPolicy - Enum in org.apache.nifi.distributed.cache.server
 
EvictionPolicy(Comparator<CacheRecord>) - Constructor for enum org.apache.nifi.distributed.cache.server.EvictionPolicy
 
EvictionPolicy.FIFOComparator - Class in org.apache.nifi.distributed.cache.server
 
EvictionPolicy.LFUComparator - Class in org.apache.nifi.distributed.cache.server
 
EvictionPolicy.LRUComparator - Class in org.apache.nifi.distributed.cache.server
 
existingValue - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 

F

FIFOComparator() - Constructor for class org.apache.nifi.distributed.cache.server.EvictionPolicy.FIFOComparator
 
finalize() - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
finalize() - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
finalize() - Method in class org.apache.nifi.distributed.cache.server.SetCacheServer
 

G

get(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
get(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
get(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
getBuffer() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 
getComparator() - Method in enum org.apache.nifi.distributed.cache.server.EvictionPolicy
 
getData() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 
getEntryDate() - Method in class org.apache.nifi.distributed.cache.server.CacheRecord
 
getEvictedKey() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
getEvictedRecord() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
getEvictedValue() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
getExistingValue() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
getHitCount() - Method in class org.apache.nifi.distributed.cache.server.CacheRecord
 
getId() - Method in class org.apache.nifi.distributed.cache.server.CacheRecord
 
getKey() - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
getKey() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
getKey() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
getLastHitDate() - Method in class org.apache.nifi.distributed.cache.server.CacheRecord
 
getLocation(PersistentMapCache.MapWaliRecord) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
getLocation(PersistentSetCache.SetRecord) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
getPort() - Method in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
getPort() - Method in interface org.apache.nifi.distributed.cache.server.CacheServer
 
getPort() - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
getRecord() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
getRecordIdentifier(PersistentMapCache.MapWaliRecord) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
getRecordIdentifier(PersistentSetCache.SetRecord) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
getResult() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
getUpdateType() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
getUpdateType(PersistentMapCache.MapWaliRecord) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
getUpdateType(PersistentSetCache.SetRecord) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
getUpdateType() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 
getValue() - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
getValue() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
getValue() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
getValue() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
getVersion() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
getVersion() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 

H

hashCode() - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
hashCode() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
hit() - Method in class org.apache.nifi.distributed.cache.server.CacheRecord
 
hitCount - Variable in class org.apache.nifi.distributed.cache.server.CacheRecord
 

I

id - Variable in class org.apache.nifi.distributed.cache.server.CacheRecord
 
identifier - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
idGenerator - Static variable in class org.apache.nifi.distributed.cache.server.CacheRecord
 
inverseCacheMap - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
inverseCacheMap - Variable in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
isSuccessful() - Method in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 

K

key - Variable in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
key - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
key - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 

L

lastHitDate - Variable in class org.apache.nifi.distributed.cache.server.CacheRecord
 
LFUComparator() - Constructor for class org.apache.nifi.distributed.cache.server.EvictionPolicy.LFUComparator
 
listen(InputStream, OutputStream, int) - Method in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
Listens for incoming data and communicates with remote peer
listen(InputStream, OutputStream, int) - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
listen(InputStream, OutputStream, int) - Method in class org.apache.nifi.distributed.cache.server.SetCacheServer
 
logger - Static variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
logger - Static variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
logger - Static variable in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
LRUComparator() - Constructor for class org.apache.nifi.distributed.cache.server.EvictionPolicy.LRUComparator
 

M

MapCache - Interface in org.apache.nifi.distributed.cache.server.map
 
MapCacheRecord - Class in org.apache.nifi.distributed.cache.server.map
 
MapCacheRecord(ByteBuffer, ByteBuffer) - Constructor for class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
MapCacheServer - Class in org.apache.nifi.distributed.cache.server.map
 
MapCacheServer(String, SSLContext, int, int, EvictionPolicy, File) - Constructor for class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
MapPutResult - Class in org.apache.nifi.distributed.cache.server.map
 
MapPutResult(boolean, ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
MapWaliRecord(UpdateType, ByteBuffer, ByteBuffer) - Constructor for class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
MAX_CACHE_ENTRIES - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
maxSize - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
maxSize - Variable in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
modifications - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
modifications - Variable in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 

O

org.apache.nifi.distributed.cache.server - package org.apache.nifi.distributed.cache.server
 
org.apache.nifi.distributed.cache.server.map - package org.apache.nifi.distributed.cache.server.map
 
org.apache.nifi.distributed.cache.server.set - package org.apache.nifi.distributed.cache.server.set
 

P

PERSISTENCE_PATH - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
PersistentMapCache - Class in org.apache.nifi.distributed.cache.server.map
 
PersistentMapCache(String, File, MapCache) - Constructor for class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
PersistentMapCache.MapWaliRecord - Class in org.apache.nifi.distributed.cache.server.map
 
PersistentMapCache.Serde - Class in org.apache.nifi.distributed.cache.server.map
 
PersistentSetCache - Class in org.apache.nifi.distributed.cache.server.set
 
PersistentSetCache(String, File, SetCache) - Constructor for class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
PersistentSetCache.Serde - Class in org.apache.nifi.distributed.cache.server.set
 
PersistentSetCache.SetRecord - Class in org.apache.nifi.distributed.cache.server.set
 
port - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
PORT - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
processInputThreads - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
put(ByteBuffer, ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
put(ByteBuffer, ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
put(ByteBuffer, ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
putIfAbsent(ByteBuffer, ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
putIfAbsent(ByteBuffer, ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
putIfAbsent(ByteBuffer, ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 

R

readLock - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
readValue(DataInputStream) - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
remove(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
remove(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
remove(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
remove(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
remove(ByteBuffer) - Method in interface org.apache.nifi.distributed.cache.server.set.SetCache
 
remove(ByteBuffer) - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
restore() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
restore() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
result - Variable in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
rwLock - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 

S

Serde() - Constructor for class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
Serde() - Constructor for class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
serializeEdit(PersistentMapCache.MapWaliRecord, PersistentMapCache.MapWaliRecord, DataOutputStream) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
serializeEdit(PersistentSetCache.SetRecord, PersistentSetCache.SetRecord, DataOutputStream) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
serializeRecord(PersistentMapCache.MapWaliRecord, DataOutputStream) - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.Serde
 
serializeRecord(PersistentSetCache.SetRecord, DataOutputStream) - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.Serde
 
serverSocketChannel - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
serviceIdentifier - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
serviceIdentifier - Variable in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
SetCache - Interface in org.apache.nifi.distributed.cache.server.set
 
SetCacheRecord - Class in org.apache.nifi.distributed.cache.server.set
 
SetCacheRecord(ByteBuffer) - Constructor for class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
SetCacheResult - Class in org.apache.nifi.distributed.cache.server.set
 
SetCacheResult(boolean, SetCacheRecord, SetCacheRecord) - Constructor for class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
SetCacheServer - Class in org.apache.nifi.distributed.cache.server
 
SetCacheServer(String, SSLContext, int, int, EvictionPolicy, File) - Constructor for class org.apache.nifi.distributed.cache.server.SetCacheServer
 
SetRecord(UpdateType, ByteBuffer) - Constructor for class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 
shutdown() - Method in interface org.apache.nifi.distributed.cache.server.map.MapCache
 
shutdown() - Method in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
shutdown() - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
shutdown() - Method in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
shutdown() - Method in interface org.apache.nifi.distributed.cache.server.set.SetCache
 
shutdown() - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
shutdownServer() - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
SimpleMapCache - Class in org.apache.nifi.distributed.cache.server.map
 
SimpleMapCache(String, int, EvictionPolicy) - Constructor for class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
SimpleSetCache - Class in org.apache.nifi.distributed.cache.server.set
 
SimpleSetCache(String, int, EvictionPolicy) - Constructor for class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
sslContext - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
start() - Method in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
start() - Method in interface org.apache.nifi.distributed.cache.server.CacheServer
 
startServer(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.server.DistributedCacheServer
 
stats - Variable in class org.apache.nifi.distributed.cache.server.set.SetCacheResult
 
stop() - Method in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
stop() - Method in interface org.apache.nifi.distributed.cache.server.CacheServer
 
stop() - Method in class org.apache.nifi.distributed.cache.server.map.MapCacheServer
 
stop() - Method in class org.apache.nifi.distributed.cache.server.SetCacheServer
 
stopped - Variable in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
successful - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 

T

toString() - Method in class org.apache.nifi.distributed.cache.server.AbstractCacheServer
 
toString() - Method in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
toString() - Method in class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
toString() - Method in class org.apache.nifi.distributed.cache.server.set.SimpleSetCache
 

U

updateType - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
updateType - Variable in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 

V

value - Variable in class org.apache.nifi.distributed.cache.server.map.MapCacheRecord
 
value - Variable in class org.apache.nifi.distributed.cache.server.map.MapPutResult
 
value - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache.MapWaliRecord
 
value - Variable in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache.SetRecord
 
value - Variable in class org.apache.nifi.distributed.cache.server.set.SetCacheRecord
 
valueOf(String) - Static method in enum org.apache.nifi.distributed.cache.server.EvictionPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.distributed.cache.server.EvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

wali - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
wali - Variable in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
wrapped - Variable in class org.apache.nifi.distributed.cache.server.map.PersistentMapCache
 
wrapped - Variable in class org.apache.nifi.distributed.cache.server.set.PersistentSetCache
 
writeLock - Variable in class org.apache.nifi.distributed.cache.server.map.SimpleMapCache
 
A C D E F G H I K L M O P R S T U V W 
Skip navigation links

Copyright © 2015 Apache NiFi Project. All rights reserved.