|
GigaSpaces XAP 7.0 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IMetaDataEntry | Deprecated. Use SpaceClass instead. |
INotifyDelegator | Deprecated. |
INotifyDelegatorFilter | Deprecated. |
IReplicatable | This is a tag interface for the partial replication mechanism. |
ObjectFormat | Each Object in the space represents one of the applicable supported formats. |
Query<T> | The Query Interface is the base interface for the SQLQuery and the RegExQuery classes. |
Class Summary | |
---|---|
BasicTypeInfo | This class provides Entry Class information. |
ClientUIDHandler | This Class enables the client to create entry UIDs by rendering a free-string , and to extract the free-string from a UID. |
ContinousQuery<T> | Extends the SQLQuery interface to allow continuous query. |
EntryArrivedRemoteEvent | An EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an entry that matches the delegator's template enters a GigaSpace. |
EntryInfo | This Object contains entry information like its UID and Version ID. |
ExternalEntry | ExternalEntry is special kind of JavaSpace entry that allows users to fill in data using simple methods to form standard Jini entry without implementing the Entry Interface or define public attribute. |
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 | A Local Transaction Manager acts as a Transaction Manager for transactions that span a single space instance. |
LookupFinder | LookupFinder is a generalized concept of the SpaceFinder utility. |
LookupFinder.LookupEntriesComparator | |
MetaDataEntry | Deprecated. Use SpaceClass instead. |
MulticastNotifyDelegator | Deprecated. Use EventSessionFactory instead. |
NotifyDelegator | Deprecated. Use EventSessionFactory instead. |
NotifyDelegatorMultiplexer | Deprecated. Use EventSessionFactory instead. |
NotifyModifiers | Deprecated. use NotifyActionType |
ReadModifiers | The ReadModifiers class provides static methods and
constants to decode Read type modifiers. |
RegExQuery<T> | Deprecated. - use SQLQuery with 'rlike' |
SpaceFinder | Deprecated. Use UrlSpaceConfigurer instead. |
SpaceURL | Deprecated. Use UrlSpaceConfigurer instead. |
SQLQuery<T> | The SQLQuery class is used to query the space using the SQL syntax. |
TemplateMatchCodes | This class provides constants to be used when performing Query using templates. |
TokenQuery | TokenQuery provides a simple mechanism which allows notifications of several different notify templates, each with a different token field, to be triggered for a single space operation. |
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 Summary | |
---|---|
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. |
Provides GigaSpaces client interface services
|
GigaSpaces XAP 7.0 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |