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