com.googlecode.icegem.expiration
Class DestroyedEntriesCountCollector
java.lang.Object
com.googlecode.icegem.expiration.DestroyedEntriesCountCollector
- All Implemented Interfaces:
- com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
public class DestroyedEntriesCountCollector
- extends Object
- implements com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
Collects the partial destroyedEntriesCount values and sums them
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestroyedEntriesCountCollector
public DestroyedEntriesCountCollector()
addResult
public void addResult(com.gemstone.gemfire.distributed.DistributedMember member,
Serializable value)
- Specified by:
addResult in interface com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
clearResults
public void clearResults()
- Specified by:
clearResults in interface com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
endResults
public void endResults()
- Specified by:
endResults in interface com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
getResult
public Serializable getResult()
throws com.gemstone.gemfire.cache.execute.FunctionException
- Specified by:
getResult in interface com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
- Throws:
com.gemstone.gemfire.cache.execute.FunctionException
getResult
public Serializable getResult(long timeout,
TimeUnit timeUnit)
throws com.gemstone.gemfire.cache.execute.FunctionException,
InterruptedException
- Specified by:
getResult in interface com.gemstone.gemfire.cache.execute.ResultCollector<Serializable,Serializable>
- Throws:
com.gemstone.gemfire.cache.execute.FunctionException
InterruptedException
Copyright © 2011. All Rights Reserved.