public final enum

InstanceType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.InstanceType

Class Overview

CONTROLLER: cluster managing component is a controller PARTICIPANT: participate in the cluster state changes SPECTATOR: interested in the state changes in the cluster CONTROLLER_PARTICIPANT: special participant that competes for the leader of CONTROLLER_CLUSTER used in cluster controller of distributed mode {@HelixControllerMain }

Summary

Enum Values
InstanceType  ADMINISTRATOR   
InstanceType  CONTROLLER   
InstanceType  CONTROLLER_PARTICIPANT   
InstanceType  PARTICIPANT   
InstanceType  SPECTATOR   
Public Methods
static InstanceType valueOf(String name)
final static InstanceType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final InstanceType ADMINISTRATOR

public static final InstanceType CONTROLLER

public static final InstanceType CONTROLLER_PARTICIPANT

public static final InstanceType PARTICIPANT

public static final InstanceType SPECTATOR

Public Methods

public static InstanceType valueOf (String name)

public static final InstanceType[] values ()