Uses of Class
com.yahoo.config.Node
Packages that use Node
-
Uses of Node in com.yahoo.config
Subclasses of Node in com.yahoo.configModifier and TypeClassDescriptionclassThe BooleanNode class represents a boolean in a configuration tree.classRepresents an instance of an application config with a specific configId.classThe DoubleNode class represents a double in a configuration tree.classThe EnumNode class is a superclass for Enumerations in a configuration tree.classRepresents a 'file' in aConfigInstance, usually a filename.classSuperclass for all inner nodes in aConfigInstance.classThe IntegerNode class represents an integer in a configuration tree.classLeafNode<T>Superclass for all leaf nodes in aConfigInstance.classRepresents a long in a configuration tree.classRepresents a 'model' in aConfigInstance.classRepresents a 'path' in aConfigInstance, usually a filename, can be optionalclassRepresents a 'path' in aConfigInstance, usually a filename.classA ReferenceNode class represents a reference (that is a config-id) in aConfigInstance.classA StringNode class represents a string in aConfigInstance.classRepresents a 'url' in aConfigInstance, which will be downloaded and made available as aFile.Methods in com.yahoo.config that return types with arguments of type NodeModifier and TypeMethodDescriptionInnerNode.getChildrenWithVectorsFlattened()Returns a flat map of this node's direct children, including all NodeVectors' elements.Methods in com.yahoo.config with parameters of type NodeModifier and TypeMethodDescriptionChangesRequiringRestart.CompareFunc.getChangesRequiringRestart(Node from, Node to) Method parameters in com.yahoo.config with type arguments of type NodeModifier and TypeMethodDescriptionChangesRequiringRestart.compareArray(List<? extends Node> from, List<? extends Node> to, String name, String comment, ChangesRequiringRestart.CompareFunc func) ChangesRequiringRestart.compareMap(Map<String, ? extends Node> from, Map<String, ? extends Node> to, String name, String comment, ChangesRequiringRestart.CompareFunc func)