Uses of Interface
org.hcjf.cloud.counter.Counter
-
Packages that use Counter Package Description org.hcjf.cloud org.hcjf.cloud.impl -
-
Uses of Counter in org.hcjf.cloud
Methods in org.hcjf.cloud that return Counter Modifier and Type Method Description static CounterCloud. getCounter(java.lang.String counterName)This method provides an implementation of distributed counter.CounterCloudServiceImpl. getCounter(java.lang.String counterName)This method provides an implementation of distributed counter. -
Uses of Counter in org.hcjf.cloud.impl
Methods in org.hcjf.cloud.impl that return Counter Modifier and Type Method Description CounterDefaultCloudServiceImpl. getCounter(java.lang.String counterName)This method provides an implementation of distributed counter.
-