| java.lang.Object | ||
| ↳ | org.apache.helix.HelixProperty | |
| ↳ | org.apache.helix.model.PersistentStats | |
Statistics for an instance
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PersistentStats.PersistentStatsProperty | High-level properties to provide context for these statistics | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | nodeName | The name of the statistics ZNode | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with an identifier
| |||||||||||
Instantiate with a pre-populated record
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the instance for which these stats have been collected
| |||||||||||
Get all the statistics currently stored
| |||||||||||
Get the session corresponding to these statistics
| |||||||||||
Get a specific statistic
| |||||||||||
Get property validity
| |||||||||||
Set the session corresponding to these statistics
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
From class
java.lang.Object
| |||||||||||
The name of the statistics ZNode
Instantiate with a pre-populated record
| record | ZNRecord with fields corresponding to persistent stats |
|---|
Get the instance for which these stats have been collected
Get all the statistics currently stored
Get a specific statistic
| statName | the statistic to look up |
|---|
Get property validity
Set the session corresponding to these statistics
| sessionId | session id |
|---|