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