Package com.twitter.cassie

Examples of com.twitter.cassie.Keyspace


    cluster = new Cluster("host1,host2", NullStatsReceiver$.MODULE$).mapHostsEvery(new Duration(0));
  }

  @Test
  public void test() {
    Keyspace ks = cluster.keyspace("blah").connect();
    assertEquals(ks.name(), "blah");
  }
View Full Code Here

TOP

Related Classes of com.twitter.cassie.Keyspace

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.