@Private
public class JournalNodeHttpServer
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
JN_ATTRIBUTE_KEY |
| Modifier and Type | Method | Description |
|---|---|---|
java.net.InetSocketAddress |
getAddress() |
Return the actual HTTP/HTTPS address bound to by the running server.
|
static org.apache.hadoop.conf.Configuration |
getConfFromContext(javax.servlet.ServletContext context) |
|
java.net.InetSocketAddress |
getHttpAddress() |
Return the actual address bound to by the running server.
|
java.net.InetSocketAddress |
getHttpsAddress() |
Return the actual address bound to by the running server.
|
static Journal |
getJournalFromContext(javax.servlet.ServletContext context,
java.lang.String jid) |
public static final java.lang.String JN_ATTRIBUTE_KEY
public java.net.InetSocketAddress getAddress()
public java.net.InetSocketAddress getHttpAddress()
public java.net.InetSocketAddress getHttpsAddress()
public static Journal getJournalFromContext(javax.servlet.ServletContext context, java.lang.String jid) throws java.io.IOException
java.io.IOExceptionpublic static org.apache.hadoop.conf.Configuration getConfFromContext(javax.servlet.ServletContext context)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.