Label: consistency

All content with label consistency.
Related Labels: locking , fifo , uid , javaspaces , update , pessimistic , partial , optimistic , notifications , leases

FIFO Support (XAP 6.0 Documentation)
How to get objects in the same order in which they were written to the space. Overview The ability to have FIFO (First In, First Out) for space Entries is a critical requirement when building messaging systems on top of JavaSpaces or implementing masterworker patterns. Users ...
JavaSpaces UID Support (XAP 6.0 Documentation)
How to access space objects using their unique identifiers (UID). All the methods described with this topic are relevant only for Java {{net.jini.core.entry.Entry}} domain based classes Overview GigaSpaces allows space Entries to be accessed using their unique identifiers (UID). This powerful ...
Managing Resources Lease (XAP 6.0 Documentation)
LeaseRenewalManager}} provides systematic renewal and overall management of a set of leases associated with one or more remote entities on behalf of a local entity. Overview The space provides a mechanism, called leasing, that keeps the space clean and consistent even if applications disconnect before ...
Partial Update (XAP 6.0 Documentation)
Updating only some of the fields of an object in the space. Overview In some cases you would like to update a specific Entry attribute without sending all Entry attributes to the space. The {{Partial Update}} mode allows you to call the update ...
Space Locking and Blocking (XAP 6.0 Documentation)
Using optimistic and pessimistic locking to preserve the integrity of changes in multiuser scenarios. Overview Locking of objects occurs in multiuser systems to preserve the integrity of changes, so that changes made by one process do not accidentally overwrite changes made by another process ...