Uses of Class
org.apache.drill.exec.proto.UserProtos.RpcEndpointInfos
Packages that use UserProtos.RpcEndpointInfos
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.RpcEndpointInfos in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return UserProtos.RpcEndpointInfos -
Uses of UserProtos.RpcEndpointInfos in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.RpcEndpointInfosModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.RpcEndpointInfosModifier and TypeMethodDescriptionUserProtos.RpcEndpointInfos.Builder.build()
UserProtos.RpcEndpointInfos.Builder.buildPartial()
UserProtos.UserToBitHandshake.Builder.getClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8;
UserProtos.UserToBitHandshake.getClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8;
UserProtos.UserToBitHandshakeOrBuilder.getClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8;
static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.getDefaultInstance()
UserProtos.RpcEndpointInfos.Builder.getDefaultInstanceForType()
UserProtos.RpcEndpointInfos.getDefaultInstanceForType()
UserProtos.BitToUserHandshake.Builder.getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;
UserProtos.BitToUserHandshake.getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;
UserProtos.BitToUserHandshakeOrBuilder.getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;
SchemaUserProtos.RpcEndpointInfos.MessageSchema.newMessage()
static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseDelimitedFrom
(InputStream input) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(byte[] data) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(InputStream input) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(ByteBuffer data) static UserProtos.RpcEndpointInfos
UserProtos.RpcEndpointInfos.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.RpcEndpointInfosModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.getParserForType()
static com.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.parser()
SchemaUserProtos.RpcEndpointInfos.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.RpcEndpointInfosModifier and TypeMethodDescriptionboolean
SchemaUserProtos.RpcEndpointInfos.MessageSchema.isInitialized
(UserProtos.RpcEndpointInfos message) UserProtos.UserToBitHandshake.Builder.mergeClientInfos
(UserProtos.RpcEndpointInfos value) optional .exec.user.RpcEndpointInfos client_infos = 8;
void
SchemaUserProtos.RpcEndpointInfos.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.RpcEndpointInfos message) UserProtos.RpcEndpointInfos.Builder.mergeFrom
(UserProtos.RpcEndpointInfos other) UserProtos.BitToUserHandshake.Builder.mergeServerInfos
(UserProtos.RpcEndpointInfos value) optional .exec.user.RpcEndpointInfos server_infos = 6;
UserProtos.RpcEndpointInfos.newBuilder
(UserProtos.RpcEndpointInfos prototype) UserProtos.UserToBitHandshake.Builder.setClientInfos
(UserProtos.RpcEndpointInfos value) optional .exec.user.RpcEndpointInfos client_infos = 8;
UserProtos.BitToUserHandshake.Builder.setServerInfos
(UserProtos.RpcEndpointInfos value) optional .exec.user.RpcEndpointInfos server_infos = 6;
void
SchemaUserProtos.RpcEndpointInfos.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.RpcEndpointInfos message) -
Uses of UserProtos.RpcEndpointInfos in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user that return UserProtos.RpcEndpointInfosModifier and TypeMethodDescriptionstatic UserProtos.RpcEndpointInfos
UserRpcUtils.getRpcEndpointInfos
(String name) Returns aRpcEndpointInfos
instance The instance is populated based on Drill version informations from the classpath and runtime information for the application name.UserClient.getServerInfos()
Methods in org.apache.drill.exec.rpc.user with parameters of type UserProtos.RpcEndpointInfosModifier and TypeMethodDescriptionstatic Version
UserRpcUtils.getVersion
(UserProtos.RpcEndpointInfos infos) Get the version from aRpcEndpointInfos
instance
DrillClient#getServerVersion()