Class BinaryStoreStatusFuncs

java.lang.Object
binaryFileStorage.BinaryStoreStatusFuncs

public class BinaryStoreStatusFuncs extends Object
Set of functions used at restarts to determine the status of the binary store.
Author:
dg50
  • Constructor Details

    • BinaryStoreStatusFuncs

      public BinaryStoreStatusFuncs(BinaryStore binaryStore)
  • Method Details

    • getStoreStatus

      public StoreStatus getStoreStatus(boolean getDetail)
    • findLastData

      public BinaryFooter findLastData(File aFile)
      Get the last data in a file. Hopefully this comes from the footer, but it might have to look at all data if the footer is absent or the index file missing.
      Parameters:
      aFile -
      Returns: