Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.internal.client | |
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 | Class and Description |
---|---|
class |
FailedChangedEntryDetailsImpl |
Modifier and Type | Method and Description |
---|---|
Collection<FailedChangedEntryDetails> |
ChangeException.getFailedChanges()
Returns the entries that failed to change result.
|
Copyright © GigaSpaces.