Class BatchLoader

All Implemented Interfaces:
ListProcessor

public class BatchLoader extends ListProcessorSimple implements ListProcessor
Run a Storage load test
Author:
dloy
  • Field Details

    • NAME

      protected String NAME
    • MESSAGE

      protected String MESSAGE
    • LS

      public static final String LS
    • DEBUG

      public static boolean DEBUG
    • SENDINGEST

      public static boolean SENDINGEST
    • checksumType

      protected String checksumType
    • processList

      protected File processList
    • extractBaseDirectory

      protected File extractBaseDirectory
    • outputManifestDirectoryBase

      protected File outputManifestDirectoryBase
    • outputManifestBaseURL

      protected URL outputManifestBaseURL
    • componentURLBase

      protected URL componentURLBase
    • outputManifestURL

      protected URL outputManifestURL
    • outputBatchFile

      protected File outputBatchFile
    • extractDirectories

      protected Vector<LoaderInfo> extractDirectories
    • profile

      protected String profile
    • ingestBase

      protected URL ingestBase
  • Constructor Details

  • Method Details