Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheStorage
Packages that use CuratorCacheStorage
-
Uses of CuratorCacheStorage in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheStorageModifier and TypeMethodDescriptionstatic CuratorCacheStorage
CuratorCacheStorage.dataNotCached()
Return a new storage instance that does not retain the data bytes.static CuratorCacheStorage
CuratorCacheStorage.standard()
Return a new standard storage instanceMethods in org.apache.curator.framework.recipes.cache with parameters of type CuratorCacheStorageModifier and TypeMethodDescriptionCuratorCacheBuilder.withStorage
(CuratorCacheStorage storage) Alternate storage to use.