Class ReplicationInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.replication.ReplicationInformation
-
public class ReplicationInformation extends Object
Generates the replication information as a JSON object- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description longfilesNeedingReplicationStringpeerNameStringremoteIdentifierStringreplicaSystemTypeStringtableName
-
Constructor Summary
Constructors Constructor Description ReplicationInformation()ReplicationInformation(String tableName, String peerName, String remoteIdentifier, String replicaSystemType, long filesNeedingReplication)Stores new replication information
-
-
-
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 replicatedpeerName- Name of the peerremoteIdentifier- Identifier of the remotereplicaSystemType- System type replicafilesNeedingReplication- Number of files needing replication
-
-