Interface | Description |
---|---|
ChangedEntryDetails<T> |
The result of a change operation executed on an entry
|
ChangeResult<T> |
Result of a change operation.
|
FailedChangedEntryDetails |
The result of a change operation of a specific entry that raised an exception
|
IPojoSpace | Deprecated
Since 8.0 - Use
GigaSpace instead. |
ReadByIdsResult<T> |
Holds iterable results of the
readByIds operation. |
TakeByIdsResult<T> |
Holds iterable results of the
takeByIds operation. |
WriteMultipleException.IWriteResult |
Class | Description |
---|---|
ChangeModifiers |
Provides modifiers to customize the behavior of change operations.
|
ChangeSet |
The set of changes to apply for matches entries of the change operation
|
ClearModifiers |
Provides modifiers to customize the behavior of clear operations.
|
CountModifiers |
Provides modifiers to customize the behavior of count operations.
|
ReadModifiers |
Provides modifiers to customize the behavior of read operations.
|
SpaceProxyOperationModifiers |
Base class for space proxy operations modifiers.
|
TakeModifiers |
Provides modifiers to customize the behavior of take operations.
|
WriteModifiers |
Provides modifiers to customize the behavior of write operations.
|
Exception | Description |
---|---|
ChangeException |
Thrown when any error occurred when trying to perform change of entries
|
ClearException |
Thrown when a space clear operation fails.
|
ReadByIdsException |
Thrown when readByIds operation fails.
|
ReadMultipleException |
Thrown when a space readMultiple operation fails.
|
TakeByIdsException |
Thrown when takeByIds operation fails.
|
TakeMultipleException |
Thrown when a space takeMultiple operation fails.
|
WriteMultipleException |
Thrown when writeMultiple operation fails.
|
org.openspaces.core
instead.Copyright © GigaSpaces.