Class LogviewerServer
java.lang.Object
org.apache.storm.daemon.logviewer.LogviewerServer
- All Implemented Interfaces:
- AutoCloseable
The main entry of Logviewer.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLogviewerServer(Map<String, Object> conf, StormMetricsRegistry metricsRegistry) Constructor.
- 
Method Summary
- 
Field Details- 
STATIC_RESOURCE_DIRECTORY_PATH
 
- 
- 
Constructor Details- 
LogviewerServerConstructor.- Parameters:
- conf- Logviewer conf for the servers
- metricsRegistry- The metrics registry
 
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
- 
mainMain method to start the server.- Throws:
- Exception
 
 
-