| Package | Description |
|---|---|
| net.dontdrinkandroot.cache.impl.disk.indexed.storage | |
| net.dontdrinkandroot.cache.metadata.impl |
| Modifier and Type | Method and Description |
|---|---|
static IndexData |
IndexData.read(RandomAccessFile randomAccessFile,
int blockNum) |
IndexData |
IndexFile.write(IndexData indexData) |
IndexData |
IndexData.write(RandomAccessFile randomAccessFile,
int blockNum) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexData> |
IndexFile.initialize() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFile.delete(IndexData indexData)
Deletes the block of the given metaData.
|
IndexData |
IndexFile.write(IndexData indexData) |
| Modifier and Type | Method and Description |
|---|---|
IndexData |
BlockMetaData.getIndexData() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockMetaData.setIndexData(IndexData indexData) |
| Constructor and Description |
|---|
BlockMetaData(IndexData indexData,
SimpleMetaData metaData) |
Copyright © 2014 dontdrinkandroot. All rights reserved.