public class DataChain extends Object
| Constructor and Description |
|---|
DataChain() |
| Modifier and Type | Method and Description |
|---|---|
static List<DataBlock> |
reload(Long firstId,
DataBlockEntityFile handler) |
static void |
remove(DataBlockEntityFile handler,
List<Long> freeList) |
static void |
remove(Long firstId,
DataBlockEntityFile handler) |
static Long |
save(List<DataBlock> list,
DataBlockEntityFile handler) |
static Long |
update(Long firstId,
List<DataBlock> list,
DataBlockEntityFile handler) |
public static Long save(List<DataBlock> list, DataBlockEntityFile handler) throws IOException
IOExceptionpublic static Long update(Long firstId, List<DataBlock> list, DataBlockEntityFile handler) throws IOException
IOExceptionpublic static void remove(Long firstId, DataBlockEntityFile handler) throws IOException
IOExceptionpublic static void remove(DataBlockEntityFile handler, List<Long> freeList) throws IOException
IOExceptionpublic static List<DataBlock> reload(Long firstId, DataBlockEntityFile handler) throws IOException
IOExceptionCopyright © 2016. All rights reserved.