Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheStorage
-
Uses of CuratorCacheStorage in org.apache.curator.framework.recipes.cache
Modifier 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 instanceModifier and TypeMethodDescriptionCuratorCacheBuilder.withStorage
(CuratorCacheStorage storage) Alternate storage to use.