| Package | Description |
|---|---|
| ml.shifu.guagua.util |
This package contains some useful utility functions to help guagua-core.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BytableDiskList<T extends Bytable>
A list wrapper to implement store
Bytable data into disk. |
class |
BytableMemoryDiskList<T extends Bytable>
A list to store
Bytable data firstly into memory then into disk if over threshold. |
class |
DiskList<T extends Serializable>
A list wrapper to implement store data into disk.
|
class |
MemoryDiskList<T extends Serializable>
A list to store data firstly into memory then into disk if over threshold.
|
class |
MemoryLimitedList<T>
A simple wrapper list with limited byte size.
|
Copyright © 2018. All Rights Reserved.