public static final enum

TestExecutor.ZnodePropertyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.tools.TestExecutor.ZnodePropertyType

Class Overview

SIMPLE: simple field change LIST: list field change MAP: map field change ZNODE: entire znode change

Summary

Enum Values
TestExecutor.ZnodePropertyType  LIST   
TestExecutor.ZnodePropertyType  MAP   
TestExecutor.ZnodePropertyType  SIMPLE   
TestExecutor.ZnodePropertyType  ZNODE   
Public Methods
static TestExecutor.ZnodePropertyType valueOf(String name)
final static ZnodePropertyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TestExecutor.ZnodePropertyType LIST

public static final TestExecutor.ZnodePropertyType MAP

public static final TestExecutor.ZnodePropertyType SIMPLE

public static final TestExecutor.ZnodePropertyType ZNODE

Public Methods

public static TestExecutor.ZnodePropertyType valueOf (String name)

public static final ZnodePropertyType[] values ()