public class

IntegrationTestUtil

extends Object
java.lang.Object
   ↳ org.apache.helix.tools.IntegrationTestUtil

Class Overview

collection of test utilities for integration tests

Summary

Constants
long defaultTimeout
String help
String readLeader
String readZNode
String verifyExternalView
String verifyLiveNodes
String zkSvr
Public Constructors
IntegrationTestUtil(ZkClient zkclient)
Public Methods
static void main(String[] args)
void readZNode(String path)
void verifyExternalView(String[] args)
void verifyLiveNodes(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final long defaultTimeout

Constant Value: 30000 (0x0000000000007530)

public static final String help

Constant Value: "help"

public static final String readLeader

Constant Value: "readLeader"

public static final String readZNode

Constant Value: "readZNode"

public static final String verifyExternalView

Constant Value: "verifyExternalView"

public static final String verifyLiveNodes

Constant Value: "verifyLiveNodes"

public static final String zkSvr

Constant Value: "zkSvr"

Public Constructors

public IntegrationTestUtil (ZkClient zkclient)

Public Methods

public static void main (String[] args)

public void readZNode (String path)

public void verifyExternalView (String[] args)

public void verifyLiveNodes (String[] args)