Package org.openspaces.core
package org.openspaces.core
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. Also includes a runtime level exceptions hierarchy based on Spring DAO
exceptions.
-
ClassDescriptionAn exception indicating wrong SQL query usage.Thrown when an error occurred while performing a
GigaSpace#change(com.gigaspaces.query.IdQuery, com.gigaspaces.client.ChangeSet, com.gigaspaces.client.ChangeModifiers, long)operation.Thrown when a clear space operations fails.Thrown when an operation is rejected since theConsistencyLevelfor that operation cannot be maintained.An implementation of theGigaMapinterface simplifying the work with JCache and Map interface on top of the Space.Default implementation ofGigaSpace.Default implementation ofGigaSpaceTypeManager.This exception is thrown when write operation is rejected when the entry (or another with same UID) is already in space.Thrown when an operation could not be completed because an entry was locked by another transaction.This exception is thrown whenupdate,readIfExistortakeIfExistoperations are rejected.Thrown when failed to serialize or deserialize Entry field.The executor builder allows to combine all the different types of executing tasks into a single execution (of course, the execution itself, of all the tasks, is asynchronous).A simple programmatic configurer forGigaMapinstance wrapping theGigaMapFactoryBean.Provides a simpler interface ofIJSpaceextension utilizing GigaSpaces extended and simplified programming model.A simple programmatic configurer forGigaSpaceinstance wrapping theGigaSpaceFactoryBean.A factory bean creatingGigaSpaceimplementation.Interface encapsulating operations for getting and managing space type descriptors.Thrown when an operation is performed on an inactive transaction.A wrapper forInternalSpaceException.Deprecated.This exception is no longer thrown.A base class for invalid fifo operations exceptions.This exception is thrown if read or take operations executed in FIFO mode, but the template class FIFO mode already been set to non FIFO.Thrown when an invalid transaction usage is performed.Utility methods to handle conversions between different isolation level representations.Thrown when a conversion error occurred.Deprecated.since 7.1.Thrown when readByIds operation fails.Holds a ReadByIdsException result.Determines the result type of a read by id operation result.Thrown when a readMultiple space operations fails.This exeception indicates the redo log reached its planned capacity and operations should be blocked until the redolog size is reducedRedoLogCapacityExceededExceptionWrapsRemoteExceptionthat is thrown from the Space.This exception indicates that a resource usage on the server is exceeding its capacitySpaceMemoryShortageExceptionRedoLogCapacityExceededExceptionResourceCapacityExceededExceptionThrown for a failed operation on a secured service, due to either failed authentication or access denial.Thrown when operation is performed while space is closing its resources.op' rejected-space in quiesce modeIndicates an interrupted exception that is thrown from the Space.This Exception indicates that the space server process reached the predefined percentage usage ratio.Thrown when a metadata error is detected.This exception is thrown when update/take/change/clear operation is rejected as a result of optimistic locking version conflict.A general timeout operation exceptionThis exception is thrown in case when space is unavailable.Thrown when takeByIds operation fails.Holds a TakeByIdsException result.Determines the result type of a take by id operation result.Thrown when a takeMultiple space operations fails.Thrown when a tiered storage metadata error is detected.Thrown when a tiered storage metadata error is detected.An exception occurred during a space operation that has to do with transactional semantics.A GigaSpace based data access exception that could not be translated to one of SpringDataAccessExceptionsubclasses or one of our own subclasses.Violation of unique constraint exceptionThrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors).Thrown when a space update operation timeouts after waiting for a transactional proper matching entry.Thrown when writeMultiple operation fails.Deprecated.since 7.1.