Package com.shop.cache.api.client.io

Examples of com.shop.cache.api.client.io.SCClient.dumpStats()


  public List<String> dumpStats(boolean verbose) throws Exception
  {
    SCClient       client = getClient();
    try
    {
      return (client != null) ? client.dumpStats(verbose) : new ArrayList<String>();
    }
    finally
    {
      releaseClient(client);
    }
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.