Package com.hmsonline.virgil.resource

Examples of com.hmsonline.virgil.resource.MapReduceResource


        addCommand(new VirgilCommand("cassandra"));
    }

    @Override
    protected void initialize(VirgilConfiguration conf, Environment env) throws Exception {
        env.addResource(new MapReduceResource(this));
        env.addResource(new DataResource(this));
        env.addHealthCheck(new CassandraHealthCheck(this));
        env.addProvider(new KeyspaceExceptionMapper());
    }
View Full Code Here

TOP

Related Classes of com.hmsonline.virgil.resource.MapReduceResource

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.