Package | Description |
---|---|
org.apache.drill.exec.proto | |
org.apache.drill.exec.rpc.user |
Modifier and Type | Method and Description |
---|---|
static UserProtos.RpcType |
UserProtos.RpcType.forNumber(int value) |
UserProtos.RpcType |
UserProtos.BitToUserHandshakeOrBuilder.getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.RpcType |
UserProtos.BitToUserHandshake.getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.RpcType |
UserProtos.BitToUserHandshake.Builder.getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8; |
static UserProtos.RpcType |
UserProtos.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.RpcType |
UserProtos.RpcType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.RpcType |
UserProtos.RpcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.RpcType[] |
UserProtos.RpcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<UserProtos.RpcType> |
UserProtos.BitToUserHandshakeOrBuilder.getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8; |
List<UserProtos.RpcType> |
UserProtos.BitToUserHandshake.getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8; |
List<UserProtos.RpcType> |
UserProtos.BitToUserHandshake.Builder.getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8; |
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.RpcType> |
UserProtos.RpcType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
UserProtos.BitToUserHandshake.Builder |
UserProtos.BitToUserHandshake.Builder.addSupportedMethods(UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.BitToUserHandshake.Builder |
UserProtos.BitToUserHandshake.Builder.setSupportedMethods(int index,
UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8; |
Modifier and Type | Method and Description |
---|---|
UserProtos.BitToUserHandshake.Builder |
UserProtos.BitToUserHandshake.Builder.addAllSupportedMethods(Iterable<? extends UserProtos.RpcType> values)
repeated .exec.user.RpcType supported_methods = 8; |
Modifier and Type | Field and Description |
---|---|
static Set<UserProtos.RpcType> |
UserRpcConfig.SUPPORTED_SERVER_METHODS
Contains the list of methods supported by the server (from user to bit)
|
Modifier and Type | Method and Description |
---|---|
Set<UserProtos.RpcType> |
UserClient.getSupportedMethods() |
Modifier and Type | Method and Description |
---|---|
protected <SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
UserClient.send(RpcOutcomeListener<RECEIVE> listener,
UserProtos.RpcType rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
boolean allowInEventLoop,
io.netty.buffer.ByteBuf... dataBodies) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.