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