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
Classes
ClusterRepresentationUtil
ClusterResource
ClustersResource
ConfigResource
ConstraintResource
ControllerResource
ControllerStatusUpdateResource
CurrentStateResource
CurrentStatesResource
ErrorResource
ErrorsResource
ExternalViewResource
IdealStateResource
InstanceResource
InstancesResource
JsonParameters
ResourceGroupResource
ResourceGroupsResource
SchedulerTasksResource
StateModelResource
StateModelsResource
StatusUpdateResource
StatusUpdatesResource
ZkChildResource
ZkPathResource
Package Index
|
Class Index
Summary:
Constants
|
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
JsonParameters
extends
Object
java.lang.Object
↳
org.apache.helix.webapp.resources.JsonParameters
Summary
Constants
String
BUCKET_SIZE
String
CLUSTER_NAME
String
CONFIGS
String
CONSTRAINT_ATTRIBUTES
String
ENABLED
String
GRAND_CLUSTER
String
IDEAL_STATE_MODE
String
INSTANCE_NAME
String
INSTANCE_NAMES
String
JSON_PARAMETERS
String
MANAGEMENT_COMMAND
String
MAX_PARTITIONS_PER_NODE
String
NEW_IDEAL_STATE
String
NEW_INSTANCE
String
NEW_STATE_MODEL_DEF
String
OLD_INSTANCE
String
PARTITION
String
PARTITIONS
String
REPLICAS
String
RESOURCE
String
RESOURCE_GROUP_NAME
String
RESOURCE_KEY_PREFIX
String
STATE_MODEL_DEF_REF
String
TAG
String
ZK_DELETE_CHILDREN
Fields
public static
Map
<
String
,
Set
<
String
>>
CLUSTERSETUP_COMMAND_ALIASES
Public Constructors
JsonParameters
(Representation entity)
Public Methods
Map
<
String
,
String
>
cloneParameterMap
()
String
getCommand
()
ZNRecord
getExtraParameter
(
String
key)
String
getParameter
(
String
key)
static void
main
(
String[]
args)
void
verifyCommand
(
String
command)
[Expand]
Inherited Methods
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)
Constants
public static final
String
BUCKET_SIZE
Constant Value:
"bucketSize"
public static final
String
CLUSTER_NAME
Constant Value:
"clusterName"
public static final
String
CONFIGS
Constant Value:
"configs"
public static final
String
CONSTRAINT_ATTRIBUTES
Constant Value:
"constraintAttributes"
public static final
String
ENABLED
Constant Value:
"enabled"
public static final
String
GRAND_CLUSTER
Constant Value:
"grandCluster"
public static final
String
IDEAL_STATE_MODE
Constant Value:
"mode"
public static final
String
INSTANCE_NAME
Constant Value:
"instanceName"
public static final
String
INSTANCE_NAMES
Constant Value:
"instanceNames"
public static final
String
JSON_PARAMETERS
Constant Value:
"jsonParameters"
public static final
String
MANAGEMENT_COMMAND
Constant Value:
"command"
public static final
String
MAX_PARTITIONS_PER_NODE
Constant Value:
"maxPartitionsPerNode"
public static final
String
NEW_IDEAL_STATE
Constant Value:
"newIdealState"
public static final
String
NEW_INSTANCE
Constant Value:
"newInstance"
public static final
String
NEW_STATE_MODEL_DEF
Constant Value:
"newStateModelDef"
public static final
String
OLD_INSTANCE
Constant Value:
"oldInstance"
public static final
String
PARTITION
Constant Value:
"partition"
public static final
String
PARTITIONS
Constant Value:
"partitions"
public static final
String
REPLICAS
Constant Value:
"replicas"
public static final
String
RESOURCE
Constant Value:
"resource"
public static final
String
RESOURCE_GROUP_NAME
Constant Value:
"resourceGroupName"
public static final
String
RESOURCE_KEY_PREFIX
Constant Value:
"key"
public static final
String
STATE_MODEL_DEF_REF
Constant Value:
"stateModelDefRef"
public static final
String
TAG
Constant Value:
"tag"
public static final
String
ZK_DELETE_CHILDREN
Constant Value:
"zkDeleteChildren"
Fields
public static
Map
<
String
,
Set
<
String
>>
CLUSTERSETUP_COMMAND_ALIASES
Public Constructors
public
JsonParameters
(Representation entity)
Throws
Exception
Public Methods
public
Map
<
String
,
String
>
cloneParameterMap
()
public
String
getCommand
()
public
ZNRecord
getExtraParameter
(
String
key)
public
String
getParameter
(
String
key)
public static void
main
(
String[]
args)
Throws
Exception
public void
verifyCommand
(
String
command)