java.lang.Object | |
↳ | org.apache.helix.controller.context.BasicControllerContext |
A simple context that can be serialized by a DefaultStringSerializer
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with an id
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the identifier of this context
| |||||||||||
Get the class that can be used to convert this object to and from a String
| |||||||||||
Set the class that can serialize this object into a String, and back
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.helix.controller.context.ControllerContext
|
Instantiate with an id
id | ContextId, unique among all contexts in this cluster |
---|
Get the class that can be used to convert this object to and from a String
StringSerializer
implementation class
Set the class that can serialize this object into a String, and back
serializer | StringSerializer implementation class |
---|