Uses of Class
org.apache.drill.exec.proto.UserProtos.GetServerMetaResp
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.GetServerMetaResp in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.getServerMeta()
Get server meta information Get meta information about the server like the the available functions or the identifier quoting string used by the current session -
Uses of UserProtos.GetServerMetaResp in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.GetServerMetaResp.Builder.build()
UserProtos.GetServerMetaResp.Builder.buildPartial()
static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.getDefaultInstance()
UserProtos.GetServerMetaResp.Builder.getDefaultInstanceForType()
UserProtos.GetServerMetaResp.getDefaultInstanceForType()
SchemaUserProtos.GetServerMetaResp.MessageSchema.newMessage()
static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseDelimitedFrom
(InputStream input) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(byte[] data) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(InputStream input) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(ByteBuffer data) static UserProtos.GetServerMetaResp
UserProtos.GetServerMetaResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.parser()
SchemaUserProtos.GetServerMetaResp.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetServerMetaResp.MessageSchema.isInitialized
(UserProtos.GetServerMetaResp message) void
SchemaUserProtos.GetServerMetaResp.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetServerMetaResp message) UserProtos.GetServerMetaResp.Builder.mergeFrom
(UserProtos.GetServerMetaResp other) UserProtos.GetServerMetaResp.newBuilder
(UserProtos.GetServerMetaResp prototype) void
SchemaUserProtos.GetServerMetaResp.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetServerMetaResp message)