| Package | Description |
|---|---|
| org.apache.hadoop.ha | |
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.authorize |
Support for service-level authorization.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
HAServiceProtocol |
Protocol interface that provides High Availability related primitives to
monitor and fail-over the service.
|
interface |
ZKFCProtocol |
Protocol exposed by the ZKFailoverController, allowing for graceful
failover.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
GenericRefreshProtocol |
Protocol which is used to refresh arbitrary things at runtime.
|
interface |
RefreshCallQueueProtocol |
Protocol which is used to refresh the call queue in use currently.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RefreshUserMappingsProtocol |
Protocol use
|
| Modifier and Type | Method | Description |
|---|---|---|
KerberosInfo |
AnnotatedSecurityInfo.getKerberosInfo(java.lang.Class<?> protocol,
Configuration conf) |
|
abstract KerberosInfo |
SecurityInfo.getKerberosInfo(java.lang.Class<?> protocol,
Configuration conf) |
Get the KerberosInfo for a given protocol.
|
static KerberosInfo |
SecurityUtil.getKerberosInfo(java.lang.Class<?> protocol,
Configuration conf) |
Look up the KerberosInfo for a given protocol.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RefreshAuthorizationPolicyProtocol |
Protocol which is used to refresh the authorization policy in use currently.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.