public static class LocalDocumentStore.DocumentOperationResults extends Object implements Serializable
Constructor and Description |
---|
DocumentOperationResults() |
Modifier and Type | Method and Description |
---|---|
protected LocalDocumentStore.DocumentOperationResults |
combine(LocalDocumentStore.DocumentOperationResults other) |
long |
getFailureCount()
Return the number of documents that caused some failure.
|
long |
getModifiedCount()
Return the number of documents that were successfully updated/modified by the operation.
|
long |
getSkipCount()
Return the number of documents that were skipped by the operation because the document could not be obtained in an
timely fashion.
|
long |
getUnmodifiedCount()
Return the number of documents that were not updated/modified by the operation.
|
protected void |
recordFailure() |
protected void |
recordModified() |
protected void |
recordSkipped() |
protected void |
recordUnmodified() |
String |
toString() |
public long getModifiedCount()
public long getUnmodifiedCount()
public long getFailureCount()
public long getSkipCount()
protected void recordModified()
protected void recordUnmodified()
protected void recordFailure()
protected void recordSkipped()
protected LocalDocumentStore.DocumentOperationResults combine(LocalDocumentStore.DocumentOperationResults other)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.