Package com.linkedin.helix.manager.file

Examples of com.linkedin.helix.manager.file.DynamicFileHelixManager


    if (type != InstanceType.PARTICIPANT && type != InstanceType.CONTROLLER)
    {
      throw new IllegalArgumentException("Dynamic file-based cluster manager doesn't support types other than participant and controller");
    }

    return new DynamicFileHelixManager(clusterName, instanceName, type, store);
  }
View Full Code Here

TOP

Related Classes of com.linkedin.helix.manager.file.DynamicFileHelixManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.