Class MetadataManager

java.lang.Object
org.lockss.metadata.MetadataManager

public class MetadataManager extends Object
Constants from old MetadataManager class that are referenced by plugins
  • Field Details

    • PREFIX

      public static final String PREFIX
      prefix for config properties
      See Also:
    • PARAM_INDEXING_ENABLED

      public static final String PARAM_INDEXING_ENABLED
      Determines whether indexing should be enabled. If indexing is not enabled, AUs are queued for indexing, but the AUs are not reindexed until the process is re-enabled. This parameter can be changed at runtime.
      See Also:
    • DEFAULT_INDEXING_ENABLED

      public static final boolean DEFAULT_INDEXING_ENABLED
      Default value of MetadataManager indexing enabled configuration parameter; false to disable, true to enable.
      See Also:
  • Constructor Details

    • MetadataManager

      public MetadataManager()