Interface | Description |
---|---|
Allocator |
Interface for the allocation policy of Alluxio managed data.
|
Class | Description |
---|---|
Allocator.Factory |
Factory for
Allocator . |
GreedyAllocator |
A greedy allocator that returns the first Storage dir fitting the size of block to allocate.
|
MaxFreeAllocator |
An allocator that allocates a block in the storage dir with most free space.
|
RoundRobinAllocator |
A round-robin allocator that allocates a block in the storage dir.
|
Copyright © 2023. All Rights Reserved.