Package | Description |
---|---|
alluxio.grpc | |
alluxio.security.authentication |
Modifier and Type | Method and Description |
---|---|
static GrpcChannelKey |
GrpcChannelKey.create(AlluxioConfiguration conf)
Creates a
GrpcChannelKey . |
GrpcChannelKey |
GrpcConnection.getChannelKey() |
GrpcChannelKey |
GrpcConnectionKey.getChannelKey() |
GrpcChannelKey |
GrpcChannelKey.setClientType(String clientType) |
GrpcChannelKey |
GrpcChannelKey.setNetworkGroup(GrpcNetworkGroup group) |
GrpcChannelKey |
GrpcChannelKey.setServerAddress(GrpcServerAddress address) |
Modifier and Type | Method and Description |
---|---|
GrpcConnection |
GrpcConnectionPool.acquireConnection(GrpcChannelKey channelKey,
AlluxioConfiguration conf)
Acquires and increases the ref-count for the
ManagedChannel . |
Constructor and Description |
---|
GrpcConnectionKey(GrpcChannelKey channelKey,
int groupIndex)
Creates a new gRPC connection key.
|
Constructor and Description |
---|
AuthenticatedChannelClientDriver(SaslClientHandler saslClientHandler,
GrpcChannelKey channelKey)
Creates client driver with given handshake handler.
|
Copyright © 2023. All Rights Reserved.