Uses of Class
org.apache.drill.exec.proto.UserProtos.GetServerMetaReq
Packages that use UserProtos.GetServerMetaReq
Package
Description
-
Uses of UserProtos.GetServerMetaReq in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetServerMetaReqModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetServerMetaReqModifier and TypeMethodDescriptionUserProtos.GetServerMetaReq.Builder.build()
UserProtos.GetServerMetaReq.Builder.buildPartial()
static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.getDefaultInstance()
UserProtos.GetServerMetaReq.Builder.getDefaultInstanceForType()
UserProtos.GetServerMetaReq.getDefaultInstanceForType()
SchemaUserProtos.GetServerMetaReq.MessageSchema.newMessage()
static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseDelimitedFrom
(InputStream input) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(byte[] data) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(InputStream input) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(ByteBuffer data) static UserProtos.GetServerMetaReq
UserProtos.GetServerMetaReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetServerMetaReqModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.parser()
SchemaUserProtos.GetServerMetaReq.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetServerMetaReqModifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetServerMetaReq.MessageSchema.isInitialized
(UserProtos.GetServerMetaReq message) void
SchemaUserProtos.GetServerMetaReq.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetServerMetaReq message) UserProtos.GetServerMetaReq.Builder.mergeFrom
(UserProtos.GetServerMetaReq other) UserProtos.GetServerMetaReq.newBuilder
(UserProtos.GetServerMetaReq prototype) void
SchemaUserProtos.GetServerMetaReq.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetServerMetaReq message) -
Uses of UserProtos.GetServerMetaReq in org.apache.drill.exec.work.metadata
Constructors in org.apache.drill.exec.work.metadata with parameters of type UserProtos.GetServerMetaReqModifierConstructorDescriptionServerMetaWorker
(UserSession session, DrillbitContext context, UserProtos.GetServerMetaReq req, ResponseSender responseSender) -
Uses of UserProtos.GetServerMetaReq in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user with parameters of type UserProtos.GetServerMetaReqModifier and TypeMethodDescriptionvoid
UserWorker.submitServerMetadataWork
(UserSession session, UserProtos.GetServerMetaReq req, ResponseSender sender)