|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface ChangeResult<T>
Result of a change operation.
Method Summary | |
---|---|
int |
getNumberOfChangedEntries()
Returns the number of changed entries |
Collection<ChangedEntryDetails<T>> |
getResults()
Returns a collection of ChangedEntryDetails of the changed
entries. |
Method Detail |
---|
Collection<ChangedEntryDetails<T>> getResults()
ChangedEntryDetails
of the changed
entries. ChangeModifiers.RETURN_DETAILED_RESULTS
modifier was used,
otherwise this method will throw unsupported operation exception.
UnsupportedOperationException
- if the corresponding change
operation was not used with the
ChangeModifiers.RETURN_DETAILED_RESULTS
modifier.int getNumberOfChangedEntries()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |