Uses of Class
com.yahoo.documentmodel.NewDocumentType
Packages that use NewDocumentType
Package
Description
-
Uses of NewDocumentType in com.yahoo.documentmodel
Fields in com.yahoo.documentmodel declared as NewDocumentTypeMethods in com.yahoo.documentmodel that return NewDocumentTypeModifier and TypeMethodDescriptionNewDocumentType.add(com.yahoo.document.annotation.AnnotationType type) NewDocumentType.add(com.yahoo.document.DataType type) DocumentTypeCollection.getDocumentType(int id) DocumentTypeCollection.getDocumentType(NewDocumentType.Name name) DocumentTypeRepo.getDocumentType(int id) DocumentTypeRepo.getDocumentType(NewDocumentType.Name name) final NewDocumentTypeDocumentTypeRepo.getDocumentType(String name) NewDocumentType.getInherited(NewDocumentType.Name inherited) NewDocumentType.replace(com.yahoo.document.DataType type) Methods in com.yahoo.documentmodel that return types with arguments of type NewDocumentTypeModifier and TypeMethodDescriptionNewDocumentType.getInherited()DocumentTypeCollection.getTypes()DocumentTypeRepo.getTypes()Methods in com.yahoo.documentmodel with parameters of type NewDocumentTypeModifier and TypeMethodDescriptionDocumentTypeRepo.add(NewDocumentType type) voidNewDocumentType.inherit(NewDocumentType inherited) booleanNewDocumentType.inherits(NewDocumentType superType) Constructors in com.yahoo.documentmodel with parameters of type NewDocumentType -
Uses of NewDocumentType in com.yahoo.vespa.model.admin.clustercontroller
Methods in com.yahoo.vespa.model.admin.clustercontroller that return types with arguments of type NewDocumentTypeMethods in com.yahoo.vespa.model.admin.clustercontroller with parameters of type NewDocumentTypeModifier and TypeMethodDescriptionvoidReindexingContext.addDocumentType(String clusterId, NewDocumentType type) -
Uses of NewDocumentType in com.yahoo.vespa.model.application.validation.change.search
Constructors in com.yahoo.vespa.model.application.validation.change.search with parameters of type NewDocumentTypeModifierConstructorDescriptionAttributeChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, AttributeFields currentFields, IndexSchema currentIndexSchema, NewDocumentType currentDocType, AttributeFields nextFields, IndexSchema nextIndexSchema, NewDocumentType nextDocType, DeployState deployState) DocumentDatabaseChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, DocumentDatabase currentDatabase, NewDocumentType currentDocType, DocumentDatabase nextDatabase, NewDocumentType nextDocType, DeployState deployState) DocumentTypeChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, NewDocumentType currentDocType, NewDocumentType nextDocType) StructFieldAttributeChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, NewDocumentType currentDocType, AttributeFields currentAttributes, NewDocumentType nextDocType, AttributeFields nextAttributes) -
Uses of NewDocumentType in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content that return types with arguments of type NewDocumentTypeModifier and TypeMethodDescriptionContentSearchCluster.getDocumentTypesWithIndexedCluster()ContentSearchCluster.getDocumentTypesWithStoreOnly()ContentSearchCluster.getDocumentTypesWithStreamingCluster()static List<NewDocumentType>TopologicalDocumentTypeSorter.sort(Collection<NewDocumentType> documentTypes) Method parameters in com.yahoo.vespa.model.content with type arguments of type NewDocumentTypeModifier and TypeMethodDescriptionstatic List<NewDocumentType>TopologicalDocumentTypeSorter.sort(Collection<NewDocumentType> documentTypes) voidGlobalDistributionValidator.validate(Map<String, NewDocumentType> documentDefinitions, Set<NewDocumentType> globallyDistributedDocuments) voidGlobalDistributionValidator.validate(Map<String, NewDocumentType> documentDefinitions, Set<NewDocumentType> globallyDistributedDocuments) voidReservedDocumentTypeNameValidator.validate(Map<String, NewDocumentType> documentDefinitions) Constructor parameters in com.yahoo.vespa.model.content with type arguments of type NewDocumentTypeModifierConstructorDescriptionBuilder(Map<String, NewDocumentType> documentDefinitions, Set<NewDocumentType> globallyDistributedDocuments, double fractionOfMemoryReserved) Builder(Map<String, NewDocumentType> documentDefinitions, Set<NewDocumentType> globallyDistributedDocuments, double fractionOfMemoryReserved) -
Uses of NewDocumentType in com.yahoo.vespa.model.content.cluster
Methods in com.yahoo.vespa.model.content.cluster that return types with arguments of type NewDocumentTypeModifier and TypeMethodDescriptionGlobalDistributionBuilder.build(ModelElement documentsElement) SearchDefinitionBuilder.build(DocumentTypeRepo repo, ModelElement elem) ContentCluster.getDocumentDefinitions()Returns a list of th document types declared at the cluster level.Methods in com.yahoo.vespa.model.content.cluster with parameters of type NewDocumentTypeModifier and TypeMethodDescriptionbooleanContentCluster.isGloballyDistributed(NewDocumentType docType) Constructor parameters in com.yahoo.vespa.model.content.cluster with type arguments of type NewDocumentTypeModifierConstructorDescriptionGlobalDistributionBuilder(Map<String, NewDocumentType> documentDefinitions)