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
AlertHistory
Alerts
AlertStatus
ClusterConfiguration
ClusterConstraints
ConfigScope
ConstraintItem
CurrentState
Error
ExternalView
HealthStat
HelixConfigScope
IdealState
InstanceConfig
LeaderHistory
LiveInstance
Message
Partition
PartitionConfiguration
PauseSignal
PersistentStats
Resource
ResourceAssignment
ResourceConfiguration
StateModelDefinition
StateModelDefinition.Builder
StatusUpdate
Transition
Enums
Alerts.AlertsProperty
ClusterConstraints.ConstraintAttribute
ClusterConstraints.ConstraintType
ClusterConstraints.ConstraintValue
CurrentState.CurrentStateProperty
HealthStat.HealthStatProperty
HelixConfigScope.ConfigScopeProperty
IdealState.IdealStateModeProperty
IdealState.IdealStateProperty
IdealState.RebalanceMode
InstanceConfig.InstanceConfigProperty
LiveInstance.LiveInstanceProperty
Message.Attributes
Message.MessageState
Message.MessageType
PersistentStats.PersistentStatsProperty
ResourceConfiguration.Fields
StateModelDefinition.StateModelDefinitionProperty
Package Index
|
Class Index
Summary:
Enums
|
Methods
|
Inherited Methods
|
[Expand All]
public static final enum
Message.Attributes
extends
Enum
<E extends
Enum
<E>>
java.lang.Object
↳
java.lang.Enum
<E extends
java.lang.Enum
<E>>
↳
org.apache.helix.model.Message.Attributes
Class Overview
Properties attached to Messages
Summary
Enum Values
Message.Attributes
BUCKET_SIZE
Message.Attributes
CORRELATION_ID
Message.Attributes
CREATE_TIMESTAMP
Message.Attributes
EXECUTE_START_TIMESTAMP
Message.Attributes
EXE_SESSION_ID
Message.Attributes
FROM_STATE
Message.Attributes
INNER_MESSAGE
Message.Attributes
MESSAGE_RESULT
Message.Attributes
MSG_ID
Message.Attributes
MSG_STATE
Message.Attributes
MSG_SUBTYPE
Message.Attributes
MSG_TYPE
Message.Attributes
PARENT_MSG_ID
Message.Attributes
PARTITION_NAME
Message.Attributes
READ_TIMESTAMP
Message.Attributes
RESOURCE_NAME
Message.Attributes
RETRY_COUNT
Message.Attributes
SRC_INSTANCE_TYPE
Message.Attributes
SRC_NAME
Message.Attributes
SRC_SESSION_ID
Message.Attributes
STATE_MODEL_DEF
Message.Attributes
STATE_MODEL_FACTORY_NAME
Message.Attributes
TGT_NAME
Message.Attributes
TGT_SESSION_ID
Message.Attributes
TIMEOUT
Message.Attributes
TO_STATE
Public Methods
static
Message.Attributes
valueOf
(
String
name)
final static
Attributes[]
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
Message.Attributes
BUCKET_SIZE
public static final
Message.Attributes
CORRELATION_ID
public static final
Message.Attributes
CREATE_TIMESTAMP
public static final
Message.Attributes
EXECUTE_START_TIMESTAMP
public static final
Message.Attributes
EXE_SESSION_ID
public static final
Message.Attributes
FROM_STATE
public static final
Message.Attributes
INNER_MESSAGE
public static final
Message.Attributes
MESSAGE_RESULT
public static final
Message.Attributes
MSG_ID
public static final
Message.Attributes
MSG_STATE
public static final
Message.Attributes
MSG_SUBTYPE
public static final
Message.Attributes
MSG_TYPE
public static final
Message.Attributes
PARENT_MSG_ID
public static final
Message.Attributes
PARTITION_NAME
public static final
Message.Attributes
READ_TIMESTAMP
public static final
Message.Attributes
RESOURCE_NAME
public static final
Message.Attributes
RETRY_COUNT
public static final
Message.Attributes
SRC_INSTANCE_TYPE
public static final
Message.Attributes
SRC_NAME
public static final
Message.Attributes
SRC_SESSION_ID
public static final
Message.Attributes
STATE_MODEL_DEF
public static final
Message.Attributes
STATE_MODEL_FACTORY_NAME
public static final
Message.Attributes
TGT_NAME
public static final
Message.Attributes
TGT_SESSION_ID
public static final
Message.Attributes
TIMEOUT
public static final
Message.Attributes
TO_STATE
Public Methods
public static
Message.Attributes
valueOf
(
String
name)
public static final
Attributes[]
values
()