Class StorageManagerSpecifier

java.lang.Object
com.pervasive.datarush.cal.StorageManagerSpecifier

public class StorageManagerSpecifier extends Object
Rollup of the various parameters needed to create a StorageManager.
  • Constructor Details

  • Method Details

    • getWorkerStorageRoot

      public Path getWorkerStorageRoot()
      Returns the base storage path for this storage manager. Must be a path for which there is a StorageManagerProvider.
      Returns:
      the base storage path
    • getGuid

      public GUID getGuid()
      Unique identifier, relative to the base path.
      Returns:
      the guid for this storage manager
    • getService

      public DistributedExecutorService getService()
      Returns the distributed executor service for the job.
      Returns:
      the distributed executor service