Class ConfigAreaFile.OldBlockInformations

java.lang.Object
de.bsvrz.puk.config.configFile.fileaccess.ConfigAreaFile.OldBlockInformations
Enclosing class:
ConfigAreaFile

public static final class ConfigAreaFile.OldBlockInformations
extends java.lang.Object
Diese Klasse speichert die Dateiposition eines Blocks, der Konfigurationsobjekte enthält, die ungültig sind und durch eine Reorganisation verschoben wurden und sich nicht mehr in der Mischobjektmenge befinden. Als zusätzliche Informatione speicher die Klasse einen Zeitstempel, der zu dem Block gehört.
  • Constructor Summary

    Constructors
    Constructor Description
    OldBlockInformations​(long filePosition, long timeStamp)  
  • Method Summary

    Modifier and Type Method Description
    long getFilePosition()  
    long getTimeStamp()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OldBlockInformations

      public OldBlockInformations​(long filePosition, long timeStamp)
  • Method Details

    • getFilePosition

      public long getFilePosition()
    • getTimeStamp

      public long getTimeStamp()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object