Index

A C D E F G H I M N O P S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractParameterProducer - Class in org.tkit.onecx.quarkus.parameter.runtime
 
AbstractParameterProducer() - Constructor for class org.tkit.onecx.quarkus.parameter.runtime.AbstractParameterProducer
 
addParameter(String, Object, Object) - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.TenantParameters
 
addParameterRequest(ParametersHistoryEvent) - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
applicationId() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Parameters application ID.

C

cache() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Cache configuration
clientUrl() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Parameters client URL configuration.
configSources(BeanContainer, ParametersConfig) - Method in class org.tkit.onecx.quarkus.parameter.runtime.ParametersRecorder
 
consumeEvent(ParametersHistoryEvent) - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryService
 
ConvertValueException - Exception in org.tkit.onecx.quarkus.parameter
 
ConvertValueException(String, Throwable) - Constructor for exception org.tkit.onecx.quarkus.parameter.ConvertValueException
 

D

DefaultParametersValueMapper - Class in org.tkit.onecx.quarkus.parameter.mapper
 
DefaultParametersValueMapper() - Constructor for class org.tkit.onecx.quarkus.parameter.mapper.DefaultParametersValueMapper
 
DefaultTenantResolver - Class in org.tkit.onecx.quarkus.parameter.tenant
 
DefaultTenantResolver() - Constructor for class org.tkit.onecx.quarkus.parameter.tenant.DefaultTenantResolver
 

E

enabled() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersBuildTimeConfig.MetricsConfig
Whether a metrics is enabled in case the micrometer or micro-profile metrics extension is present.
enabled() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.CacheConfig
Enable or disable client cache.
enabled() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
If set to true, the application will attempt to look up the configuration from Parameter service
enabled() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.HistoryConfig
If set to true, the application will send history information to the parameter management.
enabled() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.TenantConfig
Enable or disable multi-tenancy.
end() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 

F

failedAtStart() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.CacheConfig
Does not start the microservices if an error occurs while retrieving the parameters during the startup phase.

G

getCount() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.ParameterInfoItem
 
getCtx() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.TenantParameters
 
getCtx() - Method in class org.tkit.onecx.quarkus.parameter.runtime.TenantParameters
 
getCurrentValue() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.ParameterInfoItem
 
getDefaultValue() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.ParameterInfoItem
 
getEnd() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
getInstanceId() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
getParameter(InjectionPoint, Class<?>, ParametersService) - Method in class org.tkit.onecx.quarkus.parameter.runtime.AbstractParameterProducer
 
getParameterAnno(InjectionPoint) - Method in class org.tkit.onecx.quarkus.parameter.runtime.AbstractParameterProducer
 
getParameters() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.TenantParameters
 
getParameters() - Method in class org.tkit.onecx.quarkus.parameter.runtime.TenantParameters
 
getParameters(String, String) - Method in class org.tkit.onecx.quarkus.parameter.runtime.ParametersDataService
 
getStart() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
getTenantContext(Context) - Method in interface org.tkit.onecx.quarkus.parameter.tenant.TenantResolver
 
getTenants() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
getValue(String, Class<T>) - Method in class org.tkit.onecx.quarkus.parameter.ParametersService
Return the resolved parameter value with the specified type.
getValue(String, Class<T>, T) - Method in class org.tkit.onecx.quarkus.parameter.ParametersService
Return the resolved parameter value with the specified type.
getValue(String, Class<T>, T) - Method in class org.tkit.onecx.quarkus.parameter.runtime.ParametersDataService
 

H

history() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
History configuration.
history(String, String) - Method in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
history(String, String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.MicrometerMetricsRecorder
 
history(String, String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.NoopMetricsRecorder
 

I

increase(String) - Method in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
increase(String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.MicrometerMetricsRecorder
 
increase(String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.NoopMetricsRecorder
 
init(ParametersConfig) - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryService
 
init(ParametersConfig) - Method in class org.tkit.onecx.quarkus.parameter.runtime.ParametersDataService
Initialize the cache and parameters client
INSTANCE - Static variable in annotation interface org.tkit.onecx.quarkus.parameter.Parameter
 
instanceId() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Instance ID
isEmpty() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
isEmpty() - Method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.TenantParameters
 

M

metrics() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersBuildTimeConfig
Metrics configuration.
MetricsRecorder - Interface in org.tkit.onecx.quarkus.parameter.metrics
 
MicrometerMetricsRecorder - Class in org.tkit.onecx.quarkus.parameter.metrics
 
MicrometerMetricsRecorder() - Constructor for class org.tkit.onecx.quarkus.parameter.metrics.MicrometerMetricsRecorder
 

N

name() - Element in annotation interface org.tkit.onecx.quarkus.parameter.Parameter
 
NAME - Static variable in class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryEvent
 
NoopMetricsRecorder - Class in org.tkit.onecx.quarkus.parameter.metrics
 
NoopMetricsRecorder() - Constructor for class org.tkit.onecx.quarkus.parameter.metrics.NoopMetricsRecorder
 

O

of(Context, String, Class<?>, Object, Object) - Static method in class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryEvent
 
org.tkit.onecx.quarkus.parameter - package org.tkit.onecx.quarkus.parameter
 
org.tkit.onecx.quarkus.parameter.config - package org.tkit.onecx.quarkus.parameter.config
 
org.tkit.onecx.quarkus.parameter.history - package org.tkit.onecx.quarkus.parameter.history
 
org.tkit.onecx.quarkus.parameter.mapper - package org.tkit.onecx.quarkus.parameter.mapper
 
org.tkit.onecx.quarkus.parameter.metrics - package org.tkit.onecx.quarkus.parameter.metrics
 
org.tkit.onecx.quarkus.parameter.runtime - package org.tkit.onecx.quarkus.parameter.runtime
 
org.tkit.onecx.quarkus.parameter.tenant - package org.tkit.onecx.quarkus.parameter.tenant
 

P

Parameter - Annotation Interface in org.tkit.onecx.quarkus.parameter
 
parameters() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Parameters configuration
ParametersBuildTimeConfig - Interface in org.tkit.onecx.quarkus.parameter.config
 
ParametersBuildTimeConfig.MetricsConfig - Interface in org.tkit.onecx.quarkus.parameter.config
Metrics configuration.
ParametersConfig - Interface in org.tkit.onecx.quarkus.parameter.config
 
ParametersConfig.CacheConfig - Interface in org.tkit.onecx.quarkus.parameter.config
Cache configuration.
ParametersConfig.HistoryConfig - Interface in org.tkit.onecx.quarkus.parameter.config
History configuration
ParametersConfig.TenantConfig - Interface in org.tkit.onecx.quarkus.parameter.config
Multi-tenancy configuration.
ParametersDataService - Class in org.tkit.onecx.quarkus.parameter.runtime
 
ParametersDataService() - Constructor for class org.tkit.onecx.quarkus.parameter.runtime.ParametersDataService
 
ParametersHistory - Class in org.tkit.onecx.quarkus.parameter.history
 
ParametersHistory(String) - Constructor for class org.tkit.onecx.quarkus.parameter.history.ParametersHistory
 
ParametersHistory.ParameterInfoItem - Class in org.tkit.onecx.quarkus.parameter.history
 
ParametersHistory.TenantParameters - Class in org.tkit.onecx.quarkus.parameter.history
 
ParametersHistoryEvent - Class in org.tkit.onecx.quarkus.parameter.history
 
ParametersHistoryEvent() - Constructor for class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryEvent
 
ParametersHistoryService - Class in org.tkit.onecx.quarkus.parameter.history
 
ParametersHistoryService() - Constructor for class org.tkit.onecx.quarkus.parameter.history.ParametersHistoryService
 
ParametersRecorder - Class in org.tkit.onecx.quarkus.parameter.runtime
 
ParametersRecorder() - Constructor for class org.tkit.onecx.quarkus.parameter.runtime.ParametersRecorder
 
ParametersService - Class in org.tkit.onecx.quarkus.parameter
 
ParametersService() - Constructor for class org.tkit.onecx.quarkus.parameter.ParametersService
 
ParametersValueMapper - Interface in org.tkit.onecx.quarkus.parameter.mapper
 
productName() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Product name.

S

STATUS_UNDEFINED - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 

T

TAG_NAME - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TAG_STATUS - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TAG_TENANT - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TAG_TYPE - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
tenant() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Multi-tenancy configuration.
TenantException - Exception in org.tkit.onecx.quarkus.parameter
 
TenantException(String) - Constructor for exception org.tkit.onecx.quarkus.parameter.TenantException
 
TenantParameters - Class in org.tkit.onecx.quarkus.parameter.runtime
 
TenantParameters(Context) - Constructor for class org.tkit.onecx.quarkus.parameter.history.ParametersHistory.TenantParameters
 
TenantParameters(Context, Map<String, Object>) - Constructor for class org.tkit.onecx.quarkus.parameter.runtime.TenantParameters
 
TenantResolver - Interface in org.tkit.onecx.quarkus.parameter.tenant
 
throwUpdateException() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig
Throw update exception when parameters are loaded from backend.
toMap(String) - Method in class org.tkit.onecx.quarkus.parameter.mapper.DefaultParametersValueMapper
 
toMap(String) - Method in interface org.tkit.onecx.quarkus.parameter.mapper.ParametersValueMapper
 
toType(Object, Class<T>) - Method in class org.tkit.onecx.quarkus.parameter.mapper.DefaultParametersValueMapper
 
toType(Object, Class<T>) - Method in interface org.tkit.onecx.quarkus.parameter.mapper.ParametersValueMapper
 
TYPE_CACHE - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TYPE_NO_CACHE - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TYPE_SCHEDULER - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
TYPE_START_UP - Static variable in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 

U

update(String, String, String) - Method in interface org.tkit.onecx.quarkus.parameter.metrics.MetricsRecorder
 
update(String, String, String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.MicrometerMetricsRecorder
 
update(String, String, String) - Method in class org.tkit.onecx.quarkus.parameter.metrics.NoopMetricsRecorder
 
updateAtStart() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.CacheConfig
Pull parameters during start phase
UpdateException - Exception in org.tkit.onecx.quarkus.parameter
 
UpdateException(Throwable) - Constructor for exception org.tkit.onecx.quarkus.parameter.UpdateException
 
updateParameters(Map<String, Object>) - Method in class org.tkit.onecx.quarkus.parameter.runtime.TenantParameters
 
updateSchedule() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.CacheConfig
Update parameter scheduler configuration.
updateSchedule() - Method in interface org.tkit.onecx.quarkus.parameter.config.ParametersConfig.HistoryConfig
Update history scheduler configuration.
updateTenants(ScheduledExecution) - Method in class org.tkit.onecx.quarkus.parameter.runtime.ParametersDataService
 
A C D E F G H I M N O P S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form