Uses of Class
ca.uhn.fhir.jpa.model.config.PartitionSettings
Packages that use PartitionSettings
-
Uses of PartitionSettings in ca.uhn.fhir.jpa.model.config
Methods in ca.uhn.fhir.jpa.model.config that return PartitionSettingsModifier and TypeMethodDescriptionPartitionSettings.setIncludePartitionInSearchHashes(boolean theIncludePartitionInSearchHashes)If set totrue(default isfalse) thePARTITION_IDvalue will be factored into the hash values used in theHFJ_SPIDX_xxxtables, removing the need to explicitly add a selector on this column in queries. -
Uses of PartitionSettings in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return PartitionSettingsModifier and TypeMethodDescriptionBaseResourceIndexedSearchParam.getPartitionSettings()ResourceIndexedComboTokenNonUnique.getPartitionSettings()SearchParamPresent.getPartitionSettings()Methods in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionSettingsModifier and TypeMethodDescriptionstatic longResourceIndexedComboTokenNonUnique.calculateHashComplete(PartitionSettings partitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId partitionId, String queryString)static longResourceIndexedComboTokenNonUnique.calculateHashComplete(PartitionSettings partitionSettings, PartitionablePartitionId thePartitionId, String queryString)static longResourceIndexedSearchParamString.calculateHashExact(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValueExact)static longResourceIndexedSearchParamString.calculateHashExact(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValueExact)static longBaseResourceIndexedSearchParam.calculateHashIdentity(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName)static longBaseResourceIndexedSearchParam.calculateHashIdentity(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, List<String> theAdditionalValues)static longBaseResourceIndexedSearchParam.calculateHashIdentity(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName)static longResourceIndexedSearchParamString.calculateHashNormalized(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized)static longResourceIndexedSearchParamString.calculateHashNormalized(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized)static longSearchParamPresent.calculateHashPresence(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent)static longSearchParamPresent.calculateHashPresence(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent)static longResourceIndexedSearchParamToken.calculateHashSystem(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem)static longResourceIndexedSearchParamToken.calculateHashSystem(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem)static longResourceIndexedSearchParamBaseQuantity.calculateHashSystemAndUnits(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theUnits)static longResourceIndexedSearchParamBaseQuantity.calculateHashSystemAndUnits(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theUnits)static longResourceIndexedSearchParamToken.calculateHashSystemAndValue(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theValue)static longResourceIndexedSearchParamToken.calculateHashSystemAndValue(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theValue)static longResourceIndexedSearchParamBaseQuantity.calculateHashUnits(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUnits)static longResourceIndexedSearchParamBaseQuantity.calculateHashUnits(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUnits)static longResourceIndexedSearchParamUri.calculateHashUri(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUri)static longResourceIndexedSearchParamUri.calculateHashUri(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUri)static longResourceIndexedSearchParamToken.calculateHashValue(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValue)static longResourceIndexedSearchParamToken.calculateHashValue(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValue)BaseResourceIndexedSearchParam.setPartitionSettings(PartitionSettings thePartitionSettings)voidSearchParamPresent.setPartitionSettings(PartitionSettings thePartitionSettings)Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionSettingsModifierConstructorDescriptionResourceIndexedComboTokenNonUnique(PartitionSettings thePartitionSettings, ResourceTable theEntity, String theQueryString)ResourceIndexedSearchParamCoords(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, double theLatitude, double theLongitude)ResourceIndexedSearchParamDate(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, Date theLow, String theLowString, Date theHigh, String theHighString, String theOriginalValue)ConstructorResourceIndexedSearchParamNumber(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, BigDecimal theValue)ResourceIndexedSearchParamQuantity(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, BigDecimal theValue, String theSystem, String theUnits)ResourceIndexedSearchParamQuantityNormalized(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, double theValue, String theSystem, String theUnits)ResourceIndexedSearchParamString(PartitionSettings thePartitionSettings, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized, String theValueExact)ResourceIndexedSearchParamToken(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, String theSystem, String theValue)ConstructorResourceIndexedSearchParamUri(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, String theUri)Constructor