Uses of Class
org.apache.drill.exec.proto.UserProtos.GetSchemasReq
Package
Description
-
Uses of UserProtos.GetSchemasReq in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetSchemasReq>
UserProtos.GetSchemasReq.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.GetSchemasReq.Builder.build()
UserProtos.GetSchemasReq.Builder.buildPartial()
static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.getDefaultInstance()
UserProtos.GetSchemasReq.Builder.getDefaultInstanceForType()
UserProtos.GetSchemasReq.getDefaultInstanceForType()
SchemaUserProtos.GetSchemasReq.MessageSchema.newMessage()
static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseDelimitedFrom
(InputStream input) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(byte[] data) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(InputStream input) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(ByteBuffer data) static UserProtos.GetSchemasReq
UserProtos.GetSchemasReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetSchemasReq>
UserProtos.GetSchemasReq.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetSchemasReq>
UserProtos.GetSchemasReq.parser()
SchemaUserProtos.GetSchemasReq.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetSchemasReq.MessageSchema.isInitialized
(UserProtos.GetSchemasReq message) void
SchemaUserProtos.GetSchemasReq.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetSchemasReq message) UserProtos.GetSchemasReq.Builder.mergeFrom
(UserProtos.GetSchemasReq other) UserProtos.GetSchemasReq.newBuilder
(UserProtos.GetSchemasReq prototype) void
SchemaUserProtos.GetSchemasReq.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetSchemasReq message) -
Uses of UserProtos.GetSchemasReq in org.apache.drill.exec.work.metadata
Modifier and TypeMethodDescriptionstatic Runnable
MetadataProvider.schemas
(UserSession session, DrillbitContext dContext, UserProtos.GetSchemasReq req, ResponseSender responseSender) -
Uses of UserProtos.GetSchemasReq in org.apache.drill.exec.work.user
Modifier and TypeMethodDescriptionvoid
UserWorker.submitSchemasMetadataWork
(UserSession session, UserProtos.GetSchemasReq req, ResponseSender sender)