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