Package org.apache.cassandra.tools

Examples of org.apache.cassandra.tools.NodeProbe.drain()


      @Override
      public void run() {
        NodeProbe probe = clientProvider.getProbe(address);
        if (probe != null) {
          try {
            probe.drain();
          } catch (Exception e) {
            log.error("Failed to drain " + address, e);
          }
        }
      }
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.