B C D G H I J K M N O P R S T U V W 
All Classes All Packages

B

BITS - org.infinispan.jmx.annotations.Units
 
BYTES - org.infinispan.jmx.annotations.Units
 

C

classes() - Method in annotation type org.infinispan.factories.annotations.DefaultFactoryFor
Components that may be constructed by a factory annotated with this annotation.
ComponentName - Annotation Type in org.infinispan.factories.annotations
Mechanism for specifying the name of components to retrieve

D

dataType() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
 
DataType - Enum in org.infinispan.jmx.annotations
The type of data that is to be collected.
DefaultFactoryFor - Annotation Type in org.infinispan.factories.annotations
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
description() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
The human-readable description of the attribute.
description() - Method in annotation type org.infinispan.jmx.annotations.ManagedOperation
The human-readable description of the operation.
description() - Method in annotation type org.infinispan.jmx.annotations.MBean
 
description() - Method in annotation type org.infinispan.jmx.annotations.Parameter
Operation parameter description.
displayName() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
A brief and user friendly name.
displayName() - Method in annotation type org.infinispan.jmx.annotations.ManagedOperation
Similar with ManagedOperation.description() but shorter.
DYNAMIC - org.infinispan.jmx.annotations.MeasurementType
 

G

GLOBAL - org.infinispan.factories.scopes.Scopes
A single instance of the component is shared by all the caches.

H

HISTOGRAM - org.infinispan.jmx.annotations.DataType
Similar to DataType.MEASUREMENT, but instead of instantaneous values this provides a histogram of past values.

I

InfinispanModule - Annotation Type in org.infinispan.factories.annotations
Mechanism for specifying the name and dependencies of Infinispan modules.
Inject - Annotation Type in org.infinispan.factories.annotations
Used to annotate a method or field as an injection point.

J

JGroupsProtocolComponent - Annotation Type in org.infinispan.external
 

K

KILO_BYTES - org.infinispan.jmx.annotations.Units
 

M

ManagedAttribute - Annotation Type in org.infinispan.jmx.annotations
Indicates that a method in a MBean class defines a MBean attribute.
ManagedOperation - Annotation Type in org.infinispan.jmx.annotations
Indicates that a method in an MBean class defines an MBean operation.
MBean - Annotation Type in org.infinispan.jmx.annotations
Classes annotated with this will be exposed as MBeans.
MEASUREMENT - org.infinispan.jmx.annotations.DataType
Numeric data that normally changes over time and it interesting to be exposed as a metric.
measurementType() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
 
MeasurementType - Enum in org.infinispan.jmx.annotations
Indicates whether the measured values consistently increase or decrease over time or are dynamic and can "randomly" be higher or lower than previous values.
MEGA_BYTES - org.infinispan.jmx.annotations.Units
 
MICROSECONDS - org.infinispan.jmx.annotations.Units
 
MILLISECONDS - org.infinispan.jmx.annotations.Units
 

N

name() - Method in annotation type org.infinispan.factories.annotations.InfinispanModule
The unique name of the module.
name() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
The name of the JMX attribute.
name() - Method in annotation type org.infinispan.jmx.annotations.ManagedOperation
The name of the JMX operation.
name() - Method in annotation type org.infinispan.jmx.annotations.Parameter
Operation parameter name.
NAMED_CACHE - org.infinispan.factories.scopes.Scopes
Every cache uses a separate instance of the component.
names() - Method in annotation type org.infinispan.factories.annotations.DefaultFactoryFor
 
NANOSECONDS - org.infinispan.jmx.annotations.Units
 
NONE - org.infinispan.factories.scopes.Scopes
The component is not cached between requests, but a subclass may be either GLOBAL or NAMED_CACHE.
NONE - org.infinispan.jmx.annotations.Units
 

O

objectName() - Method in annotation type org.infinispan.jmx.annotations.MBean
This name becomes the value of the "component" key of the final ObjectName of the MBean.
optionalModules() - Method in annotation type org.infinispan.factories.annotations.InfinispanModule
The set of optional dependencies (module names).
org.infinispan.external - package org.infinispan.external
 
org.infinispan.factories.annotations - package org.infinispan.factories.annotations
Internal annotations to control the lifecycle of cache components.
org.infinispan.factories.scopes - package org.infinispan.factories.scopes
Scopes of components within the lifespan of a cache manager and its caches, and related utilities.
org.infinispan.jmx.annotations - package org.infinispan.jmx.annotations
JMX 2.0-like annotations, with no dependencies on JMX 2.0.

P

Parameter - Annotation Type in org.infinispan.jmx.annotations
 
PER_SECOND - org.infinispan.jmx.annotations.Units
 
PERCENTAGE - org.infinispan.jmx.annotations.Units
 
PostStart - Annotation Type in org.infinispan.factories.annotations
Deprecated.
Since 9.4, please use Start instead.
priority() - Method in annotation type org.infinispan.factories.annotations.PostStart
Deprecated.
 
priority() - Method in annotation type org.infinispan.factories.annotations.Start
Deprecated.
Since 10.0, will be removed in a future version.
priority() - Method in annotation type org.infinispan.factories.annotations.Stop
Deprecated.
Since 10.0, will be removed in a future version.

R

requiredModules() - Method in annotation type org.infinispan.factories.annotations.InfinispanModule
The set of required dependencies (module names).

S

Scope - Annotation Type in org.infinispan.factories.scopes
Defines the scope of a component in a cache system.
Scopes - Enum in org.infinispan.factories.scopes
The different scopes that can be declared for a component.
SECONDS - org.infinispan.jmx.annotations.Units
 
Start - Annotation Type in org.infinispan.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry starts.
Stop - Annotation Type in org.infinispan.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry stops.
SurvivesRestarts - Annotation Type in org.infinispan.factories.annotations
This annotation is used for components that will be registered in the org.infinispan.factories.ComponentRegistry, that are meant to be retained in the component registry even after the component registry is stopped.

T

TIME_UNITS - Static variable in enum org.infinispan.jmx.annotations.Units
 
TIMER - org.infinispan.jmx.annotations.DataType
Similar to DataType.HISTOGRAM but the measured values are time durations.
toString() - Method in enum org.infinispan.jmx.annotations.DataType
 
toString() - Method in enum org.infinispan.jmx.annotations.MeasurementType
 
toString() - Method in enum org.infinispan.jmx.annotations.Units
 
TRAIT - org.infinispan.jmx.annotations.DataType
A value of the running system that changes rarely or never.
TRENDSDOWN - org.infinispan.jmx.annotations.MeasurementType
 
TRENDSUP - org.infinispan.jmx.annotations.MeasurementType
 

U

units() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
 
Units - Enum in org.infinispan.jmx.annotations
 

V

value() - Method in annotation type org.infinispan.external.JGroupsProtocolComponent
 
value() - Method in annotation type org.infinispan.factories.annotations.ComponentName
 
value() - Method in annotation type org.infinispan.factories.scopes.Scope
 
valueOf(String) - Static method in enum org.infinispan.factories.scopes.Scopes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.MeasurementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.Units
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.factories.scopes.Scopes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.MeasurementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.Units
Returns an array containing the constants of this enum type, in the order they are declared.

W

writable() - Method in annotation type org.infinispan.jmx.annotations.ManagedAttribute
Indicates if the attribute is writable or just read-only (default).
B C D G H I J K M N O P R S T U V W 
All Classes All Packages