| Package | Description |
|---|---|
| org.brandao.brcache.collections.fileswapper |
| Modifier and Type | Method and Description |
|---|---|
DataBlock |
ChainHandler.findById(long id) |
protected DataBlock |
DataBlockEntityFile.read(DataInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
List<DataBlock> |
DataBlockOutputStream.getBlocks() |
static List<DataBlock> |
DataChain.reload(Long firstId,
DataBlockEntityFile handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainHandler.save(DataBlock entity) |
void |
ChainHandler.update(DataBlock entity) |
protected void |
DataBlockEntityFile.write(DataOutputStream stream,
DataBlock entity) |
| Modifier and Type | Method and Description |
|---|---|
static Long |
DataChain.save(List<DataBlock> list,
DataBlockEntityFile handler) |
static Long |
DataChain.update(Long firstId,
List<DataBlock> list,
DataBlockEntityFile handler) |
Copyright © 2016. All rights reserved.