public interface BlockManager
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
allocateBlock(int index) |
int |
free(boolean acquireDataBlock) |
void |
freeBlock(int index) |
ByteBuffer |
getBlock(int index)
Get the block for a given index.
|
int |
getInode() |
int getInode()
ByteBuffer allocateBlock(int index)
ByteBuffer getBlock(int index)
index - void freeBlock(int index)
int free(boolean acquireDataBlock)
Copyright © 2019. All rights reserved.