public interface AuditClientSummary extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getChildDocumentAdds() |
UUID |
getClientId() |
long |
getCompletedCount() |
Map<String,Long> |
getCompletedMessageCounts() |
long |
getDocumentAdds() |
long |
getDropCount()
May include multiple counts per document.
|
Map<String,Long> |
getDroppedMessageCounts() |
long |
getFailureCount()
May include multiple counts per document.
|
Date |
getFirstActionTime()
Note, this time is approximate.
|
long |
getFirstSequenceId() |
long |
getFoundCount()
Documents or messages subsequently discovered to be incorrectly marked as LOST are rebalanced using FOUNDs
|
Map<String,Long> |
getFoundMessageCounts() |
Date |
getInactiveTime()
Returns the time the client was made inactive by a call to
AuditWriterApi.makeInactive(UUID) . |
Date |
getLastActionTime()
Whenever a counter is updated that affects these statistics, the time of that update is recorded.
|
long |
getLastSequenceId() |
long |
getLostCount()
Documents and message are marked as LOST due to node crashes and system errors.
|
Map<String,Long> |
getLostMessageCounts() |
String |
getName()
Returns the client name as set by
AuditWriterApi.clientName(UUID, String) |
long |
getNotHandledCount()
May include multiple counts per document.
|
long |
getOkCount()
May include multiple counts per document.
|
long |
getRefeedCount()
Documents and records are marked as REFEED when Attivio's fault tolerant mechanisms have refed a LOST document.
|
Map<String,Long> |
getSentMessageCounts() |
long |
getWarningCount()
May include multiple counts per document.
|
boolean |
isComplete()
Since the summary represents a moment in time, this method's return value will never change.
|
Date getFirstActionTime()
Date getLastActionTime()
Date getInactiveTime()
AuditWriterApi.makeInactive(UUID)
.
Should always return null
if the client is currently active.null
if active.UUID getClientId()
String getName()
AuditWriterApi.clientName(UUID, String)
long getDocumentAdds()
long getChildDocumentAdds()
long getCompletedCount()
long getOkCount()
long getWarningCount()
long getFailureCount()
long getDropCount()
long getNotHandledCount()
long getLostCount()
long getRefeedCount()
long getFoundCount()
boolean isComplete()
LOST
documents are not counted towards completion since they are expected to be refed. When fault-tolerance is off,
LOST
documents and messages are treated the same as DROPPED
ones.long getFirstSequenceId()
long getLastSequenceId()
Map<String,Long> getSentMessageCounts()
Map<String,Long> getCompletedMessageCounts()
Map<String,Long> getDroppedMessageCounts()
Map<String,Long> getLostMessageCounts()
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.