Class ReplicationInformation


  • public class ReplicationInformation
    extends Object
    Generates the replication information as a JSON object
    Since:
    2.0.0
    • Field Detail

      • tableName

        public String tableName
      • peerName

        public String peerName
      • remoteIdentifier

        public String remoteIdentifier
      • replicaSystemType

        public String replicaSystemType
      • filesNeedingReplication

        public long filesNeedingReplication
    • Constructor Detail

      • ReplicationInformation

        public ReplicationInformation()
      • ReplicationInformation

        public ReplicationInformation​(String tableName,
                                      String peerName,
                                      String remoteIdentifier,
                                      String replicaSystemType,
                                      long filesNeedingReplication)
        Stores new replication information
        Parameters:
        tableName - Name of the table being replicated
        peerName - Name of the peer
        remoteIdentifier - Identifier of the remote
        replicaSystemType - System type replica
        filesNeedingReplication - Number of files needing replication