- 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.
- 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.