Package org.infinispan.stats.container

Examples of org.infinispan.stats.container.RemoteExtendedStatisticsContainer


* @since 6.0
*/
public class RemoteTransactionStatistics extends TransactionStatistics {

   public RemoteTransactionStatistics(TimeService timeService) {
      super(new RemoteExtendedStatisticsContainer(), timeService);
   }
View Full Code Here

TOP

Related Classes of org.infinispan.stats.container.RemoteExtendedStatisticsContainer

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.