public class

ZkHelixPropertyStore

extends ZkCacheBaseDataAccessor<T>
java.lang.Object
   ↳ org.apache.helix.manager.zk.ZkCacheBaseDataAccessor<T>
     ↳ org.apache.helix.store.zk.ZkHelixPropertyStore<T>

Summary

[Expand]
Inherited Fields
From class org.apache.helix.manager.zk.ZkCacheBaseDataAccessor
Public Constructors
ZkHelixPropertyStore(ZkBaseDataAccessor<T> accessor, String root, List<String> subscribedPaths)
ZkHelixPropertyStore(String zkAddress, ZkSerializer serializer, String chrootPath, List<String> zkCachePaths)
ZkHelixPropertyStore(String zkAddress, ZkSerializer serializer, String chrootPath)
[Expand]
Inherited Methods
From class org.apache.helix.manager.zk.ZkCacheBaseDataAccessor
From class java.lang.Object
From interface org.apache.helix.BaseDataAccessor
From interface org.apache.helix.store.HelixPropertyStore

Public Constructors

public ZkHelixPropertyStore (ZkBaseDataAccessor<T> accessor, String root, List<String> subscribedPaths)

public ZkHelixPropertyStore (String zkAddress, ZkSerializer serializer, String chrootPath, List<String> zkCachePaths)

public ZkHelixPropertyStore (String zkAddress, ZkSerializer serializer, String chrootPath)