Examples of controllerContext()


Examples of org.apache.helix.PropertyKey.Builder.controllerContext()

    }
    Assert.assertTrue(testRebalancerCreated);
    Assert.assertTrue(testRebalancerInvoked);

    // check that context can be extracted
    ControllerContextHolder holder = accessor.getProperty(keyBuilder.controllerContext(db2));
    Assert.assertNotNull(holder);
    Assert.assertNotNull(holder.getContext());
  }

  public static class ExternalViewBalancedVerifier extends ZkVerifier {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.