Class DefaultProperties

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class DefaultProperties
    extends Properties
    Default values for properties that are meant to be customized in query profiles.
    Author:
    Tony Vaagenes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(com.yahoo.processing.request.CompoundName name, java.util.Map<java.lang.String,​java.lang.String> context, com.yahoo.processing.request.Properties substitution)  
      • Methods inherited from class com.yahoo.processing.request.Properties

        asBoolean, asDouble, asInteger, asLong, asString, chain, clearAll, clearAll, clearAll, clearAll, clone, cloneMap, get, get, get, get, get, get, get, getBoolean, getBoolean, getBoolean, getBoolean, getDouble, getDouble, getDouble, getDouble, getInstance, getInteger, getInteger, getInteger, getInteger, getLong, getLong, getLong, getLong, getString, getString, getString, getString, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, listProperties, set, set, set, set
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAX_OFFSET

        public static final com.yahoo.processing.request.CompoundName MAX_OFFSET
      • MAX_HITS

        public static final com.yahoo.processing.request.CompoundName MAX_HITS
    • Constructor Detail

      • DefaultProperties

        public DefaultProperties()
    • Method Detail

      • get

        public java.lang.Object get​(com.yahoo.processing.request.CompoundName name,
                                    java.util.Map<java.lang.String,​java.lang.String> context,
                                    com.yahoo.processing.request.Properties substitution)
        Overrides:
        get in class com.yahoo.processing.request.Properties