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