public interface CountingEntryUpdateVisitor extends EntryUpdateVisitor
EntryUpdateVisitor
with a little statistic of
the counts of the different changes
.Modifier and Type | Method and Description |
---|---|
int |
getChangeCount(ChangeType changeType)
This method gets the number of invocations of
EntryUpdateVisitor.visitIndexedEntryUri(String, ChangeType) for the
given changeType . |
visitIndexedEntryUri
int getChangeCount(ChangeType changeType)
EntryUpdateVisitor.visitIndexedEntryUri(String, ChangeType)
for the
given changeType
.changeType
- is the ChangeType
or null
for
unmodified.Copyright © 2001–2016 mmm-Team. All rights reserved.