Uses of Class
com.yahoo.document.datatypes.DoubleFieldValue
Packages that use DoubleFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of DoubleFieldValue in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return DoubleFieldValue -
Uses of DoubleFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type DoubleFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeDoubleField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) -
Uses of DoubleFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type DoubleFieldValueModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printDoubleXml(DoubleFieldValue d, XmlStream xml) Deprecated.voidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) Read in the value of double fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) Writes the value of a double field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of double field -
Uses of DoubleFieldValue in com.yahoo.document.update
Fields in com.yahoo.document.update declared as DoubleFieldValueMethods in com.yahoo.document.update that return DoubleFieldValueMethods in com.yahoo.document.update with parameters of type DoubleFieldValueModifier and TypeMethodDescriptionvoidArithmeticValueUpdate.setValue(DoubleFieldValue value) Sets the operandConstructors in com.yahoo.document.update with parameters of type DoubleFieldValueModifierConstructorDescriptionArithmeticValueUpdate(ArithmeticValueUpdate.Operator operator, DoubleFieldValue operand) -
Uses of DoubleFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type DoubleFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, DoubleFieldValue value)