Uses of Class
com.attivio.sdk.util.BaseTypesMap
-
Packages that use BaseTypesMap Package Description com.attivio.platform.perfmon.model com.attivio.sdk.autocomplete com.attivio.sdk.esb com.attivio.sdk.event com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine.com.attivio.sdk.search com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.search.query com.attivio.sdk.security com.attivio.sdk.util com.attivio.sysstate -
-
Uses of BaseTypesMap in com.attivio.platform.perfmon.model
Methods in com.attivio.platform.perfmon.model that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.String>
MetricInstance. getDimensions()
BaseTypesMap<java.lang.String,java.lang.String>
AbstractMonitoredThing. getMetadata()
Methods in com.attivio.platform.perfmon.model with parameters of type BaseTypesMap Modifier and Type Method Description void
MetricInstance. setDimensions(BaseTypesMap<java.lang.String,java.lang.String> dimensions)
void
AbstractMonitoredThing. setMetadata(BaseTypesMap<java.lang.String,java.lang.String> metadata)
-
Uses of BaseTypesMap in com.attivio.sdk.autocomplete
Methods in com.attivio.sdk.autocomplete that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.String>
AutoCompleteSuggestion. getProperties()
Methods in com.attivio.sdk.autocomplete with parameters of type BaseTypesMap Modifier and Type Method Description void
AutoCompleteSuggestion. setProperties(BaseTypesMap<java.lang.String,java.lang.String> properties)
-
Uses of BaseTypesMap in com.attivio.sdk.esb
Subclasses of BaseTypesMap in com.attivio.sdk.esb Modifier and Type Class Description class
MessageMetadata
Container for arbitrary metadata about a message. -
Uses of BaseTypesMap in com.attivio.sdk.event
Methods in com.attivio.sdk.event that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.String>
SystemEvent. getMetadata()
Methods in com.attivio.sdk.event with parameters of type BaseTypesMap Modifier and Type Method Description void
SystemEvent. setMetadata(BaseTypesMap<java.lang.String,java.lang.String> metadata)
-
Uses of BaseTypesMap in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.String>
Schema. getProperties()
Get all the properties associated with this schema. -
Uses of BaseTypesMap in com.attivio.sdk.search
Methods in com.attivio.sdk.search with parameters of type BaseTypesMap Modifier and Type Method Description void
QueryFeedback. setProperties(BaseTypesMap<java.lang.String,java.lang.Object> value)
Set the properties for this feedback. -
Uses of BaseTypesMap in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.Object>
FacetBuckets. getAttributes()
Get extended attributes. -
Uses of BaseTypesMap in com.attivio.sdk.search.query
Fields in com.attivio.sdk.search.query declared as BaseTypesMap Modifier and Type Field Description protected static BaseTypesMap<java.lang.String,java.lang.Object>
Query. DEFAULT_PARAMETERS
Map of default values for query parameters -
Uses of BaseTypesMap in com.attivio.sdk.security
Fields in com.attivio.sdk.security declared as BaseTypesMap Modifier and Type Field Description protected BaseTypesMap<java.lang.String,java.lang.Object>
AttivioPrincipal. properties
Any additional properties.Methods in com.attivio.sdk.security that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.Object>
AttivioPrincipal. getProperties()
-
Uses of BaseTypesMap in com.attivio.sdk.util
Subclasses of BaseTypesMap in com.attivio.sdk.util Modifier and Type Class Description class
PropertyMap
Map for storing properties.Methods in com.attivio.sdk.util that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<K,V>
BaseTypesMap. clone()
Performs a deep clone of this map. -
Uses of BaseTypesMap in com.attivio.sysstate
Methods in com.attivio.sysstate that return BaseTypesMap Modifier and Type Method Description BaseTypesMap<java.lang.String,java.lang.Object>
MetricsCollector. getCollectedMetrics()
Call this method when the Metrics collection is ready to be consumed.BaseTypesMap<java.lang.String,java.lang.Object>
NoOpSystemStateMonitor. getCollectedMetricsForComponent(java.lang.String fullyQualifiedComponentName, java.lang.Class<? extends MetricsCollector> metricsCollectorClass)
Get metrics from a monitor for a specified component.BaseTypesMap<java.lang.String,java.lang.Object>
SystemStateMonitor. getCollectedMetricsForComponent(java.lang.String fullyQualifiedComponentName, java.lang.Class<? extends MetricsCollector> metricsCollectorClass)
Get metrics from a monitor for a specified component.
-