Package | Description |
---|---|
alluxio.network.thrift | |
alluxio.security | |
alluxio.security.authentication | |
alluxio.util.network |
Modifier and Type | Method and Description |
---|---|
static org.apache.thrift.protocol.TProtocol |
ThriftUtils.createThriftProtocol(org.apache.thrift.transport.TTransport transport,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
static User |
LoginUser.get()
Gets current singleton login user.
|
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.transport.TTransport |
PlainSaslTransportProvider.getClientTransport(InetSocketAddress serverAddress) |
org.apache.thrift.transport.TTransport |
TransportProvider.getClientTransport(InetSocketAddress serverAddress)
Creates a transport per the connection options.
|
org.apache.thrift.transport.TTransport |
PlainSaslTransportProvider.getClientTransport(String username,
String password,
String impersonationUser,
InetSocketAddress serverAddress)
Gets a PLAIN mechanism transport for client side.
|
org.apache.thrift.transport.TTransport |
PlainSaslTransportProvider.getClientTransport(Subject subject,
InetSocketAddress serverAddress) |
org.apache.thrift.transport.TTransport |
TransportProvider.getClientTransport(Subject subject,
InetSocketAddress serverAddress)
Similar as
TransportProvider.getClientTransport(InetSocketAddress) but it also
specifies the Subject explicitly. |
Modifier and Type | Method and Description |
---|---|
static void |
NetworkAddressUtils.pingService(InetSocketAddress address,
String serviceName)
Test if the input address is serving an Alluxio service.
|
Copyright © 2023. All Rights Reserved.