Interface | Description |
---|---|
AtomicDistributedMapCacheClient<R> |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Map . |
Deserializer<T> |
Provides an interface for deserializing an array of bytes into an Object
|
DistributedMapCacheClient |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Map . |
DistributedSetCacheClient |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Set . |
Serializer<T> |
Provides a mechanism by which a value can be serialized to a stream of bytes
|
Class | Description |
---|---|
AtomicCacheEntry<K,V,R> |
Copyright © 2023 Apache NiFi Project. All rights reserved.