org.apache.hadoop.hdfs.server.common
Class JspHelper.Url

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.common.JspHelper.Url
Enclosing class:
org.apache.hadoop.hdfs.server.common.JspHelper

public static final class JspHelper.Url
extends Object

A helper class that generates the correct URL for different schema.


Constructor Summary
JspHelper.Url()
           
 
Method Summary
static String authority(String scheme, org.apache.hadoop.hdfs.protocol.DatanodeID d)
           
static String url(String scheme, org.apache.hadoop.hdfs.protocol.DatanodeID d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspHelper.Url

public JspHelper.Url()
Method Detail

authority

public static String authority(String scheme,
                               org.apache.hadoop.hdfs.protocol.DatanodeID d)

url

public static String url(String scheme,
                         org.apache.hadoop.hdfs.protocol.DatanodeID d)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.