Class DataNodeAggregator


  • @Beta
    @Deprecated(forRemoval=true,
                since="8.0.3")
    public abstract class DataNodeAggregator
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • DataNodeAggregator

        public DataNodeAggregator()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • addChild

        protected void addChild​(DataSchemaNode childNode)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addContainer

        protected void addContainer​(ContainerSchemaNode containerNode)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addList

        protected void addList​(ListSchemaNode list)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addChoice

        protected void addChoice​(ChoiceSchemaNode choiceNode)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addTypedefs

        protected void addTypedefs​(Collection<? extends TypeDefinition<?>> typeDefs)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addGrouping

        protected void addGrouping​(GroupingDefinition grouping)
        Deprecated, for removal: This API element is subject to removal in a future version.