Uses of Enum
org.apache.drill.exec.proto.UserProtos.RpcType
Packages that use UserProtos.RpcType
-
Uses of UserProtos.RpcType in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.RpcTypeModifier and TypeMethodDescriptionstatic UserProtos.RpcTypeUserProtos.RpcType.forNumber(int value) UserProtos.BitToUserHandshake.Builder.getSupportedMethods(int index) repeated .exec.user.RpcType supported_methods = 8;UserProtos.BitToUserHandshake.getSupportedMethods(int index) repeated .exec.user.RpcType supported_methods = 8;UserProtos.BitToUserHandshakeOrBuilder.getSupportedMethods(int index) repeated .exec.user.RpcType supported_methods = 8;static UserProtos.RpcTypeUserProtos.RpcType.valueOf(int value) Deprecated.static UserProtos.RpcTypeUserProtos.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.RpcTypeReturns 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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.RpcTypeModifier and TypeMethodDescriptionUserProtos.BitToUserHandshake.Builder.getSupportedMethodsList()repeated .exec.user.RpcType supported_methods = 8;UserProtos.BitToUserHandshake.getSupportedMethodsList()repeated .exec.user.RpcType supported_methods = 8;UserProtos.BitToUserHandshakeOrBuilder.getSupportedMethodsList()repeated .exec.user.RpcType supported_methods = 8;static com.google.protobuf.Internal.EnumLiteMap<UserProtos.RpcType> UserProtos.RpcType.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.RpcTypeModifier and TypeMethodDescriptionUserProtos.BitToUserHandshake.Builder.addSupportedMethods(UserProtos.RpcType value) repeated .exec.user.RpcType supported_methods = 8;UserProtos.BitToUserHandshake.Builder.setSupportedMethods(int index, UserProtos.RpcType value) repeated .exec.user.RpcType supported_methods = 8;Method parameters in org.apache.drill.exec.proto with type arguments of type UserProtos.RpcTypeModifier and TypeMethodDescriptionUserProtos.BitToUserHandshake.Builder.addAllSupportedMethods(Iterable<? extends UserProtos.RpcType> values) repeated .exec.user.RpcType supported_methods = 8; -
Uses of UserProtos.RpcType in org.apache.drill.exec.rpc.user
Fields in org.apache.drill.exec.rpc.user with type parameters of type UserProtos.RpcTypeModifier and TypeFieldDescriptionstatic final Set<UserProtos.RpcType> UserRpcConfig.SUPPORTED_SERVER_METHODSContains the list of methods supported by the server (from user to bit)Methods in org.apache.drill.exec.rpc.user that return types with arguments of type UserProtos.RpcTypeMethods in org.apache.drill.exec.rpc.user with parameters of type UserProtos.RpcTypeModifier and TypeMethodDescriptionprotected <SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite>
voidUserClient.send(RpcOutcomeListener<RECEIVE> listener, UserProtos.RpcType rpcType, SEND protobufBody, Class<RECEIVE> clazz, boolean allowInEventLoop, io.netty.buffer.ByteBuf... dataBodies)