Package org.cyclop.service.cassandra

Examples of org.cyclop.service.cassandra.QueryService


  @Inject
  private CassandraSessionImpl session;

  private QueryService get() {
    CassandraVersion ver = session.getCassandraVersion();
    QueryService instance = ver == CassandraVersion.VER_2_x ? defaultQs : fallbackQs;
    return instance;
  }
View Full Code Here

TOP

Related Classes of org.cyclop.service.cassandra.QueryService

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.