Uses of Class
com.yahoo.config.LeafNode
Packages that use LeafNode
-
Uses of LeafNode in com.yahoo.config
Classes in com.yahoo.config with type parameters of type LeafNodeModifier and TypeClassDescriptionclassLeafNodeVector<REAL,NODE extends LeafNode<REAL>> A vector of leaf nodes.Subclasses of LeafNode in com.yahoo.configModifier and TypeClassDescriptionclassThe BooleanNode class represents a boolean in a configuration tree.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.classThe IntegerNode class represents an integer in a configuration tree.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 with type parameters of type LeafNodeModifier and TypeMethodDescriptionConverts a map of String→REAL to String→NODE, where REAL is the underlying value type.LeafNodeMaps.asValueMap(Map<String, NODE> input) Converts a map of String→NODE to String→REAL, where REAL is the underlying value type.Methods in com.yahoo.config that return LeafNodeModifier and TypeMethodDescriptionprotected LeafNode<?>LeafNode.clone()This method is meant for internal use in the configuration system.Methods in com.yahoo.config that return types with arguments of type LeafNode