GigaSpaces XAP 10.0.1 API

com.gigaspaces.client
Interface ChangeResult<T>

Type Parameters:
T -
All Superinterfaces:
Serializable

public interface ChangeResult<T>
extends Serializable

Result of a change operation.

Since:
9.1
Author:
Niv Ingberg

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

getResults

Collection<ChangedEntryDetails<T>> getResults()
Returns a collection of ChangedEntryDetails of the changed entries. This is only supported if the ChangeModifiers.RETURN_DETAILED_RESULTS modifier was used, otherwise this method will throw unsupported operation exception.

Throws:
UnsupportedOperationException - if the corresponding change operation was not used with the ChangeModifiers.RETURN_DETAILED_RESULTS modifier.

getNumberOfChangedEntries

int getNumberOfChangedEntries()
Returns the number of changed entries


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.