Table of Contents

Method SetGeoServerPushPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetGeoServerPushPolicy(GeoServerPushPolicy)

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

public CacheBuilder<TKey, TValue> SetGeoServerPushPolicy(GeoServerPushPolicy geoServerPushPolicy)

Parameters

geoServerPushPolicy GeoServerPushPolicy

Enum indicating push replication policy.

Returns

CacheBuilder<TKey, TValue>

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