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 StorageManagerYarnClusterJobExecutor. 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 StorageManagerJobContext. ensureJobStorageManager()Returns a storage manager for storing temporary files.StorageManagerJobExecutorService. getExternalStorageManager()Returns a storage manager that can be used for transfering files to/from the job.StorageManagerStorageBucket. getManager()StorageManagerStorageManagerProvider. newStorageManager(StorageManagerSpecifier specifier)Create a new storage managerstatic StorageManagerStorageManagers. 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)
-