public class

HierarchicalDataHolder

extends Object
java.lang.Object
   ↳ org.apache.helix.controller.HierarchicalDataHolder<T>

Class Overview

Generic class that will read the data given the root path.

Summary

Public Constructors
HierarchicalDataHolder(ZkClient client, String rootPath, FileFilter filter)
Public Methods
long getVersion()
void print()
boolean refreshData()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HierarchicalDataHolder (ZkClient client, String rootPath, FileFilter filter)

Public Methods

public long getVersion ()

public void print ()

public boolean refreshData ()