public final class StorageBucket extends Object
StorageBucketId
and it's associated StorageManager
.Constructor and Description |
---|
StorageBucket(StorageManager manager,
StorageBucketId bucketId) |
Modifier and Type | Method and Description |
---|---|
StorageBucketId |
getBucketId() |
StorageManager |
getManager() |
Path |
getMyStorageLocation(NodeAllocationPlan.AssignmentPlan partitionInfo) |
NodeAllocationPlan |
getNodeAllocationPlan() |
List<Path> |
getWorkerStorageLocations(int maxParallelism) |
StorageBucket |
subBucket(int childNumber) |
public StorageBucket(StorageManager manager, StorageBucketId bucketId)
public StorageBucket subBucket(int childNumber)
public Path getMyStorageLocation(NodeAllocationPlan.AssignmentPlan partitionInfo)
public StorageBucketId getBucketId()
public StorageManager getManager()
public NodeAllocationPlan getNodeAllocationPlan()
Copyright © 2016 Actian Corporation. All rights reserved.