public abstract class InconsistentTopicStatus extends Status
InconsistentTopicEvent,
Serialized Form| Constructor and Description |
|---|
InconsistentTopicStatus() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getTotalCount()
Total cumulative count of the
Topics discovered whose name
matches the Topic to which this status is attached and whose type is
inconsistent with the Topic. |
abstract int |
getTotalCountChange()
The incremental number of inconsistent topics discovered since the
last time the listener was called or the status was read.
|
allStatuses, noStatusesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnvironmentpublic abstract int getTotalCount()
Topics discovered whose name
matches the Topic to which this status is attached and whose type is
inconsistent with the Topic.public abstract int getTotalCountChange()
Copyright © 2014. All rights reserved.