Uses of Class
org.apache.drill.exec.proto.UserProtos.CatalogMetadata
Packages that use UserProtos.CatalogMetadata
-
Uses of UserProtos.CatalogMetadata in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.CatalogMetadataModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.CatalogMetadata> UserProtos.CatalogMetadata.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.CatalogMetadataModifier and TypeMethodDescriptionUserProtos.CatalogMetadata.Builder.build()UserProtos.CatalogMetadata.Builder.buildPartial()UserProtos.GetCatalogsResp.Builder.getCatalogs(int index) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsResp.getCatalogs(int index) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsRespOrBuilder.getCatalogs(int index) repeated .exec.user.CatalogMetadata catalogs = 2;static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.getDefaultInstance()UserProtos.CatalogMetadata.Builder.getDefaultInstanceForType()UserProtos.CatalogMetadata.getDefaultInstanceForType()SchemaUserProtos.CatalogMetadata.MessageSchema.newMessage()static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseDelimitedFrom(InputStream input) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(byte[] data) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(com.google.protobuf.ByteString data) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(InputStream input) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(ByteBuffer data) static UserProtos.CatalogMetadataUserProtos.CatalogMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.CatalogMetadataModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.getCatalogsList()repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsResp.getCatalogsList()repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsRespOrBuilder.getCatalogsList()repeated .exec.user.CatalogMetadata catalogs = 2;com.google.protobuf.Parser<UserProtos.CatalogMetadata> UserProtos.CatalogMetadata.getParserForType()static com.google.protobuf.Parser<UserProtos.CatalogMetadata> UserProtos.CatalogMetadata.parser()SchemaUserProtos.CatalogMetadata.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.CatalogMetadataModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addCatalogs(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsResp.Builder.addCatalogs(UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;booleanSchemaUserProtos.CatalogMetadata.MessageSchema.isInitialized(UserProtos.CatalogMetadata message) voidSchemaUserProtos.CatalogMetadata.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.CatalogMetadata message) UserProtos.CatalogMetadata.Builder.mergeFrom(UserProtos.CatalogMetadata other) UserProtos.CatalogMetadata.newBuilder(UserProtos.CatalogMetadata prototype) UserProtos.GetCatalogsResp.Builder.setCatalogs(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;voidSchemaUserProtos.CatalogMetadata.MessageSchema.writeTo(io.protostuff.Output output, UserProtos.CatalogMetadata message) Method parameters in org.apache.drill.exec.proto with type arguments of type UserProtos.CatalogMetadataModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addAllCatalogs(Iterable<? extends UserProtos.CatalogMetadata> values) repeated .exec.user.CatalogMetadata catalogs = 2;