Uses of Class
org.apache.drill.exec.proto.UserProtos.GetServerMetaReq
Package
Description
-
Uses of UserProtos.GetServerMetaReq in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetServerMetaReq>
UserProtos.GetServerMetaReq.parser()
SchemaUserProtos.GetServerMetaReq.MessageSchema.typeClass()
Modifier 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
ModifierConstructorDescriptionServerMetaWorker
(UserSession session, DrillbitContext context, UserProtos.GetServerMetaReq req, ResponseSender responseSender) -
Uses of UserProtos.GetServerMetaReq in org.apache.drill.exec.work.user
Modifier and TypeMethodDescriptionvoid
UserWorker.submitServerMetadataWork
(UserSession session, UserProtos.GetServerMetaReq req, ResponseSender sender)