Class ClusteringUtils


  • public class ClusteringUtils
    extends Object
    A Utility for handling some of the functions needed by the clustering implementation
    • Constructor Detail

      • ClusteringUtils

        public ClusteringUtils()
    • Method Detail

      • loadServiceGroup

        public static void loadServiceGroup​(String serviceGroupName,
                                            ConfigurationContext configCtx,
                                            String tempDirectory)
                                     throws Exception
        Load a ServiceGroup having name serviceGroupName
        Parameters:
        serviceGroupName -
        configCtx -
        tempDirectory -
        Throws:
        Exception