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.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetServerMetaReqModifier and TypeMethodDescriptionUserProtos.GetServerMetaReq.Builder.build()UserProtos.GetServerMetaReq.Builder.buildPartial()static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.getDefaultInstance()UserProtos.GetServerMetaReq.Builder.getDefaultInstanceForType()UserProtos.GetServerMetaReq.getDefaultInstanceForType()SchemaUserProtos.GetServerMetaReq.MessageSchema.newMessage()static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseDelimitedFrom(InputStream input) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(byte[] data) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(com.google.protobuf.ByteString data) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(InputStream input) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetServerMetaReqUserProtos.GetServerMetaReq.parseFrom(ByteBuffer data) static UserProtos.GetServerMetaReqUserProtos.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 TypeMethodDescriptionbooleanSchemaUserProtos.GetServerMetaReq.MessageSchema.isInitialized(UserProtos.GetServerMetaReq message) voidSchemaUserProtos.GetServerMetaReq.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.GetServerMetaReq message) UserProtos.GetServerMetaReq.Builder.mergeFrom(UserProtos.GetServerMetaReq other) UserProtos.GetServerMetaReq.newBuilder(UserProtos.GetServerMetaReq prototype) voidSchemaUserProtos.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 TypeMethodDescriptionvoidUserWorker.submitServerMetadataWork(UserSession session, UserProtos.GetServerMetaReq req, ResponseSender sender)