Uses of Class
com.yahoo.document.datatypes.IntegerFieldValue
Packages that use IntegerFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of IntegerFieldValue in com.yahoo.document
Methods in com.yahoo.document that return IntegerFieldValueModifier and TypeMethodDescriptionstatic IntegerFieldValuePositionDataType.getXValue(FieldValue pos) static IntegerFieldValuePositionDataType.getYValue(FieldValue pos) -
Uses of IntegerFieldValue in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return IntegerFieldValueModifier and TypeMethodDescriptionIntegerFieldValue.clone()WeightedSet.putUnChecked(K key, IntegerFieldValue weight) Add a key with an associated weight to this set.Methods in com.yahoo.document.datatypes with parameters of type IntegerFieldValueModifier and TypeMethodDescriptionWeightedSet.putUnChecked(K key, IntegerFieldValue weight) Add a key with an associated weight to this set. -
Uses of IntegerFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type IntegerFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeIntField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) -
Uses of IntegerFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type IntegerFieldValueModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printIntegerXml(IntegerFieldValue f, XmlStream xml) Deprecated.voidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) Read in the value of integer fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) Writes the value of an integer collection field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of integer field -
Uses of IntegerFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type IntegerFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, IntegerFieldValue value)