Package com.twitter.finagle.stats

Examples of com.twitter.finagle.stats.NullStatsReceiver


   */
  public static com.twitter.finagle.memcachedx.CachePoolCluster newZkCluster(
      String zkPath,
      ZooKeeperClient zkClient,
      Set<CacheNode> backupPool) {
    return newZkCluster(zkPath, zkClient, backupPool, new NullStatsReceiver());
  }
View Full Code Here


   */
  public static com.twitter.finagle.memcached.CachePoolCluster newZkCluster(
      String zkPath,
      ZooKeeperClient zkClient,
      Set<CacheNode> backupPool) {
    return newZkCluster(zkPath, zkClient, backupPool, new NullStatsReceiver());
  }
View Full Code Here

TOP

Related Classes of com.twitter.finagle.stats.NullStatsReceiver

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.