public interface

ControllerContext

org.apache.helix.controller.context.ControllerContext
Known Indirect Subclasses

Class Overview

Controller stages can implement this interface to set and get persistent state

Summary

Public Methods
abstract ContextId getId()
Get the identifier of this context
abstract Class<? extends StringSerializer> getSerializerClass()
Get the class that can be used to convert this object to and from a String

Public Methods

public abstract ContextId getId ()

Get the identifier of this context

Returns

public abstract Class<? extends StringSerializer> getSerializerClass ()

Get the class that can be used to convert this object to and from a String

Returns