Annotation Interface SpaceRouting


@Target(METHOD) @Retention(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