Uses of Class
org.apache.drill.exec.proto.UserProtos.GetServerMetaResp
Packages that use 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
Methods in org.apache.drill.exec.client that return types with arguments of type UserProtos.GetServerMetaRespModifier 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
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetServerMetaRespModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetServerMetaRespModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetServerMetaRespModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetServerMetaResp>
UserProtos.GetServerMetaResp.parser()
SchemaUserProtos.GetServerMetaResp.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetServerMetaRespModifier 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)