Examples of nodeHasActiveVBuckets()


Examples of com.couchbase.client.vbucket.config.DefaultConfig.nodeHasActiveVBuckets()

   * @param node the node to check
   * @return true or false if it has active VBuckets.
   */
  private boolean hasActiveVBuckets(ViewNode node) {
    DefaultConfig config = (DefaultConfig) connFactory.getVBucketConfig();
    return config.nodeHasActiveVBuckets(node.getSocketAddress());
  }

  /**
   * Returns the currently connected ViewNodes.
   *
 
View Full Code Here

Examples of com.couchbase.client.vbucket.config.DefaultConfig.nodeHasActiveVBuckets()

   * @param node the node to check
   * @return true or false if it has active VBuckets.
   */
  private boolean hasActiveVBuckets(ViewNode node) {
    DefaultConfig config = (DefaultConfig) connFactory.getVBucketConfig();
    return config.nodeHasActiveVBuckets(node.getSocketAddress());
  }

  /**
   * Returns the currently connected ViewNodes.
   *
 
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.