Apache Helix
Package Index
|
Class Index
org.apache.helix
org.apache.helix.agent
org.apache.helix.alerts
org.apache.helix.api
org.apache.helix.api.accessor
org.apache.helix.api.config
org.apache.helix.api.id
org.apache.helix.controller
org.apache.helix.controller.context
org.apache.helix.controller.pipeline
org.apache.helix.controller.rebalancer
org.apache.helix.controller.rebalancer.config
org.apache.helix.controller.rebalancer.util
org.apache.helix.controller.restlet
org.apache.helix.controller.serializer
org.apache.helix.controller.stages
org.apache.helix.controller.strategy
org.apache.helix.examples
org.apache.helix.filestore
org.apache.helix.healthcheck
org.apache.helix.lock
org.apache.helix.lock.zk
org.apache.helix.lockmanager
org.apache.helix.manager.zk
org.apache.helix.manager.zk.serializer
org.apache.helix.messaging
org.apache.helix.messaging.handling
org.apache.helix.model
org.apache.helix.model.builder
org.apache.helix.model.util
org.apache.helix.monitoring
org.apache.helix.monitoring.mbeans
org.apache.helix.participant
org.apache.helix.participant.statemachine
org.apache.helix.recipes.rabbitmq
org.apache.helix.servicediscovery
org.apache.helix.spectator
org.apache.helix.store
org.apache.helix.store.zk
org.apache.helix.taskexecution
org.apache.helix.tools
org.apache.helix.userdefinedrebalancer
org.apache.helix.util
org.apache.helix.webapp
org.apache.helix.webapp.resources
Interfaces
ClusterStateVerifier.Verifier
ClusterStateVerifier.ZkVerifier
Classes
CLMLogFileAppender
ClusterExternalViewVerifier
ClusterLiveNodesVerifier
ClusterSetup
ClusterStateVerifier
ClusterStateVerifier.BestPossAndExtViewZkVerifier
ClusterStateVerifier.MasterNbInExtViewVerifier
ClusterVerifier
IntegrationTestUtil
JmxDumper
LocalZKServer
MessagePoster
NewClusterSetup
StateModelConfigGenerator
TestCommand
TestCommand.NodeOpArg
TestExecutor
TestTrigger
YAMLClusterSetup
YAMLClusterSetup.YAMLClusterConfig
YAMLClusterSetup.YAMLClusterConfig.ParticipantConfig
YAMLClusterSetup.YAMLClusterConfig.ResourceConfig
YAMLClusterSetup.YAMLClusterConfig.ResourceConfig.ConstraintsConfig
YAMLClusterSetup.YAMLClusterConfig.ResourceConfig.ConstraintsConfig.StateConstraintsConfig
YAMLClusterSetup.YAMLClusterConfig.ResourceConfig.ConstraintsConfig.TransitionConstraintsConfig
YAMLClusterSetup.YAMLClusterConfig.ResourceConfig.StateModelConfig
ZKDumper
ZkLogAnalyzer
ZkLogCSVFormatter
ZKLogFormatter
ZnodeOpArg
ZnodeValue
Enums
NewClusterSetup.HelixOption
TestCommand.CommandType
TestExecutor.ZnodePropertyType
Package Index
|
Class Index
Summary:
Enums
|
Methods
|
Inherited Methods
|
[Expand All]
public static final enum
NewClusterSetup.HelixOption
extends
Enum
<E extends
Enum
<E>>
java.lang.Object
↳
java.lang.Enum
<E extends
java.lang.Enum
<E>>
↳
org.apache.helix.tools.NewClusterSetup.HelixOption
Class Overview
List all helix cluster setup options
Summary
Enum Values
NewClusterSetup.HelixOption
activateCluster
NewClusterSetup.HelixOption
addAlert
NewClusterSetup.HelixOption
addCluster
NewClusterSetup.HelixOption
addIdealState
NewClusterSetup.HelixOption
addInstance
NewClusterSetup.HelixOption
addInstanceTag
NewClusterSetup.HelixOption
addResource
NewClusterSetup.HelixOption
addResourceProperty
NewClusterSetup.HelixOption
addStat
NewClusterSetup.HelixOption
addStateModelDef
NewClusterSetup.HelixOption
bucketSize
NewClusterSetup.HelixOption
dropAlert
NewClusterSetup.HelixOption
dropCluster
NewClusterSetup.HelixOption
dropInstance
NewClusterSetup.HelixOption
dropResource
NewClusterSetup.HelixOption
dropStat
NewClusterSetup.HelixOption
enableCluster
NewClusterSetup.HelixOption
enableInstance
NewClusterSetup.HelixOption
enablePartition
NewClusterSetup.HelixOption
expandCluster
NewClusterSetup.HelixOption
expandResource
NewClusterSetup.HelixOption
getConfig
NewClusterSetup.HelixOption
getConstraints
NewClusterSetup.HelixOption
help
NewClusterSetup.HelixOption
instanceGroupTag
NewClusterSetup.HelixOption
listClusterInfo
NewClusterSetup.HelixOption
listClusters
NewClusterSetup.HelixOption
listInstanceInfo
NewClusterSetup.HelixOption
listInstances
NewClusterSetup.HelixOption
listPartitionInfo
NewClusterSetup.HelixOption
listResourceInfo
NewClusterSetup.HelixOption
listResources
NewClusterSetup.HelixOption
listStateModel
NewClusterSetup.HelixOption
listStateModels
NewClusterSetup.HelixOption
maxPartitionsPerNode
NewClusterSetup.HelixOption
mode
NewClusterSetup.HelixOption
rebalance
NewClusterSetup.HelixOption
rebalancerMode
NewClusterSetup.HelixOption
removeConfig
NewClusterSetup.HelixOption
removeConstraint
NewClusterSetup.HelixOption
removeInstanceTag
NewClusterSetup.HelixOption
removeResourceProperty
NewClusterSetup.HelixOption
resetInstance
NewClusterSetup.HelixOption
resetPartition
NewClusterSetup.HelixOption
resetResource
NewClusterSetup.HelixOption
resourceKeyPrefix
NewClusterSetup.HelixOption
setConfig
NewClusterSetup.HelixOption
setConstraint
NewClusterSetup.HelixOption
swapInstance
NewClusterSetup.HelixOption
zkSvr
Public Methods
static
NewClusterSetup.HelixOption
valueOf
(
String
name)
final static
HelixOption[]
values
()
[Expand]
Inherited Methods
From class
java.lang.Enum
final
Object
clone
()
int
compareTo
(
Object
arg0)
final int
compareTo
(E arg0)
final boolean
equals
(
Object
arg0)
final void
finalize
()
final
Class
<E>
getDeclaringClass
()
final int
hashCode
()
final
String
name
()
final int
ordinal
()
String
toString
()
static <T extends
Enum
<T>> T
valueOf
(
Class
<T> arg0,
String
arg1)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.lang.Comparable
abstract int
compareTo
(T arg0)
Enum Values
public static final
NewClusterSetup.HelixOption
activateCluster
public static final
NewClusterSetup.HelixOption
addAlert
public static final
NewClusterSetup.HelixOption
addCluster
public static final
NewClusterSetup.HelixOption
addIdealState
public static final
NewClusterSetup.HelixOption
addInstance
public static final
NewClusterSetup.HelixOption
addInstanceTag
public static final
NewClusterSetup.HelixOption
addResource
public static final
NewClusterSetup.HelixOption
addResourceProperty
public static final
NewClusterSetup.HelixOption
addStat
public static final
NewClusterSetup.HelixOption
addStateModelDef
public static final
NewClusterSetup.HelixOption
bucketSize
public static final
NewClusterSetup.HelixOption
dropAlert
public static final
NewClusterSetup.HelixOption
dropCluster
public static final
NewClusterSetup.HelixOption
dropInstance
public static final
NewClusterSetup.HelixOption
dropResource
public static final
NewClusterSetup.HelixOption
dropStat
public static final
NewClusterSetup.HelixOption
enableCluster
public static final
NewClusterSetup.HelixOption
enableInstance
public static final
NewClusterSetup.HelixOption
enablePartition
public static final
NewClusterSetup.HelixOption
expandCluster
public static final
NewClusterSetup.HelixOption
expandResource
public static final
NewClusterSetup.HelixOption
getConfig
public static final
NewClusterSetup.HelixOption
getConstraints
public static final
NewClusterSetup.HelixOption
help
public static final
NewClusterSetup.HelixOption
instanceGroupTag
public static final
NewClusterSetup.HelixOption
listClusterInfo
public static final
NewClusterSetup.HelixOption
listClusters
public static final
NewClusterSetup.HelixOption
listInstanceInfo
public static final
NewClusterSetup.HelixOption
listInstances
public static final
NewClusterSetup.HelixOption
listPartitionInfo
public static final
NewClusterSetup.HelixOption
listResourceInfo
public static final
NewClusterSetup.HelixOption
listResources
public static final
NewClusterSetup.HelixOption
listStateModel
public static final
NewClusterSetup.HelixOption
listStateModels
public static final
NewClusterSetup.HelixOption
maxPartitionsPerNode
public static final
NewClusterSetup.HelixOption
mode
public static final
NewClusterSetup.HelixOption
rebalance
public static final
NewClusterSetup.HelixOption
rebalancerMode
public static final
NewClusterSetup.HelixOption
removeConfig
public static final
NewClusterSetup.HelixOption
removeConstraint
public static final
NewClusterSetup.HelixOption
removeInstanceTag
public static final
NewClusterSetup.HelixOption
removeResourceProperty
public static final
NewClusterSetup.HelixOption
resetInstance
public static final
NewClusterSetup.HelixOption
resetPartition
public static final
NewClusterSetup.HelixOption
resetResource
public static final
NewClusterSetup.HelixOption
resourceKeyPrefix
public static final
NewClusterSetup.HelixOption
setConfig
public static final
NewClusterSetup.HelixOption
setConstraint
public static final
NewClusterSetup.HelixOption
swapInstance
public static final
NewClusterSetup.HelixOption
zkSvr
Public Methods
public static
NewClusterSetup.HelixOption
valueOf
(
String
name)
public static final
HelixOption[]
values
()