org.apache.accumulo.server.util
Class MapCounter<KT>

java.lang.Object
  extended by org.apache.accumulo.server.util.MapCounter<KT>

public class MapCounter<KT>
extends java.lang.Object


Constructor Summary
MapCounter()
           
 
Method Summary
 boolean contains(KT key)
           
 long decrement(KT key, long l)
           
 long get(KT key)
           
 long increment(KT key, long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCounter

public MapCounter()
Method Detail

increment

public long increment(KT key,
                      long l)

decrement

public long decrement(KT key,
                      long l)

contains

public boolean contains(KT key)

get

public long get(KT key)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.