GigaSpaces XAP 8.0 API

com.gigaspaces.annotation.pojo
Annotation Type SpaceRouting


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SpaceRouting

Indicate which the member of the POJO is the routing index for partial. The value return help the space routing mechanism to find the right partition. e.g. class MyPojo{ private int routing; &#064SpaceRouting public int getRouting(){ return routing; } }

Since:
5.1
Author:
Lior Ben Yizhak


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.