Distribution Policy Methods

You can set or get a space’s distribution policy by using the SpaceDef object’s setDistributionPolicy and getDistributionPolicy respectively. The value of the distribution policy argument can be either DISTRIBUTED (which is the default value) or NON_DISTRIBUTED.

Note: Applications that require strict global view synchrony should use non-distributed spaces.
Related reference