Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Method and 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 by
toString() |
StorageBucketId |
StorageBucketId.subBucketId(int childNumber)
Returns a sub-bucket id of the given child number.
|
Modifier and Type | Method and Description |
---|---|
Path |
StorageManager.getMyStorageLocation(StorageBucketId bucketId,
NodeAllocationPlan.AssignmentPlan assignment)
Returns "my" storage location
|
List<Path> |
StorageManager.getOtherStorageLocations(StorageBucketId bucketId,
int maxParallelism)
Returns storage locations for all workers up to the specified
maxParallelism . |
Constructor and Description |
---|
StorageBucket(StorageManager manager,
StorageBucketId bucketId) |
Copyright © 2020 Actian Corporation. All rights reserved.