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 StorageBucketId
StoragePlanner. allocateBucket()
Allocates a bucket of storage.StorageBucketId
StorageBucket. getBucketId()
static StorageBucketId
StorageBucketId. parse(String str)
Creates the ID from the string representation returned bytoString()
StorageBucketId
StorageBucketId. 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 Path
StorageManager. 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)
-