Uses of Interface
com.pervasive.datarush.cal.StorageManager
-
Packages that use StorageManager Package Description com.actian.dataflow.cal.yarn.client com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of StorageManager in com.actian.dataflow.cal.yarn.client
Methods in com.actian.dataflow.cal.yarn.client that return StorageManager Modifier and Type Method Description StorageManager
YarnClusterJobExecutor. getExternalStorageManager()
Has the side effect of starting the application master. -
Uses of StorageManager in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return StorageManager Modifier and Type Method Description StorageManager
JobContext. ensureJobStorageManager()
Returns a storage manager for storing temporary files.StorageManager
JobExecutorService. getExternalStorageManager()
Returns a storage manager that can be used for transfering files to/from the job.StorageManager
StorageBucket. getManager()
StorageManager
StorageManagerProvider. newStorageManager(StorageManagerSpecifier specifier)
Create a new storage managerstatic StorageManager
StorageManagers. newStorageManager(StorageManagerSpecifier specifier)
Create a new storage manager from a given base location and new GUID.Constructors in com.pervasive.datarush.cal with parameters of type StorageManager Constructor Description StorageBucket(StorageManager manager, StorageBucketId bucketId)
-