public class MCFTree extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MCFTree.Node |
| Constructor and Description |
|---|
MCFTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBuffer(int level,
String fieldName,
ByteBuffer buff) |
int |
getNumNodes() |
void |
insertNode(int level,
String fieldName,
String p,
ByteBuffer buff) |
MCFTree.Node |
search(int level,
String f) |
public void addBuffer(int level,
String fieldName,
ByteBuffer buff)
public void insertNode(int level,
String fieldName,
String p,
ByteBuffer buff)
throws Exception
Exceptionpublic MCFTree.Node search(int level, String f)
public int getNumNodes()
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.