Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Method and Description |
---|---|
CreateBlockOptions |
CreateBlockOptions.setAlluxioPath(String alluxioPath) |
CreateBlockOptions |
CreateBlockOptions.setInitialBytes(long initialBytes) |
CreateBlockOptions |
CreateBlockOptions.setMedium(String medium) |
Modifier and Type | Method and Description |
---|---|
String |
MonoBlockStore.createBlock(long sessionId,
long blockId,
int tier,
CreateBlockOptions createBlockOptions) |
String |
DefaultBlockWorker.createBlock(long sessionId,
long blockId,
int tier,
CreateBlockOptions createBlockOptions) |
String |
BlockStore.createBlock(long sessionId,
long blockId,
int tier,
CreateBlockOptions createBlockOptions)
Creates a block in Alluxio managed space.
|
String |
BlockWorker.createBlock(long sessionId,
long blockId,
int tier,
CreateBlockOptions createBlockOptions)
Creates a block in Alluxio managed space.
|
Modifier and Type | Method and Description |
---|---|
String |
PagedBlockStore.createBlock(long sessionId,
long blockId,
int tier,
CreateBlockOptions createBlockOptions) |
Copyright © 2023. All Rights Reserved.