public class BooleanLogicTreeNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
BooleanLogicTreeNode() |
BooleanLogicTreeNode(int type) |
BooleanLogicTreeNode(int type,
boolean negate) |
BooleanLogicTreeNode(int type,
String fieldName,
String fieldValue) |
BooleanLogicTreeNode(int type,
String fieldName,
String fieldValue,
boolean negated) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToSet(org.apache.accumulo.core.data.Key i) |
static org.apache.accumulo.core.data.Key |
buildKey(org.apache.accumulo.core.data.Key key) |
String |
buildTreePathString(TreeNode[] path) |
org.apache.accumulo.core.data.Key |
getAdvanceKey() |
String |
getContents() |
org.apache.hadoop.io.Text |
getFieldName() |
String |
getFieldOperator() |
org.apache.hadoop.io.Text |
getFieldValue() |
HashSet<org.apache.accumulo.core.data.Key> |
getIntersection(HashSet<org.apache.accumulo.core.data.Key> h) |
org.apache.hadoop.io.Text |
getLowerBound() |
org.apache.accumulo.core.data.Key |
getMinUniqueID() |
Iterator<org.apache.accumulo.core.data.Key> |
getSetIterator() |
org.apache.accumulo.core.data.Key |
getTopKey() |
int |
getType() |
org.apache.hadoop.io.Text |
getUpperBound() |
boolean |
hasTop() |
boolean |
inSet(org.apache.accumulo.core.data.Key t) |
boolean |
isChildrenAllNegated() |
boolean |
isDone() |
boolean |
isNegated() |
boolean |
isRangeNode() |
boolean |
isRollUp() |
boolean |
isValid() |
boolean |
jump(org.apache.accumulo.core.data.Key jumpKey) |
void |
next() |
String |
printNode() |
void |
reSet() |
void |
seek(org.apache.accumulo.core.data.Range range,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive) |
void |
setAdvanceKey(org.apache.accumulo.core.data.Key advanceKey) |
void |
setChildrenAllNegated(boolean childrenAllNegated) |
void |
setDone(boolean done) |
void |
setFieldName(org.apache.hadoop.io.Text dataLocation) |
void |
setFieldValue(org.apache.hadoop.io.Text term) |
void |
setLowerBound(org.apache.hadoop.io.Text lowerBound) |
void |
setNegated(boolean b) |
void |
setRangeNode(boolean rangeNode) |
void |
setRollUp(boolean rollUp) |
void |
setTopKey(org.apache.accumulo.core.data.Key id) |
void |
setType(int t) |
void |
setUpperBound(org.apache.hadoop.io.Text upperBound) |
void |
setValid(boolean b) |
String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic BooleanLogicTreeNode()
public BooleanLogicTreeNode(int type)
public BooleanLogicTreeNode(int type,
boolean negate)
public static org.apache.accumulo.core.data.Key buildKey(org.apache.accumulo.core.data.Key key)
public boolean isValid()
public void setValid(boolean b)
public int getType()
public void setType(int t)
public boolean isChildrenAllNegated()
public void setChildrenAllNegated(boolean childrenAllNegated)
public org.apache.accumulo.core.data.Key getAdvanceKey()
public void setAdvanceKey(org.apache.accumulo.core.data.Key advanceKey)
public boolean isNegated()
public void setNegated(boolean b)
public org.apache.accumulo.core.data.Key getTopKey()
public void setTopKey(org.apache.accumulo.core.data.Key id)
public boolean isDone()
public void setDone(boolean done)
public boolean isRollUp()
public void setRollUp(boolean rollUp)
public org.apache.hadoop.io.Text getFieldValue()
public void setFieldValue(org.apache.hadoop.io.Text term)
public org.apache.hadoop.io.Text getFieldName()
public void setFieldName(org.apache.hadoop.io.Text dataLocation)
public String getFieldOperator()
public org.apache.hadoop.io.Text getLowerBound()
public void setLowerBound(org.apache.hadoop.io.Text lowerBound)
public org.apache.hadoop.io.Text getUpperBound()
public void setUpperBound(org.apache.hadoop.io.Text upperBound)
public boolean isRangeNode()
public void setRangeNode(boolean rangeNode)
public String getContents()
public String printNode()
public String toString()
toString in class DefaultMutableTreeNodepublic void seek(org.apache.accumulo.core.data.Range range,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive)
throws IOException
IOExceptionpublic void next()
throws IOException
IOExceptionpublic boolean jump(org.apache.accumulo.core.data.Key jumpKey)
throws IOException
IOExceptionpublic void addToSet(org.apache.accumulo.core.data.Key i)
public void reSet()
public boolean inSet(org.apache.accumulo.core.data.Key t)
public Iterator<org.apache.accumulo.core.data.Key> getSetIterator()
public HashSet<org.apache.accumulo.core.data.Key> getIntersection(HashSet<org.apache.accumulo.core.data.Key> h)
public org.apache.accumulo.core.data.Key getMinUniqueID()
public boolean hasTop()
Copyright © 2014 Calrissian. All Rights Reserved.