Label: interfaces+support

All content with label interfaces+support.
Related Labels: visual , 2-basic , jcache , xa , compute , jndi , reserved , guide , issues , unit , gigaspacesdotnet , memory , persistency , first , applications , transaction , querying , introduction , converter , more » ( - interfaces , - support )

Externalizable Support (XAP 6.6 Documentation)
Using Externalizable to boost remote space performance operations. Overview To solve the performance problems associated with a class serialization, the {{serialization}} mechanism allows you to declare that a class is . When the {{ObjectOutputStream writeObject()}} method is called, it performs the following sequence of actions: Tests ...
FIFO Support (XAP 6.6 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 ...