Enum Class ConfigurationAreaFile.RestructureMode

java.lang.Object
java.lang.Enum<ConfigurationAreaFile.RestructureMode>
de.bsvrz.puk.config.configFile.fileaccess.ConfigurationAreaFile.RestructureMode
All Implemented Interfaces:
Serializable, Comparable<ConfigurationAreaFile.RestructureMode>, Constable
Enclosing interface:
ConfigurationAreaFile

public static enum ConfigurationAreaFile.RestructureMode extends Enum<ConfigurationAreaFile.RestructureMode>
Definiert die Art einer Restrukturierung
  • Enum Constant Details

    • FullRestructure

      public static final ConfigurationAreaFile.RestructureMode FullRestructure
      Volle Restrukturierung der Konfigurationsobjekte und dynamischen Objekte. Lücken (Gaps) werden gefüllt. Alle Dateipositionen können sich ändern, daher darf diese Restrukturierung nur Offline ausgeführt werden, oder bevor Dateipositionen gecacht werden (also direkt beim Start).
    • DynamicObjectRestructure

      public static final ConfigurationAreaFile.RestructureMode DynamicObjectRestructure
      Restrukturierung der dynamischen Objekte im laufenden Betrieb. Die Objekte, die sich vorher in der Mischmenge befanden, erhalten (sehr wahrscheinlich) eine neue Dateipostion. Ungültige dynamische Objekte werden in den NgDyn-Block verschoben, Gültige und zukünftige Objekte bleiben in der Mischmenge, wandern dort aber ggf. an eine andere Position.
    • DeleteObjectsPermanently

      public static final ConfigurationAreaFile.RestructureMode DeleteObjectsPermanently
      Volle Restrukturierung, bei der zusätzlich vorher markierte Objekte gelöscht (d. h. nicht mitkopiert) werden.
  • Method Details

    • values

      public static ConfigurationAreaFile.RestructureMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ConfigurationAreaFile.RestructureMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null