public class

StateModelConfigGenerator

extends Object
java.lang.Object
   ↳ org.apache.helix.tools.StateModelConfigGenerator

Summary

Public Constructors
StateModelConfigGenerator()
Public Methods
static ZNRecord generateConfigForLeaderStandby()
static ZNRecord generateConfigForMasterSlave()
static ZNRecord generateConfigForOnlineOffline()
static ZNRecord generateConfigForScheduledTaskQueue()
static ZNRecord generateConfigForStorageSchemata()
count -1 dont care any numeric value > 0 will be tried to be satisfied based on priority N all nodes in the cluster will be assigned to this state if possible R all remaining nodes in the preference list will be assigned to this state, applies only to last state
static void main(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StateModelConfigGenerator ()

Public Methods

public static ZNRecord generateConfigForLeaderStandby ()

public static ZNRecord generateConfigForMasterSlave ()

public static ZNRecord generateConfigForOnlineOffline ()

public static ZNRecord generateConfigForScheduledTaskQueue ()

public static ZNRecord generateConfigForStorageSchemata ()

count -1 dont care any numeric value > 0 will be tried to be satisfied based on priority N all nodes in the cluster will be assigned to this state if possible R all remaining nodes in the preference list will be assigned to this state, applies only to last state

public static void main (String[] args)