Uses of Class
org.apache.iotdb.commons.path.PathPatternNode
-
Packages that use PathPatternNode Package Description org.apache.iotdb.commons.path -
-
Uses of PathPatternNode in org.apache.iotdb.commons.path
Methods in org.apache.iotdb.commons.path that return PathPatternNode Modifier and Type Method Description static <V,T extends PathPatternNode.Serializer<V>>
PathPatternNode<V,T>PathPatternNode. deserializeNode(java.nio.ByteBuffer buffer, T serializer)PathPatternNode<V,VSerializer>PathPatternNode. getChildren(java.lang.String nodeName)PathPatternNode<java.lang.Void,PathPatternNode.VoidSerializer>PathPatternTree. getRoot()Methods in org.apache.iotdb.commons.path that return types with arguments of type PathPatternNode Modifier and Type Method Description java.util.Map<java.lang.String,PathPatternNode<V,VSerializer>>PathPatternNode. getChildren()java.util.List<PathPatternNode<V,VSerializer>>PathPatternNode. getMatchChildren(java.lang.String nodeName)Methods in org.apache.iotdb.commons.path with parameters of type PathPatternNode Modifier and Type Method Description voidPathPatternNode. addChild(PathPatternNode<V,VSerializer> tmpNode)voidPathPatternNode. deleteChild(PathPatternNode<V,VSerializer> tmpNode)booleanPathPatternNode. equalWith(PathPatternNode<V,VSerializer> that)voidPathPatternTree. setRoot(PathPatternNode<java.lang.Void,PathPatternNode.VoidSerializer> root)
-