Table of Contents

Method SetGeoServerPullPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetGeoServerPullPolicy(GeoServerPullPolicy)

Configures whether the cache should participate in GeoServer replication if the ScaleOut service is configured to use GeoServer pull replication. Default is Disabled.

public CacheBuilder<TKey, TValue> SetGeoServerPullPolicy(GeoServerPullPolicy geoServerPullPolicy)

Parameters

geoServerPullPolicy GeoServerPullPolicy

Enum indicating pull replication policy.

Returns

CacheBuilder<TKey, TValue>

A builder object that can be used to further configure the cache.