net.sf.ehcache.management.resource.services
Class CacheStatisticSamplesResourceServiceImplV2

java.lang.Object
  extended by net.sf.ehcache.management.resource.services.CacheStatisticSamplesResourceServiceImplV2

@Path(value="/v2/agents/cacheManagers/caches/statistics/samples")
public final class CacheStatisticSamplesResourceServiceImplV2
extends Object

Author:
brandony

Constructor Summary
CacheStatisticSamplesResourceServiceImplV2()
           
 
Method Summary
 org.terracotta.management.resource.ResponseEntityV2 getCacheStatisticSamples(javax.ws.rs.core.UriInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatisticSamplesResourceServiceImplV2

public CacheStatisticSamplesResourceServiceImplV2()
Method Detail

getCacheStatisticSamples

@GET
@Produces(value="application/json")
public org.terracotta.management.resource.ResponseEntityV2 getCacheStatisticSamples(@Context
                                                                                                 javax.ws.rs.core.UriInfo info)
Parameters:
info -
Returns:


Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.