Class AtomicCacheEntry<K,V,R>
java.lang.Object
org.apache.nifi.distributed.cache.client.AtomicCacheEntry<K,V,R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
revision
-
-
Constructor Details
-
AtomicCacheEntry
Create new cache entry.- Parameters:
key
- cache keyvalue
- cache valuerevision
- cache revision, can be null with a brand new entry
-
-
Method Details
-
getRevision
- Returns:
- the latest revision stored in a cache server
-
getKey
-
getValue
-
setValue
-