A C D F G H J L N O S T U W

A

addContext(ServletContextHandler, boolean) - Method in class org.apache.hadoop.http.HttpServer
 
addContext(String, String, boolean) - Method in class org.apache.hadoop.http.HttpServer
Add a context
addDefaultApps(ContextHandlerCollection, String) - Method in class org.apache.hadoop.http.HttpServer
Add default apps.
addDefaultServlets() - Method in class org.apache.hadoop.http.HttpServer
Add default servlets.
addFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.http.HttpServer
addFilterPathMapping(String, ServletContextHandler) - Method in class org.apache.hadoop.http.HttpServer
Add the path spec to the filter path mapping.
addGlobalFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.http.HttpServer
addInternalServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.http.HttpServer
Deprecated. this is a temporary method
addServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.http.HttpServer
Add a servlet in the server.
addSslListener(InetSocketAddress, String, String, String) - Method in class org.apache.hadoop.http.HttpServer
Deprecated. Use HttpServer.addSslListener(InetSocketAddress, Configuration, boolean)
addSslListener(InetSocketAddress, Configuration, boolean) - Method in class org.apache.hadoop.http.HttpServer
Configure an ssl listener on the server.

C

com.fusesource.fmc.hadoop.hdfs - package com.fusesource.fmc.hadoop.hdfs
 
com.fusesource.fmc.hadoop.mapred - package com.fusesource.fmc.hadoop.mapred
 
createBaseListener(Configuration) - Method in class org.apache.hadoop.http.HttpServer
Create a required listener for the Jetty instance listening on the port provided.

D

DataNodeFactory - Class in com.fusesource.fmc.hadoop.hdfs
 
DataNodeFactory() - Constructor for class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
defaultContexts - Variable in class org.apache.hadoop.http.HttpServer
 
defineFilter(ServletContextHandler, String, String, Map<String, String>, String[]) - Method in class org.apache.hadoop.http.HttpServer
Define a filter for a context and set up default url mappings.
deleted(String) - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
deleted(String) - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
deleted(String) - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
deleted(String) - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
deleted(String) - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 
destroy() - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
destroy() - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
destroy() - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
destroy() - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
destroy() - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.http.HttpServer.StackServlet
 

F

filterNames - Variable in class org.apache.hadoop.http.HttpServer
 
findPort - Variable in class org.apache.hadoop.http.HttpServer
 

G

getAttribute(String) - Method in class org.apache.hadoop.http.HttpServer
Get the value in the webapp context.
getBundleContext() - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
getBundleContext() - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
getBundleContext() - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
getBundleContext() - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
getBundleContext() - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 
getName() - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
getName() - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
getName() - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
getName() - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
getName() - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 
getPort() - Method in class org.apache.hadoop.http.HttpServer
Get the port that the server is on
getWebAppsPath() - Method in class org.apache.hadoop.http.HttpServer
Get the pathname to the webapps files.

H

HttpServer - Class in org.apache.hadoop.http
Create a Jetty embedded server to answer http requests.
HttpServer(String, String, int, boolean) - Constructor for class org.apache.hadoop.http.HttpServer
Same as this(name, bindAddress, port, findPort, null);
HttpServer(String, String, int, boolean, Configuration) - Constructor for class org.apache.hadoop.http.HttpServer
Create a status server on the given port.
HttpServer.StackServlet - Class in org.apache.hadoop.http
A very simple servlet to serve up a text representation of the current stack traces.
HttpServer.StackServlet() - Constructor for class org.apache.hadoop.http.HttpServer.StackServlet
 

J

JobTrackerFactory - Class in com.fusesource.fmc.hadoop.mapred
 
JobTrackerFactory() - Constructor for class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
join() - Method in class org.apache.hadoop.http.HttpServer
 

L

listener - Variable in class org.apache.hadoop.http.HttpServer
 
LOG - Static variable in class org.apache.hadoop.http.HttpServer
 

N

NameNodeFactory - Class in com.fusesource.fmc.hadoop.hdfs
 
NameNodeFactory() - Constructor for class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 

O

org.apache.hadoop.http - package org.apache.hadoop.http
 

S

SecondaryNameNodeFactory - Class in com.fusesource.fmc.hadoop.hdfs
 
SecondaryNameNodeFactory() - Constructor for class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
setAttribute(String, Object) - Method in class org.apache.hadoop.http.HttpServer
Set a value in the webapp context.
setBundleContext(BundleContext) - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
setBundleContext(BundleContext) - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
setBundleContext(BundleContext) - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
setBundleContext(BundleContext) - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
setBundleContext(BundleContext) - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 
setThreads(int, int) - Method in class org.apache.hadoop.http.HttpServer
Set the min, max number of worker threads (simultaneous connections).
start() - Method in class org.apache.hadoop.http.HttpServer
Start the server.
stop() - Method in class org.apache.hadoop.http.HttpServer
stop the server

T

TaskTrackerFactory - Class in com.fusesource.fmc.hadoop.mapred
 
TaskTrackerFactory() - Constructor for class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 

U

updated(String, Dictionary) - Method in class com.fusesource.fmc.hadoop.hdfs.DataNodeFactory
 
updated(String, Dictionary) - Method in class com.fusesource.fmc.hadoop.hdfs.NameNodeFactory
 
updated(String, Dictionary) - Method in class com.fusesource.fmc.hadoop.hdfs.SecondaryNameNodeFactory
 
updated(String, Dictionary) - Method in class com.fusesource.fmc.hadoop.mapred.JobTrackerFactory
 
updated(String, Dictionary) - Method in class com.fusesource.fmc.hadoop.mapred.TaskTrackerFactory
 

W

webAppContext - Variable in class org.apache.hadoop.http.HttpServer
 
webServer - Variable in class org.apache.hadoop.http.HttpServer
 

A C D F G H J L N O S T U W

Copyright © 2012 FuseSource. All Rights Reserved.