public class BaseImmutableReplicatorConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
Authenticator |
getAuthenticator() |
List<String> |
getChannels() |
ConflictResolver |
getConflictResolver() |
Map<String,Object> |
getConnectionOptions() |
Database |
getDatabase() |
List<String> |
getDocumentIDs() |
Map<String,String> |
getHeaders() |
int |
getHeartbeat() |
int |
getMaxRetryAttempts() |
int |
getMaxRetryAttemptWaitTime() |
byte[] |
getPinnedServerCertificate() |
ReplicationFilter |
getPullFilter() |
ReplicationFilter |
getPushFilter() |
Endpoint |
getTarget() |
ReplicatorType |
getType() |
boolean |
isAcceptParentCookies() |
boolean |
isAutoPurgeEnabled() |
boolean |
isContinuous() |
boolean |
isPull() |
boolean |
isPush() |
@NonNull public final Database getDatabase()
@NonNull public final ReplicatorType getType()
public final boolean isPush()
public final boolean isPull()
public final boolean isContinuous()
@Nullable public final Authenticator getAuthenticator()
public boolean isAcceptParentCookies()
@Nullable public final byte[] getPinnedServerCertificate()
@Nullable public final ReplicationFilter getPushFilter()
@Nullable public final ReplicationFilter getPullFilter()
@Nullable public final ConflictResolver getConflictResolver()
public final int getMaxRetryAttempts()
public final int getMaxRetryAttemptWaitTime()
public final int getHeartbeat()
public final boolean isAutoPurgeEnabled()
@NonNull public final Endpoint getTarget()