Package org.gridgain.internal.dcr
Class ReplicationInfo.ReplicationInfoBuilder
java.lang.Object
org.gridgain.internal.dcr.ReplicationInfo.ReplicationInfoBuilder
- Enclosing class:
- ReplicationInfo
Replication info builder.
-
Method Summary
Modifier and TypeMethodDescriptionauthConfig(@Nullable AuthConfig authConfig) build()Build replication info.exception(@Nullable ReplicationException e) fstProgress(int fstProgress) schemaName(String schemaName) sourceClusterAddresses(Set<String> sourceClusterAddresses) sourceClusterName(String sourceClusterName) status(ReplicationStatus status) tableStatuses(Map<String, ReplicationStatus> tableStatuses) targetClusterName(String targetClusterName) workerNodeName(String workerNodeName)
-
Method Details
-
name
-
sourceClusterAddresses
public ReplicationInfo.ReplicationInfoBuilder sourceClusterAddresses(Set<String> sourceClusterAddresses) -
authConfig
-
sslConfig
-
sourceClusterName
-
targetClusterName
-
workerNodeName
-
schemaName
-
status
-
fstProgress
-
exception
-
tableStatuses
public ReplicationInfo.ReplicationInfoBuilder tableStatuses(Map<String, ReplicationStatus> tableStatuses) -
build
Build replication info.- Returns:
- replication info.
-