Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

absoluteDefaultNameCountedMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
absoluteDefaultNameMeteredMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
absoluteDefaultNameTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
absoluteMetricName(Class<?>, String) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
absoluteMetricName(Class<?>, String, String) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
absoluteMetricNames(Class<?>, String...) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
absoluteMetricNames(Class<?>, String, String...) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
absoluteMetricNames(Class<?>, String[], String...) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
absoluteMetricNames(Class<?>, String, String[], String...) - Static method in class io.astefanutti.metrics.cdi.se.util.MetricsUtil
 
AbstractGenericBean - Class in io.astefanutti.metrics.cdi.se
 
AbstractGenericBean() - Constructor for class io.astefanutti.metrics.cdi.se.AbstractGenericBean
 
AbstractTimedBean - Class in io.astefanutti.metrics.cdi.se
 
AbstractTimedBean() - Constructor for class io.astefanutti.metrics.cdi.se.AbstractTimedBean
 
addDefaultSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the default config sources appearing on the builder's classpath including: System properties Environment properties /META-INF/microprofile-config.properties
addDiscoveredConverters() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the converters to be loaded via service loader pattern
addDiscoveredSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the config sources appearing to be loaded via service loader pattern
addTag(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Add one single tag with the format: 'key=value'.
addTags(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Add multiple tags delimited by commas.
addTagsTest() - Method in class org.eclipse.microprofile.metrics.tck.TagsTest
 
ALL - Static variable in interface org.eclipse.microprofile.metrics.MetricFilter
Matches all metrics, regardless of type or name.
anotherTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBean
 
applicationScopedTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBean
 
ApplicationScopedTimedMethodBean - Class in io.astefanutti.metrics.cdi.se
 
ApplicationScopedTimedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBean
 
ApplicationScopedTimedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
ApplicationScopedTimedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBeanTest
 
applyContext() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
This method will be invoked by the MP Rest Client runtime on the "async" thread (i.e.
assertEqualsWithTolerance(double, double) - Static method in class org.eclipse.microprofile.metrics.tck.TestUtils
Assert equals with a tolerance factor of TestUtils.TOLERANCE times the expected value
Asynchronous - Annotation Type in org.eclipse.microprofile.faulttolerance
Wrap the execution and invoke it asynchronously.
AsyncInvocationInterceptor - Interface in org.eclipse.microprofile.rest.client.ext
Implementations of this interface can intercept asynchronous method invocations.
AsyncInvocationInterceptorFactory - Interface in org.eclipse.microprofile.rest.client.ext
This is a provider interface intended for intercepting asynchronous method invocations.

B

baseUri(URI) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the base URI to be used when making requests.
baseUrl(URL) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the base URL to be used when making requests.
BITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents bits.
build() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Build the Config object.
build() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
build(Class<T>) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Based on the configured RestClientBuilder, creates a new instance of the given REST interface to invoke API calls against.
builder() - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
 
Bulkhead - Annotation Type in org.eclipse.microprofile.faulttolerance
Define bulkhead policy to limit the number of the concurrent calls to an instance.
BulkheadException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when Bulkhead implementation throws an exception, e.g.
BulkheadException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

C

cachedMethod(boolean) - Method in class io.astefanutti.metrics.cdi.se.MetricProducerMethodBean
 
cachedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerMethodBeanTest
 
call() - Method in interface org.eclipse.microprofile.health.HealthCheck
 
callCachedMethodMultipleTimes() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerMethodBeanTest
 
callCountedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.CountedMethodBeanTest
 
callCountedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBeanTest
 
callCountedMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.CountedClassBeanTest
 
callCountedMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBeanTest
 
callExtendedTimedMethodOnce(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBeanTest
 
callExtendedTimedMethodOnce(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteTimedBeanTest
 
callGaugeAfterSetterCall(Gauge<Long>) - Method in class io.astefanutti.metrics.cdi.se.GaugeInjectionBeanTest
 
callGaugeAfterSetterCall() - Method in class io.astefanutti.metrics.cdi.se.GaugeMethodBeanTest
 
callGaugesAfterSetterCalls() - Method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBeanTest
 
callMeteredMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.MeteredMethodBeanTest
 
callMeteredMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.MeterInjectionBeanTest
 
callMeteredMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.MeteredClassBeanTest
 
callMetricsMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBeanTest
 
callOverloadedTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBeanTest
 
callSelfInvocationTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanTest
 
callTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBeanTest
 
callTimedMethodOnce(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBeanTest
 
callTimedMethodOnce(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteTimedBeanTest
 
callTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanLookupTest
 
callTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanTest
 
callTimedMethodOnce() - Method in class io.astefanutti.metrics.cdi.se.TimerInjectionBeanTest
 
callTimedMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBeanTest
 
callTimedMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBeanTest
 
callTimedMethodsOnce() - Method in class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBeanTest
 
CircuitBreaker - Annotation Type in org.eclipse.microprofile.faulttolerance
Define the Circuit Breaker policy
CircuitBreakerOpenException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when circuit breaker is open.
CircuitBreakerOpenException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
Claim - Annotation Type in org.eclipse.microprofile.jwt
Annotation used to signify an injection point for a ClaimValue from a JsonWebToken
claim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
A utility method to access a claim value in an Optional wrapper
ClaimLiteral - Class in org.eclipse.microprofile.jwt
Annotation literal for Claim
ClaimLiteral() - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Creates a default value Claim literal
ClaimLiteral(String) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a string name of a claim
ClaimLiteral(Claims) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a standard claim defined in Claims
Claims - Enum in org.eclipse.microprofile.jwt
This enum represents the standardized claims that the MP-JWT specification allows for in terms of interoperability.
ClaimValue<T> - Interface in org.eclipse.microprofile.jwt
A representation of a claim in a JsonWebToken
ClientTracingRegistrar - Class in org.eclipse.microprofile.opentracing
This class registers tracing components into ClientBuilder.
ClientTracingRegistrarProvider - Interface in org.eclipse.microprofile.opentracing
Implementation of this interface will be used to configure ClientBuilder when ClientTracingRegistrar.configure(ClientBuilder) is called.
close() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
Equivalent to calling Timer.Context.stop().
ConcreteExtendedTimedBean - Class in io.astefanutti.metrics.cdi.se
 
ConcreteExtendedTimedBean() - Constructor for class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBean
 
ConcreteExtendedTimedBeanTest - Class in io.astefanutti.metrics.cdi.se
 
ConcreteExtendedTimedBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBeanTest
 
ConcreteTimedBean - Class in io.astefanutti.metrics.cdi.se
 
ConcreteTimedBean() - Constructor for class io.astefanutti.metrics.cdi.se.ConcreteTimedBean
 
ConcreteTimedBeanTest - Class in io.astefanutti.metrics.cdi.se
 
ConcreteTimedBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.ConcreteTimedBeanTest
 
Config - Interface in org.eclipse.microprofile.config
Resolves the property value by searching through all configured ConfigSources.
CONFIG_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 
ConfigBuilder - Interface in org.eclipse.microprofile.config.spi
Builder for manually creating an instance of a Config.
ConfigProperty - Annotation Type in org.eclipse.microprofile.config.inject
Binds the injection point with a configured value.
ConfigProvider - Class in org.eclipse.microprofile.config
This is the central class to access a Config.
ConfigProviderResolver - Class in org.eclipse.microprofile.config.spi
This class is not intended to be used by end-users but for portable container integration purpose only.
ConfigProviderResolver() - Constructor for class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
ConfigSource - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide a ConfigSource.
ConfigSourceProvider - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide multiple ConfigSources.
configure(ClientBuilder) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder, ExecutorService) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
configure(ClientBuilder, ExecutorService) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
containsClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Verify is a given claim exists
convert(String) - Method in interface org.eclipse.microprofile.config.spi.Converter
Configure the string value to a specified type
Converter<T> - Interface in org.eclipse.microprofile.config.spi
Interface for converting configured values from String to any Java type.
Counted - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as counted.
CountedClassBean - Class in io.astefanutti.metrics.cdi.se
 
CountedClassBean() - Constructor for class io.astefanutti.metrics.cdi.se.CountedClassBean
 
CountedClassBeanTest - Class in io.astefanutti.metrics.cdi.se
 
CountedClassBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.CountedClassBeanTest
 
CountedConstructorBean - Class in io.astefanutti.metrics.cdi.se
 
CountedConstructorBean() - Constructor for class io.astefanutti.metrics.cdi.se.CountedConstructorBean
 
CountedConstructorBeanTest - Class in io.astefanutti.metrics.cdi.se
 
CountedConstructorBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.CountedConstructorBeanTest
 
countedConstructorCalled() - Method in class io.astefanutti.metrics.cdi.se.CountedConstructorBeanTest
 
countedMethod(Callable<T>) - Method in class io.astefanutti.metrics.cdi.se.CountedMethodBean
 
CountedMethodBean<T> - Class in io.astefanutti.metrics.cdi.se
 
CountedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.CountedMethodBean
 
CountedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
CountedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.CountedMethodBeanTest
 
countedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.CountedMethodBeanTest
 
countedMethodNotCalledYet(Counter) - Method in class io.astefanutti.metrics.cdi.se.CountedMethodBeanTest
 
countedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBeanTest
 
countedMethodNotCalledYet(Counter) - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBeanTest
 
countedMethodOne() - Method in class io.astefanutti.metrics.cdi.se.CountedClassBean
 
countedMethodOne() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBean
 
countedMethodProtected() - Method in class io.astefanutti.metrics.cdi.se.CountedClassBean
 
countedMethodProtected() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBean
 
countedMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.CountedClassBeanTest
 
countedMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBeanTest
 
countedMethodTwo() - Method in class io.astefanutti.metrics.cdi.se.CountedClassBean
 
countedMethodTwo() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBean
 
Counter - Interface in org.eclipse.microprofile.metrics
An incrementing and decrementing counter metric.
counter(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under this name; or create and register a new Counter if none is registered.
counter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the Metadata's name; or create and register a new Counter if none is registered.
CounterFieldBean - Class in io.astefanutti.metrics.cdi.se
 
CounterFieldBean() - Constructor for class io.astefanutti.metrics.cdi.se.CounterFieldBean
 
CounterFieldBeanTest - Class in io.astefanutti.metrics.cdi.se
 
CounterFieldBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.CounterFieldBeanTest
 
counterFieldRegistered() - Method in class io.astefanutti.metrics.cdi.se.CounterFieldBeanTest
 
countersNotIncrementedYet() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerFieldBeanTest
 
CounterTest - Class in org.eclipse.microprofile.metrics.tck
 
CounterTest() - Constructor for class org.eclipse.microprofile.metrics.tck.CounterTest
 
Counting - Interface in org.eclipse.microprofile.metrics
An interface for metric types which have counts.
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.GaugeTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.MeterTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.MetricFilterTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.MetricRegistryTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.TagsTest
 
createDeployment() - Static method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
createResponseBuilder() - Method in interface org.eclipse.microprofile.health.spi.HealthCheckResponseProvider
 
createTestArchive() - Static method in class io.astefanutti.metrics.cdi.se.CounterFieldBeanTest
 
createTestArchive() - Static method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBeanTest
 
createTestArchive() - Static method in class io.astefanutti.metrics.cdi.se.GaugeMethodBeanTest
 
createTestArchive() - Static method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBeanTest
 

D

DAYS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
dec() - Method in interface org.eclipse.microprofile.metrics.Counter
Decrement the counter by one.
dec(long) - Method in interface org.eclipse.microprofile.metrics.Counter
Decrement the counter by n.
decrementLongTest() - Method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
decrementTest() - Method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
DEFAULT() - Constructor for class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
 
DEFAULT_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 
DEFAULT_PRIORITY - Static variable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
 
defaultNameCountedMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
defaultNameMeteredMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
DefaultNameMetricMethodBean - Class in io.astefanutti.metrics.cdi.se
 
DefaultNameMetricMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
DefaultNameMetricMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
DefaultNameMetricMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBeanTest
 
defaultNameTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBean
 
down() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
dump(OutputStream) - Method in class org.eclipse.microprofile.metrics.Snapshot
Writes the values of the snapshot to the given stream.

E

ExecutionContext - Interface in org.eclipse.microprofile.faulttolerance
The execution context for the method being executed.
executorService(ExecutorService) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the ExecutorService to use when invoking asynchronous Rest Client interface methods.
extendedTimedMethodNotCalledYet(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBeanTest
 
extendedTimedMethodNotCalledYet(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteTimedBeanTest
 

F

Fallback - Annotation Type in org.eclipse.microprofile.faulttolerance
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
Fallback.DEFAULT - Class in org.eclipse.microprofile.faulttolerance
Create a default class so the value is not required to be set all the time.
FallbackHandler<T> - Interface in org.eclipse.microprofile.faulttolerance
The handler instance used by the container to service a fallback invocation is a non-contextual instance created using the CDI SPI.
FaultToleranceDefinitionException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when the definition of any Fault Tolerance annotations is invalid.
FaultToleranceDefinitionException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
 
FaultToleranceDefinitionException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
 
FaultToleranceDefinitionException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
 
FaultToleranceDefinitionException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
 
FaultToleranceException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when the maximum retries is reached or overall retry duration is reached, circuit breaker is open, timeout occurred.
FaultToleranceException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
 
FaultToleranceException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
 
FaultToleranceException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
 
FaultToleranceException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
 
FooQualifier - Annotation Type in io.astefanutti.metrics.cdi.se
 
forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Return the ConfigBuilder for a given classloader
from(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the string representation into an enum
from(Class<?>) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the metric class type into an enum

G

Gauge - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method or field as a gauge.
Gauge<T> - Interface in org.eclipse.microprofile.metrics
A gauge metric is an instantaneous reading of a particular value.
gaugeCalledWithDefaultValue() - Method in class io.astefanutti.metrics.cdi.se.GaugeInjectionBeanTest
 
gaugeCalledWithDefaultValue() - Method in class io.astefanutti.metrics.cdi.se.GaugeMethodBeanTest
 
GaugeInjectionBean - Class in io.astefanutti.metrics.cdi.se
 
GaugeInjectionBean() - Constructor for class io.astefanutti.metrics.cdi.se.GaugeInjectionBean
 
GaugeInjectionBeanTest - Class in io.astefanutti.metrics.cdi.se
 
GaugeInjectionBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.GaugeInjectionBeanTest
 
gaugeMe() - Method in class org.eclipse.microprofile.metrics.tck.GaugeTest
 
GaugeMethodBean - Class in io.astefanutti.metrics.cdi.se
 
GaugeMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.GaugeMethodBean
 
GaugeMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
GaugeMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.GaugeMethodBeanTest
 
gaugesCalledWithDefaultValues() - Method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBeanTest
 
GaugeTest - Class in org.eclipse.microprofile.metrics.tck
 
GaugeTest() - Constructor for class org.eclipse.microprofile.metrics.tck.GaugeTest
 
get75thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the 75th percentile in the distribution.
get95thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the 95th percentile in the distribution.
get98thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the 98th percentile in the distribution.
get999thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the 99.9th percentile in the distribution.
get99thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the 99th percentile in the distribution.
getAudience() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The aud(Audience) claim identifies the recipients that the JWT is intended for.
getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Create a fresh ConfigBuilder instance.
getChildGauge() - Method in class io.astefanutti.metrics.cdi.se.InheritedChildGaugeMethodBean
 
getChildGauge() - Method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBean
 
getClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Access the value of the indicated claim.
getClaimNames() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Access the names of all claims are associated with this token.
getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the current Thread Context ClassLoader (TCCL)
getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the specified ClassLoader
getConfig() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
getConfig(ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
getConfigSources() - Method in interface org.eclipse.microprofile.config.Config
 
getConfigSources(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
Return the collection of ConfigSources.
getCount() - Method in interface org.eclipse.microprofile.metrics.Counter
Returns the counter's current value.
getCount() - Method in interface org.eclipse.microprofile.metrics.Counting
Returns the current count.
getCount() - Method in interface org.eclipse.microprofile.metrics.Histogram
Returns the number of values recorded.
getCount() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getCount() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the number of events which have been marked.
getCount() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getCounters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their names.
getCounters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their names which match the given filter.
getCountTest() - Method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
getData() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getDescription() - Method in enum org.eclipse.microprofile.jwt.Claims
 
getDescription() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the description of the metric.
getDisplayName() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the display name if set, otherwise this method returns the metric name.
getExpirationTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The exp (Expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing in seconds since 1970-01-01T00:00:00Z UTC
getFailure() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the failure of the method execution
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getGauge() - Method in class io.astefanutti.metrics.cdi.se.GaugeInjectionBean
 
getGauge() - Method in class io.astefanutti.metrics.cdi.se.GaugeMethodBean
 
getGauge() - Method in class io.astefanutti.metrics.cdi.se.InheritedParentGaugeMethodBean
 
getGauges() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their names.
getGauges(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their names which match the given filter.
getGroups() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The groups claim provides the group names the JWT principal has been granted.
getHistograms() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their names.
getHistograms(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their names which match the given filter.
getIssuedAtTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The iat(Issued at time) claim identifies the time at which the JWT was issued in seconds since 1970-01-01T00:00:00Z UTC
getIssuer() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The iss(Issuer) claim identifies the principal that issued the JWT
getMax() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the highest value in the snapshot.
getMean() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the arithmetic mean of the values in the snapshot.
getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the mean rate at which events have occurred since the meter was created.
getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getMedian() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the median value in the distribution.
getMetadata() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metadata in the registry and their names.
getMeters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their names.
getMeters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their names which match the given filter.
getMethod() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the method being executed
getMetrics() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metrics in the registry and their names.
getMin() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the lowest value in the snapshot.
getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
The name of the config might be used for logging or analysis of configured values.
getName() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getName() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
Access the name of the claim.
getName() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Returns the unique name of this principal.
getName() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the metric name.
getName() - Method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns the name of the MetricRegistry scope.
getNames() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a set of the names of all the metrics in the registry.
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the one-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getOptionalValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property value with the specified type for the specified property name from the underlying ConfigSources.
getOrdinal() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the ordinal for this config source.
getParameters() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the parameter values being passed to the method
getPriority() - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
The priority of this mapper.
getProperties() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the properties in this config source
getPropertyNames() - Method in interface org.eclipse.microprofile.config.Config
Return a collection of property names.
getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Gets all property names known to this config source, without evaluating the values.
getRawToken() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Get the raw bearer token string originally passed in the authentication header
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Histogram
 
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Sampling
Returns a snapshot of the values.
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getState() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getStdDev() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the standard deviation of the values in the snapshot.
getSubject() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The sub(Subject) claim identifies the principal that is the subject of the JWT.
getTags() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the underlying HashMap containing the tags.
getTagsAsString() - Method in class org.eclipse.microprofile.metrics.Metadata
Gets the list of tags as a single String in the format 'key="value",key2="value2",...'
getTimers() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their names.
getTimers(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their names which match the given filter.
getTokenID() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The jti(JWT ID) claim provides a unique identifier for the JWT.
getType() - Method in enum org.eclipse.microprofile.jwt.Claims
The required type of the claim
getType() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the String representation of the MetricType.
getTypeRaw() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the MetricType of the metric
getUnit() - Method in class org.eclipse.microprofile.metrics.Metadata
Returns the unit of the metric.
getValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property value with the specified type for the specified property name from the underlying ConfigSources.
getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the value for the specified property in this config source.
getValue() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
Access the value of the claim.
getValue() - Method in interface org.eclipse.microprofile.metrics.Gauge
Returns the metric's current value.
getValue(double) - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the given quantile.
getValues() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the entire set of values in the snapshot.
GIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GLOBAL_TAGS_VARIABLE - Static variable in class org.eclipse.microprofile.metrics.Metadata
The environment variable used to pass in global tags.

H

handle(ExecutionContext) - Method in class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
 
handle(ExecutionContext) - Method in interface org.eclipse.microprofile.faulttolerance.FallbackHandler
Handle the previous calling failure and then call alternative methods or perform any alternative operations.
handles(int, <any>) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
Whether or not this mapper will be used for the given response.
hashCode() - Method in class org.eclipse.microprofile.metrics.Metadata
 
Health - Annotation Type in org.eclipse.microprofile.health
Created by hbraun on 24.08.17.
HealthCheck - Interface in org.eclipse.microprofile.health
The health check procedure interface.
HealthCheckResponse - Class in org.eclipse.microprofile.health
The response to a health check invocation.
HealthCheckResponse() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponse
 
HealthCheckResponse.State - Enum in org.eclipse.microprofile.health
 
HealthCheckResponseBuilder - Class in org.eclipse.microprofile.health
A builder to construct a health procedure response.
HealthCheckResponseBuilder() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
HealthCheckResponseProvider - Interface in org.eclipse.microprofile.health.spi
Reserved for implementors as means to supply their own HealthCheckResponseBuilder.
Histogram - Interface in org.eclipse.microprofile.metrics
A metric which calculates the distribution of a value.
histogram(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under this name; or create and register a new Histogram if none is registered.
histogram(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the Metadata's name; or create and register a new Histogram if none is registered.
HistogramFieldBean - Class in io.astefanutti.metrics.cdi.se
 
HistogramFieldBean() - Constructor for class io.astefanutti.metrics.cdi.se.HistogramFieldBean
 
HistogramFieldBeanTest - Class in io.astefanutti.metrics.cdi.se
 
HistogramFieldBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.HistogramFieldBeanTest
 
histogramFieldRegistered() - Method in class io.astefanutti.metrics.cdi.se.HistogramFieldBeanTest
 
HistogramTest - Class in org.eclipse.microprofile.metrics.tck
 
HistogramTest() - Constructor for class org.eclipse.microprofile.metrics.tck.HistogramTest
 
HOURS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

I

inc() - Method in interface org.eclipse.microprofile.metrics.Counter
Increment the counter by one.
inc(long) - Method in interface org.eclipse.microprofile.metrics.Counter
Increment the counter by n.
increment(long) - Method in class io.astefanutti.metrics.cdi.se.CounterFieldBean
 
incrementCounterField() - Method in class io.astefanutti.metrics.cdi.se.CounterFieldBeanTest
 
incrementCountersFromInjection(Gauge<Double>, Counter, Counter) - Method in class io.astefanutti.metrics.cdi.se.MetricProducerFieldBeanTest
 
incrementCountersFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerFieldBeanTest
 
incrementLongTest() - Method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
incrementTest() - Method in class org.eclipse.microprofile.metrics.tck.CounterTest
 
InheritedChildGaugeMethodBean - Class in io.astefanutti.metrics.cdi.se
 
InheritedChildGaugeMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedChildGaugeMethodBean
 
InheritedGaugeMethodBean - Class in io.astefanutti.metrics.cdi.se
 
InheritedGaugeMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBean
 
InheritedGaugeMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
InheritedGaugeMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBeanTest
 
InheritedParentGaugeMethodBean - Class in io.astefanutti.metrics.cdi.se
 
InheritedParentGaugeMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedParentGaugeMethodBean
 
InheritedTimedMethodBean - Class in io.astefanutti.metrics.cdi.se
 
InheritedTimedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBean
 
InheritedTimedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
InheritedTimedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBeanTest
 
initData() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
initData() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
instance() - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Creates a ConfigProviderResolver object Only used internally from within ConfigProvider
instance() - Static method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
Gets or creates a RestClientBuilderResolver instance.
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.GaugeInjectionBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.GaugeMethodBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerFieldBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.MetricProducerMethodBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBeanTest
 
instantiateApplicationScopedBean() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBeanTest
 
io.astefanutti.metrics.cdi.se - package io.astefanutti.metrics.cdi.se
 
io.astefanutti.metrics.cdi.se.util - package io.astefanutti.metrics.cdi.se.util
 
isReusable() - Method in class org.eclipse.microprofile.metrics.Metadata
Can the metric be reused (i.e.
ISSUER - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The expected iss claim value to validate against an MP-JWT.

J

JsonWebToken - Interface in org.eclipse.microprofile.jwt
A read-only interface for the the claims required by Eclipse MicroProfile conforming tokens.

K

KIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
KILOBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
KILOBYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

L

LITERAL - Static variable in annotation type org.eclipse.microprofile.rest.client.inject.RestClient
 
LoginConfig - Annotation Type in org.eclipse.microprofile.auth
A security annotation describing the authentication method, and the associated realm name that should be used for this application.

M

mark() - Method in interface org.eclipse.microprofile.metrics.Meter
Mark the occurrence of an event.
mark(long) - Method in interface org.eclipse.microprofile.metrics.Meter
Mark the occurrence of a given number of events.
matches(String, Metric) - Method in interface org.eclipse.microprofile.metrics.MetricFilter
Returns true if the metric matches the filter; false otherwise.
MEBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MEGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MEGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Metadata - Class in org.eclipse.microprofile.metrics
Bean holding the metadata of one single metric.
Metadata(String, MetricType) - Constructor for class org.eclipse.microprofile.metrics.Metadata
Constructs a Metadata object with default units
Metadata(String, MetricType, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
Constructs a Metadata object
Metadata(String, String, String, MetricType, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
Constructs a Metadata object
Metadata(String, String, String, MetricType, String, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
Constructs a Metadata object
Metadata(Map<String, String>) - Constructor for class org.eclipse.microprofile.metrics.Metadata
Constructs a Metadata object from a map with the following keys name - The name of the metric displayName - The display (friendly) name of the metric description - The description of the metric type - The type of the metric unit - The units of the metric tags - The tags of the metric - cannot be null reusable - If true, this metric name is permitted to be used at multiple registration points.
Meter - Interface in org.eclipse.microprofile.metrics
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
meter(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under this name; or create and register a new Meter if none is registered.
meter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under the Metadata's name; or create and register a new Meter if none is registered.
Metered - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as metered.
Metered - Interface in org.eclipse.microprofile.metrics
An object which maintains mean and exponentially-weighted rate.
MeteredClassBean - Class in io.astefanutti.metrics.cdi.se
 
MeteredClassBean() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredClassBean
 
MeteredClassBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MeteredClassBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredClassBeanTest
 
MeteredConstructorBean - Class in io.astefanutti.metrics.cdi.se
 
MeteredConstructorBean() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredConstructorBean
 
MeteredConstructorBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MeteredConstructorBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredConstructorBeanTest
 
meteredConstructorCalled() - Method in class io.astefanutti.metrics.cdi.se.MeteredConstructorBeanTest
 
meteredMethod() - Method in class io.astefanutti.metrics.cdi.se.MeteredMethodBean1
 
meteredMethod() - Method in class io.astefanutti.metrics.cdi.se.MeteredMethodBean2
 
MeteredMethodBean1 - Class in io.astefanutti.metrics.cdi.se
 
MeteredMethodBean1() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredMethodBean1
 
MeteredMethodBean2 - Class in io.astefanutti.metrics.cdi.se
 
MeteredMethodBean2() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredMethodBean2
 
MeteredMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MeteredMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MeteredMethodBeanTest
 
meteredMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MeteredMethodBeanTest
 
meteredMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MeterInjectionBeanTest
 
meteredMethodOne() - Method in class io.astefanutti.metrics.cdi.se.MeteredClassBean
 
meteredMethodProtected() - Method in class io.astefanutti.metrics.cdi.se.MeteredClassBean
 
meteredMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MeteredClassBeanTest
 
meteredMethodTwo() - Method in class io.astefanutti.metrics.cdi.se.MeteredClassBean
 
MeterInjectionBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MeterInjectionBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MeterInjectionBeanTest
 
MeterTest - Class in org.eclipse.microprofile.metrics.tck
 
MeterTest() - Constructor for class org.eclipse.microprofile.metrics.tck.MeterTest
 
Metric - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation requesting that a metric be injected or registered.
Metric - Interface in org.eclipse.microprofile.metrics
A tag interface to indicate that a class is a metric.
MetricFilter - Interface in org.eclipse.microprofile.metrics
A filter used to determine whether or not a metric should be reported, among other things.
MetricFilterTest - Class in org.eclipse.microprofile.metrics.tck
 
MetricFilterTest() - Constructor for class org.eclipse.microprofile.metrics.tck.MetricFilterTest
 
metricMethodsWithDefaultNamingConvention() - Method in class io.astefanutti.metrics.cdi.se.DefaultNameMetricMethodBeanTest
 
MetricProducerFieldBean - Class in io.astefanutti.metrics.cdi.se
 
MetricProducerFieldBean() - Constructor for class io.astefanutti.metrics.cdi.se.MetricProducerFieldBean
 
MetricProducerFieldBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MetricProducerFieldBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MetricProducerFieldBeanTest
 
MetricProducerMethodBean - Class in io.astefanutti.metrics.cdi.se
 
MetricProducerMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.MetricProducerMethodBean
 
MetricProducerMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MetricProducerMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MetricProducerMethodBeanTest
 
MetricRegistry - Class in org.eclipse.microprofile.metrics
The registry that stores metrics and their metadata.
MetricRegistry() - Constructor for class org.eclipse.microprofile.metrics.MetricRegistry
 
MetricRegistry.Type - Enum in org.eclipse.microprofile.metrics
An enumeration representing the scopes of the MetricRegistry
MetricRegistryTest - Class in org.eclipse.microprofile.metrics.tck
 
MetricRegistryTest() - Constructor for class org.eclipse.microprofile.metrics.tck.MetricRegistryTest
 
metricsConstructorCalled() - Method in class io.astefanutti.metrics.cdi.se.MultipleMetricsConstructorBeanTest
 
metricsMethod() - Method in class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBean
 
metricsMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBeanTest
 
MetricsUtil - Class in io.astefanutti.metrics.cdi.se.util
 
MetricType - Enum in org.eclipse.microprofile.metrics
An enumeration representing the different types of metrics.
MetricUnits - Class in org.eclipse.microprofile.metrics
Standard units constants for metric's Metadata.
MICROSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MILLISECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MINUTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MonotonicCountedClassBean - Class in io.astefanutti.metrics.cdi.se
 
MonotonicCountedClassBean() - Constructor for class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBean
 
MonotonicCountedClassBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MonotonicCountedClassBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MonotonicCountedClassBeanTest
 
monotonicCountedMethod(Callable<T>) - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBean
 
MonotonicCountedMethodBean<T> - Class in io.astefanutti.metrics.cdi.se
 
MonotonicCountedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBean
 
MonotonicCountedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MonotonicCountedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBeanTest
 
MultipleMetricsConstructorBean - Class in io.astefanutti.metrics.cdi.se
 
MultipleMetricsConstructorBean() - Constructor for class io.astefanutti.metrics.cdi.se.MultipleMetricsConstructorBean
 
MultipleMetricsConstructorBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MultipleMetricsConstructorBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MultipleMetricsConstructorBeanTest
 
MultipleMetricsMethodBean - Class in io.astefanutti.metrics.cdi.se
 
MultipleMetricsMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBean
 
MultipleMetricsMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
MultipleMetricsMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.MultipleMetricsMethodBeanTest
 

N

name(String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
name(String, String...) - Static method in class org.eclipse.microprofile.metrics.MetricRegistry
Concatenates elements to form a dotted name, eliding any null values or empty strings.
name(Class<?>, String...) - Static method in class org.eclipse.microprofile.metrics.MetricRegistry
Concatenates a class name and elements to form a dotted name, eliding any null values or empty strings.
named(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
 
Names - Interface in org.eclipse.microprofile.jwt.config
Constants for the names of the MP-config properties that MP-JWT implementations must support externalization of to ensure portable setup of MP-JWT implementations.
nameTest() - Method in class org.eclipse.microprofile.metrics.tck.MetricRegistryTest
 
NANOSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
newBuilder() - Static method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
 
newBuilder() - Method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
Creates a new RestClientBuilder instance.
newInterceptor() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory
Implementations of this method should return an implementation of the AsyncInvocationInterceptor interface.
NONE - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
No unit
normallyNotTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.AbstractGenericBean
 

O

onNewBuilder(RestClientBuilder) - Method in interface org.eclipse.microprofile.rest.client.spi.RestClientBuilderListener
 
org.eclipse.microprofile.auth - package org.eclipse.microprofile.auth
Metadata for JWT RBAC for Microprofile
org.eclipse.microprofile.config - package org.eclipse.microprofile.config
Configuration for Java Microprofile
org.eclipse.microprofile.config.inject - package org.eclipse.microprofile.config.inject
CDI Support for Microprofile Config
org.eclipse.microprofile.config.spi - package org.eclipse.microprofile.config.spi
This package contains classes which are used to extend the standard functionality in a portable way.
org.eclipse.microprofile.faulttolerance - package org.eclipse.microprofile.faulttolerance
CDI Support for Microprofile Fault Tolerance
org.eclipse.microprofile.faulttolerance.exceptions - package org.eclipse.microprofile.faulttolerance.exceptions
Exceptions for Microprofile Fault Tolerance
org.eclipse.microprofile.health - package org.eclipse.microprofile.health
Microprofile Service Health Checks
org.eclipse.microprofile.health.spi - package org.eclipse.microprofile.health.spi
Microprofile Service Health Checks
org.eclipse.microprofile.jwt - package org.eclipse.microprofile.jwt
Interoperable JWT RBAC for Microprofile
org.eclipse.microprofile.jwt.config - package org.eclipse.microprofile.jwt.config
 
org.eclipse.microprofile.metrics - package org.eclipse.microprofile.metrics
MicroProfile Metrics
org.eclipse.microprofile.metrics.annotation - package org.eclipse.microprofile.metrics.annotation
This package contains the annotations used for MicroProfile Metrics.
org.eclipse.microprofile.metrics.tck - package org.eclipse.microprofile.metrics.tck
 
org.eclipse.microprofile.opentracing - package org.eclipse.microprofile.opentracing
CDI Support for Microprofile OpenTracing.
org.eclipse.microprofile.rest.client - package org.eclipse.microprofile.rest.client
APIs for building a type-safe RESTful client leveraging existing JAX-RS APIs, for example:
org.eclipse.microprofile.rest.client.annotation - package org.eclipse.microprofile.rest.client.annotation
APIs for annotating MP Rest Client interfaces.
org.eclipse.microprofile.rest.client.ext - package org.eclipse.microprofile.rest.client.ext
APIs for extending MP Rest Client functionality - such as new providers.
org.eclipse.microprofile.rest.client.inject - package org.eclipse.microprofile.rest.client.inject
APIs to aid in CDI-based injection of MP Rest Client implementations.
org.eclipse.microprofile.rest.client.spi - package org.eclipse.microprofile.rest.client.spi
SPIs for MP Rest Client implementations or system-level components that provide additional functionality for MP Rest Clients.
overloadedTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBean
 
overloadedTimedMethod(String) - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBean
 
overloadedTimedMethod(List<String>) - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBean
 
overloadedTimedMethod(Object) - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBean
 
OverloadedTimedMethodBean - Class in io.astefanutti.metrics.cdi.se
 
OverloadedTimedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBean
 
OverloadedTimedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
OverloadedTimedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBeanTest
 
overloadedTimedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.OverloadedTimedMethodBeanTest
 

P

PER_SECOND - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represent per second
PERCENT - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents percentage
prepareContext() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
This method will be invoked by the MP Rest Client runtime on the "main" thread (i.e.
protectedTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBean
 
publicTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBean
 

R

register(String, T) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Given a Metric, registers it under the given name.
register(String, T, Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Deprecated.
As of version 1.1, use MetricRegistry.register(Metadata, Metric) instead
register(Metadata, T) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Given a Metric, registers it under the provided Metadata.
registerConfig(Config, ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Register a given Config within the Application (or Module) identified by the given ClassLoader.
RegisterProvider - Annotation Type in org.eclipse.microprofile.rest.client.annotation
When annotation is placed at the interface level of a REST API definition, the providers listed will be registered upon proxying.
RegisterProviders - Annotation Type in org.eclipse.microprofile.rest.client.annotation
When annotation is placed at the interface level of a REST API definition, the providers listed will be registered upon proxying.
RegisterRestClient - Annotation Type in org.eclipse.microprofile.rest.client.inject
A marker annotation to register a rest client at runtime.
registerTest() - Method in class org.eclipse.microprofile.metrics.tck.MetricRegistryTest
 
RegistryType - Annotation Type in org.eclipse.microprofile.metrics.annotation
Qualifies the type of Metric Registry to inject.
releaseConfig(Config) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
A Config normally gets released if the Application it is associated with gets destroyed.
remove(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Removes the metric with the given name.
removeCounterFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.CountedMethodBeanTest
 
removeMatching(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Removes all metrics which match the given filter.
removeMeterFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.MeteredMethodBeanTest
 
removeMonotonicCounterFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.MonotonicCountedMethodBeanTest
 
removeTest() - Method in class org.eclipse.microprofile.metrics.tck.MetricRegistryTest
 
removeTimerFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanLookupTest
 
removeTimerFromRegistry() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanTest
 
ResponseExceptionMapper<T extends java.lang.Throwable> - Interface in org.eclipse.microprofile.rest.client.ext
Converts an JAX-RS Response object into an Exception.
RestClient - Annotation Type in org.eclipse.microprofile.rest.client.inject
Use the RestClient qualifier on an injection to point to indicate that this injection point is meant to use an instance of a Type-Safe Rest Client.
RestClient.RestClientLiteral - Class in org.eclipse.microprofile.rest.client.inject
 
RestClientBuilder - Interface in org.eclipse.microprofile.rest.client
This is the main entry point for creating a Type Safe Rest Client.
RestClientBuilderListener - Interface in org.eclipse.microprofile.rest.client.spi
Implementations of this interface will be notified when new RestClientBuilder instances are being constructed.
RestClientBuilderResolver - Class in org.eclipse.microprofile.rest.client.spi
Resolver for a RestClientBuilder implementation.
RestClientBuilderResolver() - Constructor for class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
 
RestClientDefinitionException - Exception in org.eclipse.microprofile.rest.client
This exception is thrown when the MicroProfile Rest Client implementation attempts to build a client using an invalid interface.
RestClientDefinitionException() - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
 
RestClientDefinitionException(String) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
 
RestClientDefinitionException(String, Throwable) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
 
RestClientDefinitionException(Throwable) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
 
RestClientLiteral() - Constructor for class org.eclipse.microprofile.rest.client.inject.RestClient.RestClientLiteral
 
Retry - Annotation Type in org.eclipse.microprofile.faulttolerance
The Retry annotation to define the number of the retries and the fallback method on reaching the retry counts.

S

Sampling - Interface in org.eclipse.microprofile.metrics
An object which samples values.
SECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents seconds
selfInvocationTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean1
 
selfInvocationTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean2
 
selfInvocationTimedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean3
 
setChildGauge(long) - Method in class io.astefanutti.metrics.cdi.se.InheritedChildGaugeMethodBean
 
setChildGauge(long) - Method in class io.astefanutti.metrics.cdi.se.InheritedGaugeMethodBean
 
setDescription(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the description of the metric.
setDisplayName(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the display name.
setGauge(long) - Method in class io.astefanutti.metrics.cdi.se.GaugeInjectionBean
 
setGauge(long) - Method in class io.astefanutti.metrics.cdi.se.GaugeMethodBean
 
setGauge(long) - Method in class io.astefanutti.metrics.cdi.se.InheritedParentGaugeMethodBean
 
setInstance(ConfigProviderResolver) - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Set the instance.
setInstance(RestClientBuilderResolver) - Static method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
Set the instance.
setName(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the metric name.
setResponseProvider(HealthCheckResponseProvider) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
Used by OSGi environment while service loader pattern is not supported.
setReusable(boolean) - Method in class org.eclipse.microprofile.metrics.Metadata
Set if the metric can be reusable (i.e.
setTags(HashMap<String, String>) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the tags hashmap.
setType(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the metric type using a String representation of MetricType.
setType(MetricType) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the type of the metric
setUnit(String) - Method in class org.eclipse.microprofile.metrics.Metadata
Sets the unit of the metric.
size() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the number of values in the snapshot.
Snapshot - Class in org.eclipse.microprofile.metrics
A statistical snapshot of a Snapshot.
Snapshot() - Constructor for class org.eclipse.microprofile.metrics.Snapshot
 
standard() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
 
state(boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
stop() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
Updates the timer with the difference between current and start time.

T

TagsTest - Class in org.eclipse.microprofile.metrics.tck
 
TagsTest() - Constructor for class org.eclipse.microprofile.metrics.tck.TagsTest
 
tagsTest() - Method in class org.eclipse.microprofile.metrics.tck.TagsTest
 
testCount() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testCount() - Method in class org.eclipse.microprofile.metrics.tck.MeterTest
 
testManualGauge() - Method in class org.eclipse.microprofile.metrics.tck.GaugeTest
 
testMetricRegistry() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testRate() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testRates() - Method in class org.eclipse.microprofile.metrics.tck.MeterTest
 
testSnapshot75thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshot75thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshot95thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshot95thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshot98thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshot98thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshot999thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshot999thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshot99thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshot99thPercentile() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotMax() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotMax() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotMean() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotMean() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotMedian() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotMedian() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotMin() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotMin() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotSize() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotSize() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotStdDev() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotStdDev() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testSnapshotValues() - Method in class org.eclipse.microprofile.metrics.tck.HistogramTest
 
testSnapshotValues() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testTime() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
testTimerRegistry() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
TestUtils - Class in org.eclipse.microprofile.metrics.tck
 
theAllFilterMatchesAllMetrics() - Method in class org.eclipse.microprofile.metrics.tck.MetricFilterTest
 
time(Callable<T>) - Method in interface org.eclipse.microprofile.metrics.Timer
Times and records the duration of event.
time(Runnable) - Method in interface org.eclipse.microprofile.metrics.Timer
Times and records the duration of event.
time() - Method in interface org.eclipse.microprofile.metrics.Timer
Returns a new Timer.Context.
Timed - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as timed.
TimedClassBean - Class in io.astefanutti.metrics.cdi.se
 
TimedClassBean() - Constructor for class io.astefanutti.metrics.cdi.se.TimedClassBean
 
TimedClassBeanTest - Class in io.astefanutti.metrics.cdi.se
 
TimedClassBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimedClassBeanTest
 
TimedConstructorBean - Class in io.astefanutti.metrics.cdi.se
 
TimedConstructorBean() - Constructor for class io.astefanutti.metrics.cdi.se.TimedConstructorBean
 
TimedConstructorBeanTest - Class in io.astefanutti.metrics.cdi.se
 
TimedConstructorBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimedConstructorBeanTest
 
timedConstructorCalled() - Method in class io.astefanutti.metrics.cdi.se.TimedConstructorBeanTest
 
timedMethod() - Method in class io.astefanutti.metrics.cdi.se.AbstractTimedBean
 
timedMethod() - Method in class io.astefanutti.metrics.cdi.se.ConcreteTimedBean
 
timedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean1
 
timedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean2
 
timedMethod() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBean3
 
TimedMethodBean1 - Class in io.astefanutti.metrics.cdi.se
 
TimedMethodBean1() - Constructor for class io.astefanutti.metrics.cdi.se.TimedMethodBean1
 
TimedMethodBean2 - Class in io.astefanutti.metrics.cdi.se
 
TimedMethodBean2() - Constructor for class io.astefanutti.metrics.cdi.se.TimedMethodBean2
 
TimedMethodBean3 - Class in io.astefanutti.metrics.cdi.se
 
TimedMethodBean3() - Constructor for class io.astefanutti.metrics.cdi.se.TimedMethodBean3
 
TimedMethodBeanLookupTest - Class in io.astefanutti.metrics.cdi.se
 
TimedMethodBeanLookupTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimedMethodBeanLookupTest
 
TimedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
TimedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimedMethodBeanTest
 
timedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.ApplicationScopedTimedMethodBeanTest
 
timedMethodNotCalledYet(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteExtendedTimedBeanTest
 
timedMethodNotCalledYet(MetricRegistry) - Method in class io.astefanutti.metrics.cdi.se.ConcreteTimedBeanTest
 
timedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanLookupTest
 
timedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.TimedMethodBeanTest
 
timedMethodNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.TimerInjectionBeanTest
 
timedMethodOne() - Method in class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBean
 
timedMethodOne() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBean
 
timedMethodProtected() - Method in class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBean
 
timedMethodProtected() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBean
 
timedMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBeanTest
 
timedMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBeanTest
 
timedMethodsNotCalledYet() - Method in class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBeanTest
 
timedMethodTwo() - Method in class io.astefanutti.metrics.cdi.se.InheritedTimedMethodBean
 
timedMethodTwo() - Method in class io.astefanutti.metrics.cdi.se.TimedClassBean
 
Timeout - Annotation Type in org.eclipse.microprofile.faulttolerance
The annotation to define a method execution timeout.
TimeoutException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when timeout is reached.
TimeoutException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
 
TimeoutException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
 
timer(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under this name; or create and register a new Timer if none is registered.
timer(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under the Metadata's name; or create and register a new Timer if none is registered.
Timer - Interface in org.eclipse.microprofile.metrics
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.
Timer.Context - Interface in org.eclipse.microprofile.metrics
A timing context.
TimerFieldBean - Class in io.astefanutti.metrics.cdi.se
 
TimerFieldBean() - Constructor for class io.astefanutti.metrics.cdi.se.TimerFieldBean
 
TimerFieldBeanTest - Class in io.astefanutti.metrics.cdi.se
 
TimerFieldBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimerFieldBeanTest
 
timerFieldsWithDefaultNamingConvention() - Method in class io.astefanutti.metrics.cdi.se.TimerFieldBeanTest
 
TimerInjectionBeanTest - Class in io.astefanutti.metrics.cdi.se
 
TimerInjectionBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.TimerInjectionBeanTest
 
TimerTest - Class in org.eclipse.microprofile.metrics.tck
 
TimerTest() - Constructor for class org.eclipse.microprofile.metrics.tck.TimerTest
 
timesCallableInstances() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
timesRunnableInstances() - Method in class org.eclipse.microprofile.metrics.tck.TimerTest
 
TOLERANCE - Static variable in class org.eclipse.microprofile.metrics.tck.TestUtils
 
toString() - Method in class org.eclipse.microprofile.metrics.Metadata
 
toString() - Method in enum org.eclipse.microprofile.metrics.MetricType
 
toThrowable(Response) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
Converts a given Response into a Throwable.
Traced - Annotation Type in org.eclipse.microprofile.opentracing
This annotation allows fine-tuned control over which classes and methods create OpenTracing spans.

U

UNCONFIGURED_VALUE - Static variable in annotation type org.eclipse.microprofile.config.inject.ConfigProperty
 
up() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
update(long) - Method in class io.astefanutti.metrics.cdi.se.HistogramFieldBean
 
update(int) - Method in interface org.eclipse.microprofile.metrics.Histogram
Adds a recorded value.
update(long) - Method in interface org.eclipse.microprofile.metrics.Histogram
Adds a recorded value.
update(long, TimeUnit) - Method in interface org.eclipse.microprofile.metrics.Timer
Adds a recorded duration.
updateHistogramField() - Method in class io.astefanutti.metrics.cdi.se.HistogramFieldBeanTest
 

V

value() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
 
valueOf(String) - Static method in enum org.eclipse.microprofile.health.HealthCheckResponse.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.jwt.Claims
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.microprofile.health.HealthCheckResponse.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.jwt.Claims
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.metrics.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFIER_PUBLIC_KEY - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The embedded key material of the public key for the MP-JWT signer in PKCS8 PEM or JWK(S) format.
VERIFIER_PUBLIC_KEY_LOCATION - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The relative path or full URL of the public key.
VisibilityTimedMethodBean - Class in io.astefanutti.metrics.cdi.se
 
VisibilityTimedMethodBean() - Constructor for class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBean
 
VisibilityTimedMethodBeanTest - Class in io.astefanutti.metrics.cdi.se
 
VisibilityTimedMethodBeanTest() - Constructor for class io.astefanutti.metrics.cdi.se.VisibilityTimedMethodBeanTest
 

W

withConverter(Class<T>, int, Converter<T>) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter for the given type.
withConverters(Converter<?>...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter.
withData(String, String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withData(String, long) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withData(String, boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withSources(ConfigSource...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified ConfigSource.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links