java.lang.Object
com.pervasive.datarush.cal.StorageManagerSpecifier
Rollup of the various parameters needed to create a
StorageManager.-
Constructor Summary
ConstructorsModifierConstructorDescriptionStorageManagerSpecifier(JobSpecifier jobSpec, DistributedExecutorService service) Create a jobInfoprotected -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()Unique identifier, relative to the base path.Returns the distributed executor service for the job.Returns the base storage path for this storage manager.
-
Constructor Details
-
StorageManagerSpecifier
Create a jobInfo- Parameters:
jobSpec- the job spec.service- the executor service.
-
StorageManagerSpecifier
-
-
Method Details
-
getWorkerStorageRoot
Returns the base storage path for this storage manager. Must be a path for which there is aStorageManagerProvider.- Returns:
- the base storage path
-
getGuid
Unique identifier, relative to the base path.- Returns:
- the guid for this storage manager
-
getService
Returns the distributed executor service for the job.- Returns:
- the distributed executor service
-