public interface ChangeResult<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfChangedEntries()
Returns the number of changed entries
|
Collection<ChangedEntryDetails<T>> |
getResults()
Returns a collection of
ChangedEntryDetails of the changed entries. |
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()
Copyright © GigaSpaces.