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