Exemple #1
0
 /**
  * Call directly from client such as hbase shell
  *
  * @return the list of ReplicationLoadSource
  */
 public List<ReplicationLoadSource> getReplicationLoadSourceList() {
   return ProtobufUtil.toReplicationLoadSourceList(serverLoad.getReplLoadSourceList());
 }