You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "dragon (JIRA)" <ji...@apache.org> on 2016/03/15 09:16:35 UTC

[jira] [Created] (HDFS-10056) CLONE - Erasure Coding: Implement batched listing of enrasure coding zones

dragon created HDFS-10056:
-----------------------------

             Summary: CLONE - Erasure Coding: Implement batched listing of enrasure coding zones
                 Key: HDFS-10056
                 URL: https://issues.apache.org/jira/browse/HDFS-10056
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: dragon
            Assignee: Rakesh R


The idea of this jira is to provide batch API in {{DistributedFileSystem}} to list the {{ECZoneInfo}}.

API signature:-
{code}
  /**
  * List all ErasureCoding zones. Incrementally fetches results from the server.
  */
  public RemoteIterator<ECZoneInfo> listErasureCodingZones() throws IOException {
    return dfs.listErasureCodingZones();
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)