| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.router |
The router package includes the core services for a HDFS federation router.
|
| Modifier and Type | Method | Description |
|---|---|---|
NamenodeHeartbeatService |
Router.createLocalNamenodeHeartbeatService() |
Create a new status updater for the local Namenode.
|
protected NamenodeHeartbeatService |
Router.createNamenodeHeartbeatService(java.lang.String nsId,
java.lang.String nnId) |
Create a heartbeat monitor for a particular Namenode.
|
protected NamenodeHeartbeatService |
Router.createNamenodeHeartbeatService(java.lang.String nsId,
java.lang.String nnId,
java.lang.String resolvedHost) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Collection<NamenodeHeartbeatService> |
Router.createNamenodeHeartbeatServices() |
Create each of the services that will monitor a Namenode.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.