Class Deriver

java.lang.Object
com.yahoo.schema.derived.Deriver

public class Deriver extends Object
Facade for deriving configs from schemas
Author:
bratseth
  • Constructor Details

    • Deriver

      public Deriver()
  • Method Details

    • getSchemaBuilder

      public static ApplicationBuilder getSchemaBuilder(List<String> schemas)
    • getDocumentManagerConfig

      public static com.yahoo.document.config.DocumentmanagerConfig.Builder getDocumentManagerConfig(String sd)
    • getDocumentManagerConfig

      public static com.yahoo.document.config.DocumentmanagerConfig.Builder getDocumentManagerConfig(List<String> schemas)
    • getDocumentTypesConfig

      public static com.yahoo.document.config.DocumenttypesConfig.Builder getDocumentTypesConfig(String schema)
    • getDocumentTypesConfig

      public static com.yahoo.document.config.DocumenttypesConfig.Builder getDocumentTypesConfig(List<String> schemas)