Package com.gigaspaces.annotation.pojo
Annotation 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;
@SpaceRouting public int getRouting(){ return routing; } } - Since:
- 5.1
- Author:
- Lior Ben Yizhak