Package com.elasticinbox.core.cassandra

Examples of com.elasticinbox.core.cassandra.CassandraDAOFactory


  public abstract LabelDAO getLabelDAO();

  public static DAOFactory getDAOFactory()
  {
    // Currently only Cassandra supported, ignore config
    return new CassandraDAOFactory();

    /*
    String driver = Configurator.getMetadataStorageDriver();

    if (driver.equalsIgnoreCase(CASSANDRA)) {
View Full Code Here

TOP

Related Classes of com.elasticinbox.core.cassandra.CassandraDAOFactory

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.