Interface AffinityTask
-
public interface AffinityTaskAffinity mapped task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Collection<String>affinityCacheNames()intpartition()@Nullable AffinityTopologyVersiontopologyVersion()
-
-
-
Method Detail
-
partition
int partition()
- Returns:
- Partition.
-
affinityCacheNames
@Nullable @Nullable Collection<String> affinityCacheNames()
- Returns:
- Affinity cache name.
-
topologyVersion
@Nullable @Nullable AffinityTopologyVersion topologyVersion()
- Returns:
- Affinity topology version.
-
-