A C E F G I K M P R T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdditionalCacheNameBuildItem - Class in io.quarkus.cache.deployment
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
AdditionalCacheNameBuildIteminstead. This build item will be removed at some time after Quarkus 3.0. - AdditionalCacheNameBuildItem(String) - Constructor for class io.quarkus.cache.deployment.AdditionalCacheNameBuildItem
-
Deprecated.
- annotationsTransformer() - Method in class io.quarkus.cache.deployment.CacheProcessor
- appliesTo(AnnotationTarget.Kind) - Method in class io.quarkus.cache.deployment.CacheAnnotationsTransformer
- appliesTo(AnnotationTarget.Kind) - Method in class io.quarkus.cache.deployment.RestClientCacheAnnotationsTransformer
- apply(String, ClassVisitor) - Method in class io.quarkus.cache.deployment.RestClientMethodEnhancer
- autoInjectCacheName() - Method in class io.quarkus.cache.deployment.CacheProcessor
C
- CACHE_INVALIDATE - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_ALL - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_ALL_LIST - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_LIST - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_KEY - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_KEY_PARAMETER_POSITIONS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_NAME - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_NAME_PARAM - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_RESULT - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CacheAnnotationsTransformer - Class in io.quarkus.cache.deployment
- CacheAnnotationsTransformer() - Constructor for class io.quarkus.cache.deployment.CacheAnnotationsTransformer
- CacheDeploymentConstants - Class in io.quarkus.cache.deployment
- CacheDeploymentConstants() - Constructor for class io.quarkus.cache.deployment.CacheDeploymentConstants
- CacheDevUiProcessor - Class in io.quarkus.cache.deployment.devui
- CacheDevUiProcessor() - Constructor for class io.quarkus.cache.deployment.devui.CacheDevUiProcessor
- cacheManagerInfos(BuildProducer<CacheManagerInfoBuildItem>, Optional<MetricsCapabilityBuildItem>, CacheManagerRecorder) - Method in class io.quarkus.cache.deployment.CacheProcessor
- CacheNamesBuildItem - Class in io.quarkus.cache.deployment
-
This build item is used to pass the full list of cache names from the validation step to the recording step.
- CacheNamesBuildItem(Set<String>) - Constructor for class io.quarkus.cache.deployment.CacheNamesBuildItem
- CacheProcessor - Class in io.quarkus.cache.deployment
- CacheProcessor() - Constructor for class io.quarkus.cache.deployment.CacheProcessor
- CacheProcessor$$accessor - Class in io.quarkus.cache.deployment
- ClassTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a class is annotated with
@CacheInvalidate,@CacheInvalidateAllor@CacheResult. - ClassTargetException(DotName, DotName) - Constructor for exception io.quarkus.cache.deployment.exception.ClassTargetException
- configureCacheManagerSyntheticBean(List<CacheManagerInfoBuildItem>, CacheNamesBuildItem, Optional<MetricsCapabilityBuildItem>, CacheManagerRecorder) - Method in class io.quarkus.cache.deployment.CacheProcessor
- construct() - Static method in class io.quarkus.cache.deployment.CacheProcessor$$accessor
- create(CurateOutcomeBuildItem) - Method in class io.quarkus.cache.deployment.devui.CacheDevUiProcessor
- createJsonRPCServiceForCache() - Method in class io.quarkus.cache.deployment.devui.CacheDevUiProcessor
E
- enhanceRestClientMethods(CombinedIndexBuildItem, BuildProducer<UnremovableBeanBuildItem>) - Method in class io.quarkus.cache.deployment.CacheProcessor
F
- feature() - Method in class io.quarkus.cache.deployment.CacheProcessor
G
- getClassInfo() - Method in exception io.quarkus.cache.deployment.exception.KeyGeneratorConstructorException
- getClassName() - Method in exception io.quarkus.cache.deployment.exception.ClassTargetException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.PrivateMethodTargetException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.UnsupportedRepeatedAnnotationException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.VoidReturnTypeTargetException
- getName() - Method in class io.quarkus.cache.deployment.AdditionalCacheNameBuildItem
-
Deprecated.
- getNames() - Method in class io.quarkus.cache.deployment.CacheNamesBuildItem
I
- INTERCEPTOR_BINDING_CONTAINERS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- INTERCEPTOR_BINDINGS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- INTERCEPTORS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- io.quarkus.cache.deployment - package io.quarkus.cache.deployment
- io.quarkus.cache.deployment.devui - package io.quarkus.cache.deployment.devui
- io.quarkus.cache.deployment.exception - package io.quarkus.cache.deployment.exception
K
- KeyGeneratorConstructorException - Exception in io.quarkus.cache.deployment.exception
- KeyGeneratorConstructorException(ClassInfo) - Constructor for exception io.quarkus.cache.deployment.exception.KeyGeneratorConstructorException
M
- MULTI - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
P
- PrivateMethodTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a private method is annotated with
@CacheInvalidate,@CacheInvalidateAllor@CacheResult. - PrivateMethodTargetException(MethodInfo, DotName) - Constructor for exception io.quarkus.cache.deployment.exception.PrivateMethodTargetException
R
- REGISTER_REST_CLIENT - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- restClientAnnotationsTransformer() - Method in class io.quarkus.cache.deployment.CacheProcessor
- RestClientCacheAnnotationsTransformer - Class in io.quarkus.cache.deployment
- RestClientCacheAnnotationsTransformer() - Constructor for class io.quarkus.cache.deployment.RestClientCacheAnnotationsTransformer
- RestClientMethodEnhancer - Class in io.quarkus.cache.deployment
- RestClientMethodEnhancer(String, short[]) - Constructor for class io.quarkus.cache.deployment.RestClientMethodEnhancer
T
- transform(AnnotationsTransformer.TransformationContext) - Method in class io.quarkus.cache.deployment.CacheAnnotationsTransformer
- transform(AnnotationsTransformer.TransformationContext) - Method in class io.quarkus.cache.deployment.RestClientCacheAnnotationsTransformer
- type(CacheBuildConfig) - Method in class io.quarkus.cache.deployment.CacheProcessor
U
- UnsupportedRepeatedAnnotationException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a method from a MicroProfile REST Client bean is annotated with repeated
@CacheInvalidateor@CacheInvalidateAllannotations. - UnsupportedRepeatedAnnotationException(MethodInfo) - Constructor for exception io.quarkus.cache.deployment.exception.UnsupportedRepeatedAnnotationException
V
- validateCacheAnnotationsAndProduceCacheNames(CombinedIndexBuildItem, List<AdditionalCacheNameBuildItem>, List<AdditionalCacheNameBuildItem>, BuildProducer<ValidationPhaseBuildItem.ValidationErrorBuildItem>, BuildProducer<CacheNamesBuildItem>, BeanDiscoveryFinishedBuildItem) - Method in class io.quarkus.cache.deployment.CacheProcessor
- VoidReturnTypeTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a method returning void is annotated with
@CacheResult. - VoidReturnTypeTargetException(MethodInfo) - Constructor for exception io.quarkus.cache.deployment.exception.VoidReturnTypeTargetException
All Classes All Packages