public class StorageManagerSpecifier extends Object
StorageManager
.Modifier | Constructor and Description |
---|---|
|
StorageManagerSpecifier(JobSpecifier jobSpec,
DistributedExecutorService service)
Create a jobInfo
|
protected |
StorageManagerSpecifier(StorageManagerSpecifier other) |
Modifier and Type | Method and Description |
---|---|
GUID |
getGuid()
Unique identifier, relative to the base path.
|
DistributedExecutorService |
getService()
Returns the distributed executor service for the job.
|
Path |
getWorkerStorageRoot()
Returns the base storage path for this storage manager.
|
public StorageManagerSpecifier(JobSpecifier jobSpec, DistributedExecutorService service)
jobSpec
- the job spec.service
- the executor service.protected StorageManagerSpecifier(StorageManagerSpecifier other)
public Path getWorkerStorageRoot()
StorageManagerProvider
.public GUID getGuid()
public DistributedExecutorService getService()
Copyright © 2016 Actian Corporation. All rights reserved.