Package org.apache.ignite.cache.affinity
Annotation Type AffinityCentralizedFunction
-
@Retention(RUNTIME) @Target(TYPE) public @interface AffinityCentralizedFunction
Annotation marker which identifies affinity function that must be calculated on one centralized node instead of independently on each node. In many cases it happens because it requires previous affinity state in order to calculate new one.