-
cascading.operation.state.Counter
Class Counter is a {@link Filter} that increments a given {@link Enum} counter by 1 or by the given {@code increment} value.
Internally, the {@link #isRemove(cascading.flow.FlowProcess,cascading.operation.FilterCall)} method calls{@link FlowProcess#increment(Enum,long)}.
No {@link cascading.tuple.Tuple} instances are ever discarded.
@see FlowProcess
@see Filter
-
co.paralleluniverse.galaxy.monitoring.Counter
@author pron
-
com.alibaba.citrus.service.velocity.VelocityEngineTests.Counter
-
com.alu.e3.data.model.sub.Counter
-
com.asakusafw.runtime.directio.Counter
Receives count.
@since 0.2.5
@see CountInputStream
@see CountOutputStream
-
com.cloud.network.as.Counter
-
com.codahale.metrics.Counter
An incrementing and decrementing counter metric.
-
com.example.Counter
-
com.google.appengine.tools.mapreduce.Counter
Counter is an integer variable that is aggregated across multiple shards. Can be used to do statistical calculations.
-
com.gs.collections.impl.Counter
A Counter can be used to increment and return an integer count. A Counter can be used in Anonymous inner classes if it is declared final, unlike an int, which once declared final cannot be modified.
-
com.netflix.servo.monitor.Counter
Monitor type for tracking how often some event is occurring.
-
com.netflix.zuul.plugins.Counter
Plugin to hook up a Servo counter to the CounterFactory
@author Mikey CohenDate: 4/10/13 Time: 4:50 PM
-
com.openkm.kea.util.Counter
-
com.proofpoint.stats.BucketedCounter.Counter
-
com.proofpoint.stats.SparseCounterStat.Counter
-
com.sk89q.worldedit.function.block.Counter
Keeps a count of the number of times that {@link #apply(Vector)} is called.
-
com.sleepycat.je.dbi.StartupTracker.Counter
-
com.subhajit.common.jmx.util.Counter
-
com.sun.bookstore1.util.Counter
-
com.sun.sgs.test.impl.service.task.TestTaskServiceImpl.Counter
-
com.tek42.perforce.model.Counter
Represents a Perforce counter.
@author Kamlesh Sangani
-
com.voyagegames.core.modules.Counter
-
com.yammer.metrics.core.Counter
-
game.core.Counter
Compteur de temps general pour les animations
@author mastersnes
-
info.archinnov.achilles.type.Counter
com/doanduyhai/Achilles/wiki/Counters" target="_blank">Counter
-
io.vertx.core.shareddata.Counter
org">Tim Fox
-
kea.util.Counter
-
mage.counters.Counter
@author BetaSteward_at_googlemail.com
-
maui.util.Counter
Class that implements a simple counter.
@author Eibe Frank (eibe@cs.waikato.ac.nz)
@version 1.0
-
net.rubyeye.xmemcached.Counter
Counter,encapsulate the incr/decr methods.
@author dennis
-
net.sf.clairv.p2p.util.Counter
@author qiuyin
-
net.sf.clairv.search.util.Counter
@author qiuyin
-
net.sourceforge.align.calculator.length.counter.Counter
Responsible for calculating length of given segment. For example it can return number of characters (see {@link CharCounter}, number of words (see {@link SplitCounter}) or any other measure.
@author loomchild
-
opennlp.maxent.Counter
A simple class which is essentially an Integer which is mutable via incrementation.
-
org.apache.airavata.wsmg.util.Counter
-
org.apache.axis2.util.Counter
-
org.apache.drill.exec.cache.Counter
-
org.apache.flex.compiler.internal.common.Counter
A singleton class that counts the number of various objects (such as tokens, nodes, definitions, and scopes) created during a compilation.
You should not expect the counts to be exactly reproducible when doing the same compilation multiple times. Some objects may get garbage collected and recreated.
-
org.apache.hadoop.hbase.util.Counter
High scalable counter. Thread safe.
-
org.apache.hadoop.hdfs.server.namenode.startupprogress.StartupProgress.Counter
-
org.apache.hadoop.mapred.Counters.Counter
-
org.apache.hadoop.mapred.JobInProgress.Counter
-
org.apache.hadoop.mapreduce.Counter
A named counter that tracks the progress of a map/reduce job.
Counters
represent global counters, defined either by the Map-Reduce framework or applications. Each Counter
is named by an {@link Enum} and has a long for the value.
Counters
are bunched into Groups, each comprising of counters from a particular Enum
class.
-
org.apache.hadoop.mapreduce.v2.api.records.Counter
-
org.apache.lucene.util.Counter
Simple counter class
@lucene.internal
@lucene.experimental
-
org.apache.niolex.commons.test.Counter
This is used for count.
@author
Xie, Jiyun
@version 1.0.0
@since 2012-7-12
-
org.apache.samza.metrics.Counter
A counter is a {@link org.apache.samza.metrics.Metric} that represents a cumulative value.For example, the number of messages processed since the container was started.
-
org.apache.sirona.counters.Counter
A Metric
is a numerical indicator of some monitored application state with support for simple statistics.
-
org.apache.sqoop.submission.counter.Counter
-
org.apache.yaoql.util.Counter
-
org.boris.expr.util.Counter
-
org.cliffc.high_scale_lib.Counter
A simple high-performance counter. Merely renames the extended {@link org.cliffc.high_scale_lib.ConcurrentAutoTable} class to be more obvious.{@link org.cliffc.high_scale_lib.ConcurrentAutoTable} already has a decentcounting API.
@since 1.5
@author Cliff Click
-
org.dbwiki.lib.Counter
Helper class that implements an integer counter.
@author hmueller
-
org.eclipse.sapphire.Counter
Represents a numeric counter that can be incremented, reset and read. Counters are useful for code instrumentation, such as determining how many times a particular method is called.
A counter can be created and used directly or through the supplied static methods that work with a collection of global counters.
@author
Konstantin Komissarchik
-
org.jayasoft.woj.portal.model.Counter
-
org.jboss.resteasy.cdi.util.Counter
@author
Ron Sigal
@version $Revision: 1.1 $Copyright May 8, 2012
-
org.jboss.soa.esb.actions.Counter
-
org.jboss.test.ejb3.war.deployment.Counter
Counter
@author Jaikiran Pai
@version $Revision: $
-
org.jgroups.blocks.atomic.Counter
@author Bela Ban
@since 3.0.0
-
org.jgroups.protocols.COUNTER
Protocol which is used by {@link org.jgroups.blocks.atomic.CounterService} to provide a distributed atomic counter
@author Bela Ban
@since 3.0.0
-
org.jnode.vm.objects.Counter
@author Ewout Prangsma (epr@users.sourceforge.net)
-
org.jruby.ir.Counter
-
org.mule.util.counters.Counter
This interface is the interface implemented for all counter types. A Counter can represent a real counter or a virtual counter that will be computed using one or more other counters.
Real counters
are counters which represent real values. The user will call methods of such counters to modify the associated value of the counter. Computed counters
are computed using one or more associated counters. Such counters represent operations computed on associated counters. Usually, these counters will never be used directly, but will only used to retrieve the computed values.
-
org.need4steed.cccount.Counter
-
org.springframework.osgi.extender.internal.util.concurrent.Counter
1 second for other threads to complete counter.waitForZero(1000); Thread 2: // do some work counter.decrement(); Thread 3: // do some work counter.decrement();
Mainly for usage inside the framework. All methods are thread-safe however for the master/slave pattern, synchronized blocks are recommended as multiple operations have to be executed at once.
@author Costin Leau
-
org.springframework.xd.analytics.metrics.core.Counter
Represents the data stored in a valueer of a single value. Operations on it are expected to increment or decrement the value. The name property is a friendly user assigned name, and should be unique. Note: Additional metadata to help in searching for Counters, such as tags and last time updated will be coming.
@author Mark Pollack
-
org.wso2.carbon.bam.data.publisher.activity.service.Counter
Message counter
-
org.wso2.carbon.bam.data.publisher.clientstats.Counter
Request counter
-
powercrystals.minefactoryreloaded.circuits.digital.Counter
-
solver.constraints.nary.automata.FA.utils.Counter
Created by IntelliJ IDEA. User: julien Date: Nov 24, 2010 Time: 10:24:53 AM
-
stallone.util.Counter
@author noe
-
stateandbehavior.Counter
-
util.Counter