Uses of Class
org.apache.drill.exec.proto.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
-
Uses of UserProtos.RpcEndpointInfos in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.getParserForType()
static com.google.protobuf.Parser<UserProtos.RpcEndpointInfos>
UserProtos.RpcEndpointInfos.parser()
SchemaUserProtos.RpcEndpointInfos.MessageSchema.typeClass()
Modifier 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
Modifier 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()
Modifier and TypeMethodDescriptionstatic Version
UserRpcUtils.getVersion
(UserProtos.RpcEndpointInfos infos) Get the version from aRpcEndpointInfos
instance
DrillClient#getServerVersion()