Label: performance

Content with label performance in XAP 6.0 Documentation (See content from all spaces)
Related Labels: extensions , javaspaces , operations , iterator , externalizable , batch

Batch Operations
An extension of the JavaSpaces API, enabling operations with multiple objects in one call. Overview Batch operations boost performance, since they interact with the server in one RPC call and retrieve the result from the space in one space operation. This allows the client ...
Externalizable Support
Using Externalizable to boost remote space performance with JavaSpaces operations. Overview To solve the performance problems associated with making a class Serializable, the {{serialization}} mechanism allows you to declare that a class is . When the {{ObjectOutputStream writeObject()}} method is called, it performs the following sequence ...
JavaSpaces Iterator
Used to read objects matching multiple templates in one call. There are two main ways to use the GSIterator: Recommended usage described in the Enterprise Data Grid Tutorial B Aggregate Queries Enterprise Data Grid Tutorial B Aggregate Queries ...