Uses of Class
com.pervasive.datarush.cal.StorageBucketId
-
Packages that use StorageBucketId Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of StorageBucketId in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return StorageBucketId Modifier and Type Method Description StorageBucketIdStoragePlanner. allocateBucket()Allocates a bucket of storage.StorageBucketIdStorageBucket. getBucketId()static StorageBucketIdStorageBucketId. parse(String str)Creates the ID from the string representation returned bytoString()StorageBucketIdStorageBucketId. subBucketId(int childNumber)Returns a sub-bucket id of the given child number.Methods in com.pervasive.datarush.cal with parameters of type StorageBucketId Modifier and Type Method Description PathStorageManager. getMyStorageLocation(StorageBucketId bucketId, NodeAllocationPlan.AssignmentPlan assignment)Returns "my" storage locationList<Path>StorageManager. getOtherStorageLocations(StorageBucketId bucketId, int maxParallelism)Returns storage locations for all workers up to the specifiedmaxParallelism.Constructors in com.pervasive.datarush.cal with parameters of type StorageBucketId Constructor Description StorageBucket(StorageManager manager, StorageBucketId bucketId)
-