[infinispan-issues] [JBoss JIRA] (ISPN-8093) Remove operation for counters

Pedro Ruivo (JIRA) issues at jboss.org
Mon Jul 24 13:31:00 EDT 2017


Pedro Ruivo created ISPN-8093:
---------------------------------

             Summary: Remove operation for counters
                 Key: ISPN-8093
                 URL: https://issues.jboss.org/browse/ISPN-8093
             Project: Infinispan
          Issue Type: Feature Request
          Components: Clustered Counter
            Reporter: Pedro Ruivo
            Assignee: Pedro Ruivo


Allow counters to be removed. If an operation finds out that the counter doesn't exists, it is recreated with its initial value and the operation is replied. 

If a getValue is invoked and the counter doesn't exist, it returns its initial value without recreating the counter.

New methods to the API:

{code:java}
CounterManager.removeCounter(String counterName) //remove the counter with this name 
StrongCounter.remove() //removes the counter represent by this instance
WeakCounter.remove() //same as above
{code}




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list