java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.apache.helix.PropertyType |
Types of data stored on Zookeeper by Helix
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PropertyType | ALERTS | ||||||||||
PropertyType | ALERT_HISTORY | ||||||||||
PropertyType | ALERT_STATUS | ||||||||||
PropertyType | CLUSTER | ||||||||||
PropertyType | CONFIGS | ||||||||||
PropertyType | CONTEXT | ||||||||||
PropertyType | CONTROLLER | ||||||||||
PropertyType | CURRENTSTATES | ||||||||||
PropertyType | ERRORS | ||||||||||
PropertyType | ERRORS_CONTROLLER | ||||||||||
PropertyType | EXTERNALVIEW | ||||||||||
PropertyType | HEALTHREPORT | ||||||||||
PropertyType | HISTORY | ||||||||||
PropertyType | IDEALSTATES | ||||||||||
PropertyType | INSTANCES | ||||||||||
PropertyType | LEADER | ||||||||||
PropertyType | LIVEINSTANCES | ||||||||||
PropertyType | MESSAGES | ||||||||||
PropertyType | MESSAGES_CONTROLLER | ||||||||||
PropertyType | PAUSE | ||||||||||
PropertyType | PERSISTENTSTATS | ||||||||||
PropertyType | PROPERTYSTORE | ||||||||||
PropertyType | RESOURCEASSIGNMENTS | ||||||||||
PropertyType | STATEMODELDEFS | ||||||||||
PropertyType | STATUSUPDATES | ||||||||||
PropertyType | STATUSUPDATES_CONTROLLER |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the type of the associated node
| |||||||||||
Check if value is cached
| |||||||||||
Determine if the property should only be created if it does not exist
| |||||||||||
Determine if the property is merged or replaced on update
| |||||||||||
Get the persistent state of the property
| |||||||||||
Determine if this property is only updated if it exists
| |||||||||||
Set policy for creating only if it does not already exist
| |||||||||||
Enable or disable merging on an update to this property
| |||||||||||
Set the persistent state of the property
| |||||||||||
Set the type of the associated node
| |||||||||||
Enable or disable updating only on existence
| |||||||||||
Check if this property uses a property transfer server
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Gets the type of the associated node
Check if value is cached
Determine if the property should only be created if it does not exist
Determine if the property is merged or replaced on update
Get the persistent state of the property
Determine if this property is only updated if it exists
Set policy for creating only if it does not already exist
Enable or disable merging on an update to this property
Set the persistent state of the property
Set the type of the associated node
type | Type |
---|
Enable or disable updating only on existence
Check if this property uses a property transfer server