JournalNode@Public
@Evolving
public interface JournalNodeMXBean
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getClusterIds() |
Get list of the clusters of JournalNode's journals
as one JournalNode may support multiple clusters.
|
java.lang.String |
getHostAndPort() |
Get host and port of JournalNode.
|
long |
getJNStartedTimeInMillis() |
Get the start time of the JournalNode.
|
java.lang.String |
getJournalsStatus() |
Get status information (e.g., whether formatted) of JournalNode's journals.
|
java.util.List<java.lang.String> |
getStorageInfos() |
Get the list of the storage infos of JournalNode's journals.
|
java.lang.String |
getVersion() |
Gets the version of Hadoop.
|
java.lang.String getJournalsStatus()
java.lang.String getHostAndPort()
java.util.List<java.lang.String> getClusterIds()
java.lang.String getVersion()
long getJNStartedTimeInMillis()
java.util.List<java.lang.String> getStorageInfos()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.