public interface InstanceTreeBuilder
Modifier and Type | Method and Description |
---|---|
Map<Long,Node> |
loadInstanceTrees(String filename) |
Map<Long,Node> |
loadInstanceTrees(TreeMappingInfo mappingInfo)
Generate trees from the results of a sorted query
|
void |
serializeInstanceTrees(TreeMappingInfo mappingInfo,
String filename) |
Map<Long,Node> loadInstanceTrees(TreeMappingInfo mappingInfo)
void serializeInstanceTrees(TreeMappingInfo mappingInfo, String filename) throws IOException
IOException
Map<Long,Node> loadInstanceTrees(String filename) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.