Examples of GetServiceInfoResult


Examples of de.zib.scalaris.Monitor.GetServiceInfoResult

     */
    @Test
    public final void testGetServiceInfo1() throws ConnectionException {
        final Monitor conn = new Monitor(scalarisNode);
        try {
            final GetServiceInfoResult serviceInfo = conn.getServiceInfo();
            assertTrue(serviceInfo.nodes >= 0);
            assertTrue(serviceInfo.totalLoad >= 0);
        } finally {
            conn.closeConnection();
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.