Uses of Class
com.pervasive.datarush.cal.StorageBucketId
Packages that use StorageBucketId
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of StorageBucketId in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return StorageBucketIdModifier and TypeMethodDescriptionStoragePlanner.allocateBucket()Allocates a bucket of storage.StorageBucket.getBucketId()static StorageBucketIdCreates the ID from the string representation returned bytoString()StorageBucketId.subBucketId(int childNumber) Returns a sub-bucket id of the given child number.Methods in com.pervasive.datarush.cal with parameters of type StorageBucketIdModifier and TypeMethodDescriptionStorageManager.getMyStorageLocation(StorageBucketId bucketId, NodeAllocationPlan.AssignmentPlan assignment) Returns "my" storage locationStorageManager.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