This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.oozie.client.BulkResponse (Apache Oozie Client 3.3.2 API)

Uses of Interface
org.apache.oozie.client.BulkResponse

Packages that use BulkResponse
org.apache.oozie.client   
org.apache.oozie.client.rest   
 

Uses of BulkResponse in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return types with arguments of type BulkResponse
 List<BulkResponse> OozieClient.getBulkInfo(String filter, int start, int len)
           
 

Uses of BulkResponse in org.apache.oozie.client.rest
 

Methods in org.apache.oozie.client.rest that return types with arguments of type BulkResponse
static List<BulkResponse> JsonToBean.createBulkResponseList(org.json.simple.JSONArray json)
          Creates a list of bulk response beans from a JSON array.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.