Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
GrpcNetworkGroup |
GrpcChannelKey.getNetworkGroup() |
static GrpcNetworkGroup |
GrpcNetworkGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcNetworkGroup[] |
GrpcNetworkGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GrpcChannel |
GrpcChannelPool.acquireChannel(GrpcNetworkGroup networkGroup,
GrpcServerAddress serverAddress,
AlluxioConfiguration conf)
Acquires and increases the ref-count for the
ManagedChannel . |
GrpcChannelBuilder |
GrpcChannelBuilder.setNetworkGroup(GrpcNetworkGroup group)
Sets the pooling strategy.
|
Constructor and Description |
---|
GrpcChannelKey(GrpcNetworkGroup networkGroup,
GrpcServerAddress serverAddress,
int groupIndex)
Constructor.
|
Copyright © 2023. All Rights Reserved.