Package org.jredis.cluster.model

Examples of org.jredis.cluster.model.StaticHashCluster$Support


   
    @Test
    public void testStaticHash() {
      Log.log("Basic nodemap test of Consistent Hashing cluster model");
     
      StaticHashCluster model = (StaticHashCluster) newProviderInstance();
      assertNotNull(model, "model should not be null");
     
      ClusterSpec spec = model.getSpec();
      assertNotNull(spec, "spec should not be null");
    }   
View Full Code Here

TOP

Related Classes of org.jredis.cluster.model.StaticHashCluster$Support

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.