public interface

LiveInstanceInfoProvider

org.apache.helix.LiveInstanceInfoProvider

Class Overview

Interface to provide additional information about a live instance at creation time

Summary

Public Methods
abstract ZNRecord getAdditionalLiveInstanceInfo()
Callback function that is called by HelixManager before it creates LiveInstance Zk Node.

Public Methods

public abstract ZNRecord getAdditionalLiveInstanceInfo ()

Callback function that is called by HelixManager before it creates LiveInstance Zk Node. The ZNRecord returned by this function

See Also