| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.internal.client | |
| com.gigaspaces.internal.client.spaceproxy.operations | |
| 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<ChangedEntryDetails<T>> | 
ChangeResult.getResults()
Returns a collection of  
ChangedEntryDetails of the changed entries. | 
Collection<ChangedEntryDetails<?>> | 
ChangeException.getSuccesfullChanges()
Returns the successfully done changes. 
 | 
| Constructor and Description | 
|---|
ChangeException(String message,
               Collection<ChangedEntryDetails<?>> changedEntries,
               Collection<FailedChangedEntryDetails> entriesFailedToChange,
               Collection<Throwable> errors)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeEntryDetailsImpl<T>  | 
class  | 
FailedChangedEntryDetailsImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ChangedEntryDetails<T>> | 
ChangeDetailedResultImpl.getResults()  | 
Collection<ChangedEntryDetails<T>> | 
ChangeResultImpl.getResults()  | 
| Constructor and Description | 
|---|
ChangeDetailedResultImpl(ChangedEntryDetails<T> singleChangeEntryResult)  | 
| Constructor and Description | 
|---|
ChangeDetailedResultImpl(Collection<ChangedEntryDetails<T>> multipleBatchResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeEntriesSpaceOperationRequest.setMutators(Iterable<ChangedEntryDetails<?>> entriesDetails)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ChangedEntryDetails<?>> | 
ChangeException.getSuccesfullChanges()
Returns the successfully done changes. 
 | 
Copyright © GigaSpaces.