Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
net.jini.space |
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
|
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 |
---|---|
void |
IPojoSpace.clear(Object template,
Transaction transaction)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
int |
IPojoSpace.clear(Object template,
Transaction transaction,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
int |
IPojoSpace.count(Object template,
Transaction transaction)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
int |
IPojoSpace.count(Object template,
Transaction transaction,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.read(Object template,
Transaction transaction,
long timeout)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.read(Object template,
Transaction transaction,
long timeout,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.readIfExists(Object template,
Transaction transaction,
long timeout)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.readIfExists(Object template,
Transaction transaction,
long timeout,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.readMultiple(Object template,
Transaction transaction,
int limit)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.readMultiple(Object template,
Transaction transaction,
int limit,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.take(Object template,
Transaction transaction,
long timeout)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.take(Object template,
Transaction transaction,
long timeout,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.takeIfExists(Object template,
Transaction transaction,
long timeout)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.takeMultiple(Object template,
Transaction transaction,
int limit)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.takeMultiple(Object template,
Transaction txn,
int limit,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.update(Object updatedEntry,
Transaction transaction,
long lease,
long timeout)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object |
IPojoSpace.update(Object updatedEntry,
Transaction transaction,
long lease,
long timeout,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.updateMultiple(Object[] entries,
Transaction transaction,
long[] leases)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Object[] |
IPojoSpace.updateMultiple(Object[] objects,
Transaction transaction,
long[] leases,
int modifiers)
Deprecated.
Since 8.0 - Use
GigaSpace instead. |
Modifier and Type | Class and Description |
---|---|
class |
DetailedUnusableEntryException
A DetailedUnusableEntryException is thrown when class version compatibility error,
the space server contains an older version of class.
|
class |
FifoOperationException
Parent exception class of all Fifo Exceptions.
|
class |
InvalidFifoClassException
Deprecated.
This exception is no longer thrown.
|
class |
InvalidFifoTemplateException
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
IGSEntry.getObject(IJSpace space)
Converts to object.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryNotInSpaceException
This exception is thrown when update operation is rejected.
|
class |
EntryVersionConflictException
This exception is thrown when update/take operation is rejected
as a result of optimistic locking version conflict.
|
Modifier and Type | Method and Description |
---|---|
Entry |
ExternalEntry.getEntry(IJSpace space)
Deprecated.
|
Object |
EntryArrivedRemoteEvent.getObject()
Returns the entry by specification of user.
|
Object |
ExternalEntry.getObject(IJSpace space)
Deprecated.
Converts to object.
|
Constructor and Description |
---|
GSIterator(IJSpace spaceProxy,
Collection<?> templates)
Equivalent to calling
GSIterator.GSIterator(IJSpace, Collection, com.gigaspaces.client.iterator.GSIteratorConfig) . |
GSIterator(IJSpace spaceProxy,
Collection<?> templates,
GSIteratorConfig config)
Constructs an iterator over a space using a collection of entity instances
to be incrementally returned.
|
GSIterator(IJSpace spaceProxy,
Collection<?> templates,
int bufferSize,
boolean withHistory,
long leaseDuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Entry |
AvailabilityEvent.getEntry()
Returns a copy of the
Entry whose transition
triggered this event. |
Entry |
MatchSet.next()
Removes one
Entry from the match set and
returns a copy to the caller. |
Entry |
JavaSpace.read(Entry tmpl,
Transaction txn,
long timeout)
Read any matching entry from the space, blocking until one exists.
|
Entry |
JavaSpace.readIfExists(Entry tmpl,
Transaction txn,
long timeout)
Read any matching entry from the space, returning
null if there is currently is none. |
Entry |
JavaSpace.take(Entry tmpl,
Transaction txn,
long timeout)
Take a matching entry from the space, waiting until one exists.
|
Entry |
JavaSpace.takeIfExists(Entry tmpl,
Transaction txn,
long timeout)
Take a matching entry from the space, returning
null if there is currently is none. |
Constructor and Description |
---|
UnusableEntryException(String message,
UnusableEntryException cause) |
UnusableEntryException(UnusableEntryException cause) |
Copyright © GigaSpaces.