public abstract class BlockMgrBase extends Object implements BlockMgr
| Modifier and Type | Method and Description |
|---|---|
Block |
allocate(int blkSize)
Allocate an uninitialized block - writable - call only inside a update sequence.
|
void |
beginRead()
Start of read
|
void |
beginUpdate()
Start of update
|
void |
endRead()
Completion of read
|
void |
endUpdate()
Completion of update
|
String |
getLabel() |
public final Block allocate(int blkSize)
BlockMgrpublic void endUpdate()
BlockMgrpublic void beginUpdate()
BlockMgrbeginUpdate in interface BlockMgrpublic void beginRead()
BlockMgrLicensed under the Apache License, Version 2.0