|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FailedChangedEntryDetails | |
|---|---|
| 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. |
| Uses of FailedChangedEntryDetails in com.gigaspaces.client |
|---|
| Methods in com.gigaspaces.client that return types with arguments of type FailedChangedEntryDetails | |
|---|---|
Collection<FailedChangedEntryDetails> |
ChangeException.getFailedChanges()
Returns the failed changes. |
| Constructor parameters in com.gigaspaces.client with type arguments of type FailedChangedEntryDetails | |
|---|---|
ChangeException(String message,
Collection<ChangedEntryDetails<?>> changedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors)
|
|
ChangeException(String message,
int numChangedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors)
|
|
| Uses of FailedChangedEntryDetails in org.openspaces.core |
|---|
| Methods in org.openspaces.core that return types with arguments of type FailedChangedEntryDetails | |
|---|---|
Collection<FailedChangedEntryDetails> |
ChangeException.getFailedChanges()
Returns the entries that failed to change result. |
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||