[ 
https://issues.apache.org/jira/browse/HDFS-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rakesh R updated HDFS-8275:
---------------------------
         Description: 
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}

  was:
The idea of the 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}

    Target Version/s: HDFS-7285

> Erasure Coding: Implement batched listing of enrasure coding zones
> ------------------------------------------------------------------
>
>                 Key: HDFS-8275
>                 URL: https://issues.apache.org/jira/browse/HDFS-8275
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Rakesh R
>            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)

Reply via email to