|  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 
|  | <!-- NewPage --> | 
|  | <html lang="en"> | 
|  | <head> | 
|  | <!-- Generated by javadoc (1.8.0_40) on Thu Jul 20 13:15:17 PDT 2017 --> | 
|  | <title>Index (gobblin-flow-config-service-client 0.11.0 API)</title> | 
|  | <meta name="date" content="2017-07-20"> | 
|  | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | 
|  | <script type="text/javascript" src="script.js"></script> | 
|  | </head> | 
|  | <body> | 
|  | <script type="text/javascript"><!-- | 
|  | try { | 
|  | if (location.href.indexOf('is-external=true') == -1) { | 
|  | parent.document.title="Index (gobblin-flow-config-service-client 0.11.0 API)"; | 
|  | } | 
|  | } | 
|  | catch(err) { | 
|  | } | 
|  | //--> | 
|  | </script> | 
|  | <noscript> | 
|  | <div>JavaScript is disabled on your browser.</div> | 
|  | </noscript> | 
|  | <!-- ========= START OF TOP NAVBAR ======= --> | 
|  | <div class="topNav"><a name="navbar.top"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | 
|  | <a name="navbar.top.firstrow"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <ul class="navList" title="Navigation"> | 
|  | <li><a href="gobblin/service/package-summary.html">Package</a></li> | 
|  | <li>Class</li> | 
|  | <li><a href="overview-tree.html">Tree</a></li> | 
|  | <li><a href="deprecated-list.html">Deprecated</a></li> | 
|  | <li class="navBarCell1Rev">Index</li> | 
|  | <li><a href="help-doc.html">Help</a></li> | 
|  | </ul> | 
|  | </div> | 
|  | <div class="subNav"> | 
|  | <ul class="navList"> | 
|  | <li>Prev</li> | 
|  | <li>Next</li> | 
|  | </ul> | 
|  | <ul class="navList"> | 
|  | <li><a href="index.html?index-all.html" target="_top">Frames</a></li> | 
|  | <li><a href="index-all.html" target="_top">No Frames</a></li> | 
|  | </ul> | 
|  | <ul class="navList" id="allclasses_navbar_top"> | 
|  | <li><a href="allclasses-noframe.html">All Classes</a></li> | 
|  | </ul> | 
|  | <div> | 
|  | <script type="text/javascript"><!-- | 
|  | allClassesLink = document.getElementById("allclasses_navbar_top"); | 
|  | if(window==top) { | 
|  | allClassesLink.style.display = "block"; | 
|  | } | 
|  | else { | 
|  | allClassesLink.style.display = "none"; | 
|  | } | 
|  | //--> | 
|  | </script> | 
|  | </div> | 
|  | <a name="skip.navbar.top"> | 
|  | <!--   --> | 
|  | </a></div> | 
|  | <!-- ========= END OF TOP NAVBAR ========= --> | 
|  | <div class="contentContainer"><a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:U">U</a> <a name="I:C"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <h2 class="title">C</h2> | 
|  | <dl> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#close--">close()</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowStatusClient.html#close--">close()</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service">FlowStatusClient</a></dt> | 
|  | <dd> </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#createFlowConfig-gobblin.service.FlowConfig-">createFlowConfig(FlowConfig)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Create a flow configuration</div> | 
|  | </dd> | 
|  | </dl> | 
|  | <a name="I:D"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <h2 class="title">D</h2> | 
|  | <dl> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#deleteFlowConfig-gobblin.service.FlowId-">deleteFlowConfig(FlowId)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Delete a flow configuration</div> | 
|  | </dd> | 
|  | </dl> | 
|  | <a name="I:F"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <h2 class="title">F</h2> | 
|  | <dl> | 
|  | <dt><a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service"><span class="typeNameLink">FlowConfigClient</span></a> - Class in <a href="gobblin/service/package-summary.html">gobblin.service</a></dt> | 
|  | <dd> | 
|  | <div class="block">Flow Configuration client for REST flow configuration server</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#FlowConfigClient-java.lang.String-">FlowConfigClient(String)</a></span> - Constructor for class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Construct a <a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service"><code>FlowConfigClient</code></a> to communicate with http flow config server at URI serverUri</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#FlowConfigClient-com.linkedin.restli.client.RestClient-">FlowConfigClient(RestClient)</a></span> - Constructor for class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Construct a <a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service"><code>FlowConfigClient</code></a> to communicate with http flow config server at URI serverUri</div> | 
|  | </dd> | 
|  | <dt><a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service"><span class="typeNameLink">FlowStatusClient</span></a> - Class in <a href="gobblin/service/package-summary.html">gobblin.service</a></dt> | 
|  | <dd> | 
|  | <div class="block">Flow status client for REST flow status server</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowStatusClient.html#FlowStatusClient-java.lang.String-">FlowStatusClient(String)</a></span> - Constructor for class gobblin.service.<a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service">FlowStatusClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Construct a <a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service"><code>FlowStatusClient</code></a> to communicate with http flow status server at URI serverUri</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowStatusClient.html#FlowStatusClient-com.linkedin.restli.client.RestClient-">FlowStatusClient(RestClient)</a></span> - Constructor for class gobblin.service.<a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service">FlowStatusClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Construct a <a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service"><code>FlowStatusClient</code></a> to communicate with http flow status server at URI serverUri</div> | 
|  | </dd> | 
|  | </dl> | 
|  | <a name="I:G"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <h2 class="title">G</h2> | 
|  | <dl> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#getFlowConfig-gobblin.service.FlowId-">getFlowConfig(FlowId)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Get a flow configuration</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowStatusClient.html#getFlowStatus-gobblin.service.FlowStatusId-">getFlowStatus(FlowStatusId)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service">FlowStatusClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Get a flow status</div> | 
|  | </dd> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowStatusClient.html#getLatestFlowStatus-gobblin.service.FlowId-">getLatestFlowStatus(FlowId)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowStatusClient.html" title="class in gobblin.service">FlowStatusClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Get the latest flow status</div> | 
|  | </dd> | 
|  | <dt><a href="gobblin/service/package-summary.html">gobblin.service</a> - package gobblin.service</dt> | 
|  | <dd> </dd> | 
|  | </dl> | 
|  | <a name="I:U"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <h2 class="title">U</h2> | 
|  | <dl> | 
|  | <dt><span class="memberNameLink"><a href="gobblin/service/FlowConfigClient.html#updateFlowConfig-gobblin.service.FlowConfig-">updateFlowConfig(FlowConfig)</a></span> - Method in class gobblin.service.<a href="gobblin/service/FlowConfigClient.html" title="class in gobblin.service">FlowConfigClient</a></dt> | 
|  | <dd> | 
|  | <div class="block">Update a flow configuration</div> | 
|  | </dd> | 
|  | </dl> | 
|  | <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:U">U</a> </div> | 
|  | <!-- ======= START OF BOTTOM NAVBAR ====== --> | 
|  | <div class="bottomNav"><a name="navbar.bottom"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | 
|  | <a name="navbar.bottom.firstrow"> | 
|  | <!--   --> | 
|  | </a> | 
|  | <ul class="navList" title="Navigation"> | 
|  | <li><a href="gobblin/service/package-summary.html">Package</a></li> | 
|  | <li>Class</li> | 
|  | <li><a href="overview-tree.html">Tree</a></li> | 
|  | <li><a href="deprecated-list.html">Deprecated</a></li> | 
|  | <li class="navBarCell1Rev">Index</li> | 
|  | <li><a href="help-doc.html">Help</a></li> | 
|  | </ul> | 
|  | </div> | 
|  | <div class="subNav"> | 
|  | <ul class="navList"> | 
|  | <li>Prev</li> | 
|  | <li>Next</li> | 
|  | </ul> | 
|  | <ul class="navList"> | 
|  | <li><a href="index.html?index-all.html" target="_top">Frames</a></li> | 
|  | <li><a href="index-all.html" target="_top">No Frames</a></li> | 
|  | </ul> | 
|  | <ul class="navList" id="allclasses_navbar_bottom"> | 
|  | <li><a href="allclasses-noframe.html">All Classes</a></li> | 
|  | </ul> | 
|  | <div> | 
|  | <script type="text/javascript"><!-- | 
|  | allClassesLink = document.getElementById("allclasses_navbar_bottom"); | 
|  | if(window==top) { | 
|  | allClassesLink.style.display = "block"; | 
|  | } | 
|  | else { | 
|  | allClassesLink.style.display = "none"; | 
|  | } | 
|  | //--> | 
|  | </script> | 
|  | </div> | 
|  | <a name="skip.navbar.bottom"> | 
|  | <!--   --> | 
|  | </a></div> | 
|  | <!-- ======== END OF BOTTOM NAVBAR ======= --> | 
|  | </body> | 
|  | </html> |