Package com.netflix.astyanax.test

Examples of com.netflix.astyanax.test.TestHostConnectionPool


//        Assert.assertEquals(0, topology.getPartitionCount());
//        Assert.assertEquals(0, topology.getAllPools().getPools().size());
    }

    public TestHostConnectionPool makePool(int index) {
        return new TestHostConnectionPool(new Host("127.0.0." + index, 0));
    }
View Full Code Here

TOP

Related Classes of com.netflix.astyanax.test.TestHostConnectionPool

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.