Package | Description |
---|---|
org.apache.ambari.server |
Modifier and Type | Method and Description |
---|---|
static KdcServerConnectionVerification.ConnectionProtocol |
KdcServerConnectionVerification.ConnectionProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KdcServerConnectionVerification.ConnectionProtocol[] |
KdcServerConnectionVerification.ConnectionProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KdcServerConnectionVerification.isKdcReachable(String server,
int port,
KdcServerConnectionVerification.ConnectionProtocol connectionProtocol)
Attempt to communicate with KDC server over a specified communication protocol (TCP or UDP).
|
Copyright © 2022 Apache Software Foundation. All rights reserved.