Package org.wicketstuff.datastores.cassandra

Examples of org.wicketstuff.datastores.cassandra.CassandraDataStore


 
  @Override
  protected IDataStore createDataStore() {
    ICassandraSettings settings = new CassandraSettings();
    settings.getContactPoints().add("localhost");
    return new CassandraDataStore(settings);
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.datastores.cassandra.CassandraDataStore

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.