Deprecated API
Contents
-
Deprecated ClassesClassDescriptionreplace by
CuratorCachereplace byCuratorCachereplace byCuratorCacheUseInterProcessSemaphoreV2instead of this class. It uses a better algorithm.This has been replaced with the more generalPersistentNode
-
Deprecated EnumsEnumDescriptionno longer used. Instead use either
PathChildrenCache(CuratorFramework, String, boolean)orPathChildrenCache(CuratorFramework, String, boolean, ThreadFactory)This has been replaced with the more generalPersistentNode
-
Deprecated MethodsMethodDescriptionuse
SharedCount.trySetCount(VersionedValue, int)for stronger atomicity guarantees. Even if this object's internal state is up-to-date, the caller has no way to ensure that they've read the most recently seen count.useSharedValue.trySetValue(VersionedValue, byte[])for stronger atomicity guarantees. Even if this object's internal state is up-to-date, the caller has no way to ensure that they've read the most recently seen value.
-
Deprecated ConstructorsConstructorDescriptionThis constructor was poorly thought out. Custom executor is useless. Use this version instead:
LeaderSelector(CuratorFramework, String, ExecutorService, LeaderSelectorListener)