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

A

addIfAbsent(T, Serializer<T>) - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
addIfAbsent(byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedSetCacheClient
Adds the specified value to the cache.
AtomicCacheEntryInboundAdapter<K,V> - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be an AtomicCacheEntry, allowing for synchronized access to a given service cache entry.
AtomicCacheEntryInboundAdapter(K, Deserializer<V>) - Constructor for class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
Constructor.

B

BooleanInboundAdapter - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be a Boolean.
BooleanInboundAdapter() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
Constructor.
bos - Variable in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Container for service request payload.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
Container for bytes queued from the service response Channel.
byteBuf - Variable in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
Container for bytes queued from the service response Channel.

C

cacheClient - Variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
The implementation of the business logic for DistributedMapCacheClientService.
cacheClient - Variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
The implementation of the business logic for DistributedSetCacheClientService.
CacheClientChannelInitializer - Class in org.apache.nifi.distributed.cache.client
Bootstrap a new netty connection.
CacheClientChannelInitializer(SSLContext, VersionNegotiatorFactory) - Constructor for class org.apache.nifi.distributed.cache.client.CacheClientChannelInitializer
Constructor.
CacheClientChannelPoolFactory - Class in org.apache.nifi.distributed.cache.client
Factory for construction of new ChannelPool, used by distributed cache clients to invoke service methods.
CacheClientChannelPoolFactory() - Constructor for class org.apache.nifi.distributed.cache.client.CacheClientChannelPoolFactory
 
CacheClientHandshakeHandler - Class in org.apache.nifi.distributed.cache.client
The ChannelHandler responsible for performing the client handshake with the distributed cache server.
CacheClientHandshakeHandler(Channel, VersionNegotiator) - Constructor for class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
Constructor.
CacheClientRequestHandler - Class in org.apache.nifi.distributed.cache.client
The ChannelHandler responsible for sending client requests and receiving server responses in the context of a distributed cache server.
CacheClientRequestHandler() - Constructor for class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
 
CacheClientSerde - Class in org.apache.nifi.distributed.cache.client
Utility class to abstract serialization logic from network byte stream operations.
CacheClientSerde() - Constructor for class org.apache.nifi.distributed.cache.client.CacheClientSerde
 
channelActive(ChannelHandlerContext) - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 
channelPool - Variable in class org.apache.nifi.distributed.cache.client.DistributedCacheClient
The pool of network connections used to service client requests.
channelPromise - Variable in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
The synchronization construct used to signal the client application that the server response has been received.
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
 
close() - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
close() - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
close() - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Perform a clean shutdown of the cache client.
close() - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedSetCacheClient
Perform a clean shutdown of the cache client.
closeChannelPool() - Method in class org.apache.nifi.distributed.cache.client.DistributedCacheClient
Shutdown ChannelPool cleanly.
COMMUNICATIONS_TIMEOUT - Static variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
COMMUNICATIONS_TIMEOUT - Static variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
contains(T, Serializer<T>) - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
contains(byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedSetCacheClient
Check for the existence of the specified value in the cache.
containsKey(K, Serializer<K>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
containsKey(byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Determines if the given value is present in the cache and if so returns true, else returns false
createChannelPool(String, int, int, SSLContextService, VersionNegotiatorFactory) - Method in class org.apache.nifi.distributed.cache.client.CacheClientChannelPoolFactory
Instantiate a new netty pool of channels to be used for distributed cache communications

D

DEFAULT_CACHE_REVISION - Static variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
 
dequeue() - Method in interface org.apache.nifi.distributed.cache.client.adapter.InboundAdapter
Parse the received content into a form suitable for supplying to the remote method caller.
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.NullInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
 
dequeue() - Method in class org.apache.nifi.distributed.cache.client.adapter.VoidInboundAdapter
 
deserializer - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
The deserializer to be used to construct the value from the service response object.
deserializer - Variable in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
The deserializer to be used to construct the service response object.
deserializer - Variable in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
The deserializer to be used to construct the service response object.
deserializerK - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The deserializer to be used to construct the keys in the service response map.
deserializerV - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The deserializer to be used to construct the values from the service response object.
deserializerV - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
The deserializer to be used to construct the values in the service response object.
DistributedCacheClient - Class in org.apache.nifi.distributed.cache.client
Encapsulate operations which may be performed using a DistributedSetCacheClientService or a DistributedMapCacheClientService.
DistributedCacheClient(String, int, int, SSLContextService, VersionNegotiatorFactory) - Constructor for class org.apache.nifi.distributed.cache.client.DistributedCacheClient
Constructor.
DistributedMapCacheClientService - Class in org.apache.nifi.distributed.cache.client
 
DistributedMapCacheClientService() - Constructor for class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
DistributedSetCacheClientService - Class in org.apache.nifi.distributed.cache.client
 
DistributedSetCacheClientService() - Constructor for class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
dos - Variable in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Wrapper class for crafting service request payload.

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
 

F

fetch(K, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
fetch(byte[], AtomicCacheEntryInboundAdapter<K, V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Fetch a CacheEntry with a key.

G

get(K, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
get(byte[], ValueInboundAdapter<V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Returns the value in the cache for the given key, if one exists; otherwise returns null
getAndPutIfAbsent(K, V, Serializer<K>, Serializer<V>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
getAndPutIfAbsent(byte[], byte[], ValueInboundAdapter<V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Adds the specified key and value to the cache, if they are not already present.
getMinimumVersion() - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
 
getResult() - Method in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
getValue() - Method in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
 
getVersionNegotiator() - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 

H

HOSTNAME - Static variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
HOSTNAME - Static variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 

I

InboundAdapter - Interface in org.apache.nifi.distributed.cache.client.adapter
Interface to read service responses from a Channel.
inboundAdapter - Variable in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
The object used to buffer and interpret the service response byte stream.
inboundToken - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
The state of receipt of an individual service response token.
InboundToken<T> - Class in org.apache.nifi.distributed.cache.client.adapter
Tracker for receipt of incoming tokens from an InputStream.
InboundToken() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.InboundToken
Constructor.
inboundToken - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
The state of receipt of an individual service response token.
inboundToken - Variable in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
The state of receipt of an individual service response token.
inboundToken - Variable in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
The state of receipt of an individual service response token.
inboundTokenK - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The state of receipt of an individual service response token.
inboundTokenV - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The state of receipt of an individual service response token.
initChannel(Channel) - Method in class org.apache.nifi.distributed.cache.client.CacheClientChannelInitializer
 
invoke(Channel, OutboundAdapter, InboundAdapter) - Method in class org.apache.nifi.distributed.cache.client.CacheClientRequestHandler
Perform a synchronous method call to the server.
invoke(OutboundAdapter, InboundAdapter) - Method in class org.apache.nifi.distributed.cache.client.DistributedCacheClient
Call a service method.
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
 
isComplete() - Method in interface org.apache.nifi.distributed.cache.client.adapter.InboundAdapter
Check for receipt of all response content expected from server.
isComplete - Variable in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
Flag indicating that all bytes needed to deserialize a token have been received.
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.NullInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
 
isComplete() - Method in class org.apache.nifi.distributed.cache.client.adapter.VoidInboundAdapter
 
iteratorKeys - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
An iterator used to traverse the caller-supplied keys, in order to reassemble the service map.

K

key - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
The key of the requested service map entry.
keySet(Deserializer<K>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
keySet(SetInboundAdapter<K>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Returns a set of all keys currently in the cache.

L

length - Variable in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
The length of the byte stream expected from the service response.
logger - Variable in class org.apache.nifi.distributed.cache.client.adapter.NullInboundAdapter
 
logger - Variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 
LongInboundAdapter - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be a Long.
LongInboundAdapter() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
Constructor.

M

MAGIC_HEADER - Static variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
The header bytes used to initiate the server handshake.
MapInboundAdapter<K,V> - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be a map of keys of type K to values of type V.
MapInboundAdapter(Deserializer<K>, Deserializer<V>, Map<K, V>) - Constructor for class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
Constructor.
MapValuesInboundAdapter<K,V> - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be a collection of values of type V.
MapValuesInboundAdapter(Set<K>, Deserializer<V>, Map<K, V>) - Constructor for class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
Constructor.
MAX_PENDING_ACQUIRES - Static variable in class org.apache.nifi.distributed.cache.client.CacheClientChannelPoolFactory
 
maxConnections - Variable in class org.apache.nifi.distributed.cache.client.CacheClientChannelPoolFactory
 
minimumVersion - Variable in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Minimum version required for the invocation of the specified API.
minimumVersion(int) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
 

N

NettyDistributedMapCacheClient - Class in org.apache.nifi.distributed.cache.client
The implementation of the DistributedMapCacheClient using the netty library to provide the remote communication services.
NettyDistributedMapCacheClient(String, int, int, SSLContextService, VersionNegotiatorFactory) - Constructor for class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Constructor.
NettyDistributedSetCacheClient - Class in org.apache.nifi.distributed.cache.client
The implementation of the DistributedCacheClient using the netty library to provide the remote communication services.
NettyDistributedSetCacheClient(String, int, int, SSLContextService, VersionNegotiatorFactory) - Constructor for class org.apache.nifi.distributed.cache.client.NettyDistributedSetCacheClient
Constructor.
NO_MINIMUM_VERSION - Static variable in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
 
NullInboundAdapter - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where no service data is expected.
NullInboundAdapter() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.NullInboundAdapter
 

O

onDisabled() - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
onDisabled() - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
onEnabled(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
onEnabled(ConfigurationContext) - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
onStopped() - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
onStopped() - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
org.apache.nifi.distributed.cache.client - package org.apache.nifi.distributed.cache.client
 
org.apache.nifi.distributed.cache.client.adapter - package org.apache.nifi.distributed.cache.client.adapter
 
OutboundAdapter - Class in org.apache.nifi.distributed.cache.client.adapter
Interface to write service request payloads to a Channel.
OutboundAdapter() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Constructor.

P

PORT - Static variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
PORT - Static variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
processHandshake(ChannelHandlerContext, ByteBuf) - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
Negotiate distributed cache protocol version with remote service.
promiseHandshakeComplete - Variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
The synchronization construct used to signal the client application that the handshake has finished.
protocol - Variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
The version of the protocol negotiated between the client and server.
PROTOCOL_UNINITIALIZED - Static variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
 
put(K, V, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
put(byte[], byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Adds the specified key and value to the cache, overwriting any value that is currently set.
putIfAbsent(K, V, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
putIfAbsent(byte[], byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Adds the specified key and value to the cache, if they are not already present.

Q

queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
 
queue(byte[]) - Method in interface org.apache.nifi.distributed.cache.client.adapter.InboundAdapter
Add Channel content to a queue for later processing
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.NullInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
 
queue(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.VoidInboundAdapter
 

R

remove(K, Serializer<K>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
remove(T, Serializer<T>) - Method in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
remove(byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Removes the entry with the given key from the cache, if it is present.
remove(byte[]) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedSetCacheClient
Removes the given value from the cache, if it is present.
removeAndGet(K, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
removeAndGet(byte[], ValueInboundAdapter<V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Removes the entry with the given key from the cache, if it is present, and returns the value that was removed from the map.
removeByPattern(String) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
removeByPattern(String) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Removes entries whose keys match the specified pattern.
removeByPatternAndGet(String, Deserializer<K>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
removeByPatternAndGet(String, MapInboundAdapter<K, V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Removes entries whose keys match the specified pattern, and returns a map of entries that were removed.
replace(AtomicCacheEntry<K, V, Long>, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
replace(byte[], byte[], long) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Replace an existing key with new value.
reset() - Method in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
Initialize this object to receive bytes from a stream to be deserialized.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
The cache entry reassembled from the service response.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.BooleanInboundAdapter
The received service method response value.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.LongInboundAdapter
The received service method response value.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The entries received in the service response.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapValuesInboundAdapter
The reassembled map resulting from the service call.
result - Variable in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
The objects received in the service response.
revision - Variable in class org.apache.nifi.distributed.cache.client.adapter.AtomicCacheEntryInboundAdapter
The cache revision of the requested object.

S

serialize(T, Serializer<T>) - Static method in class org.apache.nifi.distributed.cache.client.CacheClientSerde
Serialize a value of the given type.
serialize(Set<T>, Serializer<T>) - Static method in class org.apache.nifi.distributed.cache.client.CacheClientSerde
Serialize a collection of values of the given type.
SetInboundAdapter<T> - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be a set of objects of type T.
SetInboundAdapter(Deserializer<T>, Set<T>) - Constructor for class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
Constructor.
setMaxConnections(int) - Method in class org.apache.nifi.distributed.cache.client.CacheClientChannelPoolFactory
Set Maximum Connections for Channel Pool
size - Variable in class org.apache.nifi.distributed.cache.client.adapter.MapInboundAdapter
The count of map entries expected in the service response.
size - Variable in class org.apache.nifi.distributed.cache.client.adapter.SetInboundAdapter
The count of objects expected in the service response.
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
 
sslContext - Variable in class org.apache.nifi.distributed.cache.client.CacheClientChannelInitializer
The (optional) secure context associated with the channel.
subMap(Set<K>, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
 
subMap(Collection<byte[]>, MapValuesInboundAdapter<K, V>) - Method in class org.apache.nifi.distributed.cache.client.NettyDistributedMapCacheClient
Returns the values in the cache for the given keys, if they exist.

T

toBytes() - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Assemble the request byte stream to be written to the service Channel.

U

update(ByteBuf, Deserializer<T>) - Method in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
Update the state of the received bytes to be deserialized.

V

value - Variable in class org.apache.nifi.distributed.cache.client.adapter.InboundToken
The received service method response value.
ValueInboundAdapter<T> - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where the service response payload is expected to be an object of type T.
ValueInboundAdapter(Deserializer<T>) - Constructor for class org.apache.nifi.distributed.cache.client.adapter.ValueInboundAdapter
Constructor.
versionNegotiator - Variable in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
The coordinator used to broker the version of the distributed cache protocol with the service.
versionNegotiatorFactory - Variable in class org.apache.nifi.distributed.cache.client.CacheClientChannelInitializer
The factory used to create the VersionNegotiator upon initialization of the channel.
versionNegotiatorFactory - Variable in class org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService
Creator of object used to broker the version of the distributed cache protocol with the service.
versionNegotiatorFactory - Variable in class org.apache.nifi.distributed.cache.client.DistributedSetCacheClientService
Creator of object used to broker the version of the distributed cache protocol with the service.
VoidInboundAdapter - Class in org.apache.nifi.distributed.cache.client.adapter
Implementation of InboundAdapter where no service response payload is expected.
VoidInboundAdapter() - Constructor for class org.apache.nifi.distributed.cache.client.adapter.VoidInboundAdapter
Constructor.

W

waitHandshakeComplete() - Method in class org.apache.nifi.distributed.cache.client.CacheClientHandshakeHandler
API providing client application with visibility into the handshake process.
write(int) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write an integer to the service request payload.
write(long) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write a long to the service request payload.
write(String) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write a string to the service request payload.
write(byte[]) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write bytes to the service request payload.
write(Collection<byte[]>) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write bytes to the service request payload.
write(T, Serializer<T>) - Method in class org.apache.nifi.distributed.cache.client.adapter.OutboundAdapter
Write an arbitrary value to the service request payload, using the provided serializer.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022 Apache NiFi Project. All rights reserved.