Package org.gridgain.internal.dcr
Class ReplicationOptions
java.lang.Object
org.gridgain.internal.dcr.ReplicationOptions
DC replication options.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Nullable AuthConfigbuilder()booleanstatic ReplicationOptionsfromEntry(ReplicationEntry entry) Creates options from entryReplicationEntry.inthashCode()name()@Nullable SslConfigtoString()
-
Method Details
-
name
-
sourceClusterAddresses
-
authConfig
-
sslConfig
-
replicationNodes
-
equals
-
hashCode
public int hashCode() -
toString
-
fromEntry
Creates options from entryReplicationEntry.- Parameters:
entry- Replication entry.- Returns:
- Option created from entry.
-
builder
-