public class CountingStage<T>
extends net.shibboleth.metadata.pipeline.BaseStage<T>
| Modifier and Type | Field and Description |
|---|---|
private int |
invocationCount
Number of times the stage was invoked.
|
private int |
itemCount
Number of items observed.
|
| Constructor and Description |
|---|
CountingStage()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(Collection<net.shibboleth.metadata.Item<T>> metadataCollection) |
int |
getInvocationCount()
Gets the number of times the stage was invoked.
|
int |
getItemCount()
Gets the number of items observed.
|
execute, getCollectionPredicate, setCollectionPredicatesetIddoInitialize, getIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedprivate int invocationCount
private int itemCount
public int getInvocationCount()
public int getItemCount()
protected void doExecute(Collection<net.shibboleth.metadata.Item<T>> metadataCollection) throws net.shibboleth.metadata.pipeline.StageProcessingException
doExecute in class net.shibboleth.metadata.pipeline.BaseStage<T>net.shibboleth.metadata.pipeline.StageProcessingExceptionCopyright © 1999–2015. All rights reserved.