| java.lang.Object | ||
| ↳ | org.apache.helix.HelixProperty | |
| ↳ | org.apache.helix.model.LiveInstance | |
Instance that connects to zookeeper (stored ephemerally)
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LiveInstance.LiveInstanceProperty | Saved properties of a live instance | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with an instance identifier
| |||||||||||
Instantiate with an participant identifier
| |||||||||||
Instantiate with a pre-populated record
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the version of Helix that this participant is running
| |||||||||||
Get the name of this instance
| |||||||||||
Get an identifier that represents the instance and where it is located
| |||||||||||
Get the last modified time of this live instance
| |||||||||||
Get the id of this participant
| |||||||||||
Get an identifier that represents the instance and where it is located
| |||||||||||
Get the session that this participant corresponds to
| |||||||||||
Get the version of Helix that this participant is running
| |||||||||||
Get the session that this participant corresponds to
| |||||||||||
Get a web service URL where ZK properties can be transferred to
| |||||||||||
Get property validity
| |||||||||||
Set the version of Helix that this instance is running
| |||||||||||
Set an identifier that represents the process
| |||||||||||
Set the session that this instance corresponds to
| |||||||||||
Set a web service URL where ZK properties can be transferred to
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
From class
java.lang.Object
| |||||||||||
Instantiate with an instance identifier
| id | instance identifier |
|---|
Instantiate with an participant identifier
| id | participant identifier |
|---|
Instantiate with a pre-populated record
| record | ZNRecord corresponding to a live instance |
|---|
Get the version of Helix that this participant is running
Get an identifier that represents the instance and where it is located
Get the last modified time of this live instance
Get an identifier that represents the instance and where it is located
Get the session that this participant corresponds to
Get the version of Helix that this participant is running
Get the session that this participant corresponds to
Get a web service URL where ZK properties can be transferred to
Get property validity
Set the version of Helix that this instance is running
| helixVersion | the version |
|---|
Set an identifier that represents the process
| liveInstance | process identifier, e.g. process_id@host |
|---|
Set the session that this instance corresponds to
| sessionId | session identifier |
|---|
Set a web service URL where ZK properties can be transferred to
| url | a fully-qualified URL |
|---|