接口 ml.shifu.guagua.util.AppendList
的使用

使用 AppendList 的软件包
ml.shifu.guagua.util This package contains some useful utility functions to help guagua-core. 
 

ml.shifu.guagua.utilAppendList 的使用
 

实现 AppendListml.shifu.guagua.util 中的类
 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 © 2015. All Rights Reserved.