| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| org.openspaces.core | 
 Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<FailedChangedEntryDetails> | 
ChangeException.getFailedChanges()
Returns the failed changes. 
 | 
| Constructor and Description | 
|---|
ChangeException(String message,
               Collection<ChangedEntryDetails<?>> changedEntries,
               Collection<FailedChangedEntryDetails> entriesFailedToChange,
               Collection<Throwable> errors)  | 
ChangeException(String message,
               int numChangedEntries,
               Collection<FailedChangedEntryDetails> entriesFailedToChange,
               Collection<Throwable> errors)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<FailedChangedEntryDetails> | 
ChangeException.getFailedChanges()
Returns the entries that failed to change result. 
 | 
Copyright © GigaSpaces.