Class ReplicationEntry
java.lang.Object
org.gridgain.internal.dcr.metastorage.ReplicationEntry
Replication entry for storage.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Nullable AuthConfigEntrybuilder()boolean@Nullable ExceptionEntry@Nullable Instantstatic ReplicationEntryfromByteArray(byte[] arr) Transforms byte array to replication options.inthashCode()booleanschema()@Nullable SslConfigEntryReturns builder instance of current entry.byte[]Transforms replication entry to value byte array.toString()
-
Method Details
-
sourceClusterAddresses
-
authConfig
-
sslConfig
-
sourceClusterName
-
workerNode
-
schema
-
replicationStatus
-
replicationNodes
-
isRunning
public boolean isRunning() -
flushPoint
-
exceptionEntry
-
tableStatuses
-
toByteArray
public byte[] toByteArray()Transforms replication entry to value byte array.- Returns:
- Replication entry in byte array format.
-
builder
-
toBuilder
Returns builder instance of current entry.- Returns:
- Builder instance.
-
fromByteArray
Transforms byte array to replication options.- Parameters:
arr- Byte array.- Returns:
- Replication options.
-
equals
-
hashCode
public int hashCode() -
toString
-