<%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" import="javax.servlet.http.*" import="java.io.*" import="java.util.*" import="java.text.DecimalFormat" import="com.cloudera.flume.conf.FlumeBuilder" import="com.cloudera.flume.agent.FlumeNode" %> Flume Node: <%= FlumeNode.getInstance().getPhysicalNodeName()%> :: Sources and Sinks

Flume Node: <%=FlumeNode.getInstance().getPhysicalNodeName()%> :: Extensions - Sink/Source/Decorator


Sinks

<% // treeset so that the list is sorted for (String n: new TreeSet(FlumeBuilder.getSinkNames())) { %> <% } %>
<%= n %>

Sources

<% // treeset so that the list is sorted for (String n: new TreeSet(FlumeBuilder.getSourceNames())) { %> <% } %>
<%= n %>

Decorators

<% // treeset so that the list is sorted for (String n: new TreeSet(FlumeBuilder.getDecoratorNames())) { %> <% } %>
<%= n %>