| java.lang.Object | |
| ↳ | org.apache.helix.controller.rebalancer.context.DefaultContextSerializer |
Default serializer implementation for RebalancerContexts. Uses the Jackson JSON library to convert to and from strings
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convert raw bytes to a generic object instance
| |||||||||||
Convert a RebalancerContext object instance to a String
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.helix.controller.rebalancer.context.ContextSerializer
| |||||||||||
Convert raw bytes to a generic object instance
| clazz | The class represented by the deserialized string |
|---|---|
| string | String representing the object |
Convert a RebalancerContext object instance to a String
| data | instance of the rebalancer context type |
|---|