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.PARSERDeprecated.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.RpcEndpointInfosUserProtos.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.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseDelimitedFrom(InputStream input) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(byte[] data) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(com.google.protobuf.ByteString data) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(InputStream input) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RpcEndpointInfosUserProtos.RpcEndpointInfos.parseFrom(ByteBuffer data) static UserProtos.RpcEndpointInfosUserProtos.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 TypeMethodDescriptionbooleanSchemaUserProtos.RpcEndpointInfos.MessageSchema.isInitialized(UserProtos.RpcEndpointInfos message) UserProtos.UserToBitHandshake.Builder.mergeClientInfos(UserProtos.RpcEndpointInfos value) optional .exec.user.RpcEndpointInfos client_infos = 8;voidSchemaUserProtos.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;voidSchemaUserProtos.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.RpcEndpointInfosUserRpcUtils.getRpcEndpointInfos(String name) Returns aRpcEndpointInfosinstance 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 VersionUserRpcUtils.getVersion(UserProtos.RpcEndpointInfos infos) Get the version from aRpcEndpointInfosinstance
DrillClient#getServerVersion()