Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.allocator | |
alluxio.worker.page |
Constructor and Description |
---|
DefaultPageMetaStore(List<PageStoreDir> dirs,
Allocator allocator)
Constructor of DefaultMetaStore.
|
Modifier and Type | Class and Description |
---|---|
class |
AffinityHashAllocator
Offers stickiness allocation based on the file id.
|
class |
HashAllocator
An implementation of Allocator base on the hash of the file id for local cache.
|
Constructor and Description |
---|
PagedBlockMetaStore(List<PagedBlockStoreDir> dirs,
Allocator allocator) |
Copyright © 2023. All Rights Reserved.