| Interface | Description |
|---|---|
| INotifyDelegator | Deprecated |
| INotifyDelegatorFilter |
This interface represents notify filter logic.
|
| IReplicatable | Deprecated
Since 8.0 - This interface is no longer relevant since
Entry usage in GigaSpaces has been deprecated. use SpaceClass instead. |
| Class | Description |
|---|---|
| BasicTypeInfo | Deprecated
Since 8.0 - Use
SpaceTypeDescriptor instead. |
| ClientUIDHandler | Deprecated
Since 8.0 - This class is reserved for internal usage only, Use
SpaceId annotation instead. |
| ContinousQuery<T> | Deprecated |
| EntryArrivedRemoteEvent |
An EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an
entry that matches the delegator's template enters a GigaSpace.
|
| EntryInfo | Deprecated
Since 8.0 - This class is irrelevant since com.j_spaces.core.client.MetaDataEntry is no longer supported, Use POJO annotations instead.
|
| ExternalEntry | Deprecated
Since 8.0 - This class has been deprecated and will be removed in future versions.
|
| GSIterator |
Creates an iterator that can be used to exhaustively read through all of the
visible matching entities in the space and any additional entities that
match.
|
| LocalTransactionManager | Deprecated
Since 8.0 - Use JINI transactions instead.
|
| NotifyModifiers | Deprecated
use
NotifyActionType |
| ReadModifiers |
The
ReadModifiers class provides static methods and
constants to decode Read type modifiers. |
| SpaceURL | Deprecated |
| SQLQuery<T> |
The SQLQuery class is used to query the space using the SQL syntax.
|
| TakeModifiers |
The
TakeModifiers class provides static methods and
constants to decode Take type modifiers. |
| TemplateMatchCodes | Deprecated
Since 8.0 - Use
SQLQuery instead. |
| UpdateModifiers |
The Modifier class provides
static methods and
constants to decode update types modifiers. |
| XAResourceImpl |
An instance of this class represents a XAResource implementation
|
| Exception | Description |
|---|---|
| CacheException |
Exception class that is thrown when any kind of Cache related
exception happens.
|
| CacheTimeoutException |
This Exception thrown when the entry is locked
under another transaction and operation timeout expired.
|
| EntryAlreadyInSpaceException |
This exception is thrown when write operation is rejected
when the entry (or another with same UID) is already in space.
|
| EntryNotInSpaceException |
This exception is thrown when update operation is rejected.
|
| EntryVersionConflictException |
This exception is thrown when update/take operation is rejected
as a result of optimistic locking version conflict.
|
| FinderException |
A FinderException is thrown if an attempt to find space or container fails.
|
| OperationTimeoutException |
OperationTimeoutException is thrown when a space operation
timeouts after waiting for a transactional proper matching entry. |
Copyright © GigaSpaces.