Interface ReplicationOperations

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void addPeer​(String name, String replicaType)
      Deprecated.
      Defines a cluster with the given name and the given name system.
      void drain​(String tableName)
      Deprecated.
      Waits for a table to be fully replicated, given the state of files pending replication for the provided table at the point in time which this method is invoked.
      void drain​(String tableName, Set<String> files)
      Deprecated.
      Given the provided set of files that are pending replication for a table, wait for those files to be fully replicated to all configured peers.
      Set<String> referencedFiles​(String tableName)
      Deprecated.
      Gets all of the referenced files for a table from the metadata table.
      void removePeer​(String name)
      Deprecated.
      Removes a cluster with the given name.