|
ModeShape Distribution 3.6.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.cache.document.LocalDocumentStore.DocumentOperationResults
public static class LocalDocumentStore.DocumentOperationResults
Constructor Summary | |
---|---|
LocalDocumentStore.DocumentOperationResults()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalDocumentStore.DocumentOperationResults()
Method Detail |
---|
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)
public String toString()
toString
in class Object
|
ModeShape Distribution 3.6.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |