Interface | Description |
---|---|
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
|
Copyright © 2015 Apache NiFi Project. All rights reserved.