Class YTreeNodeUtils


  • public class YTreeNodeUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void merge​(YTreeNode node1, YTreeNode node2, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes)  
      static void walk​(YTreeNode node, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes)  
      static void walk​(YTreeNode node, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes, boolean sortKeys)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • walk

        public static void walk​(YTreeNode node,
                                tech.ytsaurus.yson.YsonConsumer consumer,
                                boolean stringAsBytes)
      • walk

        public static void walk​(YTreeNode node,
                                tech.ytsaurus.yson.YsonConsumer consumer,
                                boolean stringAsBytes,
                                boolean sortKeys)
      • merge

        public static void merge​(YTreeNode node1,
                                 YTreeNode node2,
                                 tech.ytsaurus.yson.YsonConsumer consumer,
                                 boolean stringAsBytes)