Quantcast
Channel: Gigaspaces XAP forum - RSS feed
Viewing all articles
Browse latest Browse all 1486

WriteMultiple with space based remoting?

$
0
0
With a clustered proxy, we can use writeMultiple to save multiple objects with one call. This works nice because all the data in the array are stored in different buckets depending on which partition they are going to. These features however aren't available while using the space based remoting architecture. Instead, we can annotate our remoting interface method with @ExecutorRemotingMethod and set broadcast to true. This feature however lacks the "bucket" feature. All the entries will be sent to all the partition. Later while in a partition and invoking writeMultiple, we get an exception saying one of the elements has been routed incorrectly. Is there any way to get around this?

Viewing all articles
Browse latest Browse all 1486

Trending Articles