Index
All Classes and Interfaces|All Packages
B
- BITS - Enum constant in enum org.infinispan.jmx.annotations.Units
- BYTES - Enum constant in enum org.infinispan.jmx.annotations.Units
C
- classes() - Element 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() - Element 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() - Element in annotation type org.infinispan.jmx.annotations.ManagedAttribute
-
The human-readable description of the attribute.
- description() - Element in annotation type org.infinispan.jmx.annotations.ManagedOperation
-
The human-readable description of the operation.
- description() - Element in annotation type org.infinispan.jmx.annotations.MBean
- description() - Element in annotation type org.infinispan.jmx.annotations.Parameter
-
Operation parameter description.
- displayName() - Element in annotation type org.infinispan.jmx.annotations.ManagedAttribute
-
A brief and user friendly name.
- displayName() - Element in annotation type org.infinispan.jmx.annotations.ManagedOperation
-
Similar with
ManagedOperation.description()but shorter. - DYNAMIC - Enum constant in enum org.infinispan.jmx.annotations.MeasurementType
G
- GLOBAL - Enum constant in enum org.infinispan.factories.scopes.Scopes
-
A single instance of the component is shared by all the caches.
H
- HISTOGRAM - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum org.infinispan.jmx.annotations.DataType
-
Numeric data that normally changes over time and it interesting to be exposed as a metric.
- measurementType() - Element 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 - Enum constant in enum org.infinispan.jmx.annotations.Units
- MICROSECONDS - Enum constant in enum org.infinispan.jmx.annotations.Units
- MILLISECONDS - Enum constant in enum org.infinispan.jmx.annotations.Units
N
- name() - Element in annotation type org.infinispan.factories.annotations.InfinispanModule
-
The unique name of the module.
- name() - Element in annotation type org.infinispan.jmx.annotations.ManagedAttribute
-
The name of the JMX attribute.
- name() - Element in annotation type org.infinispan.jmx.annotations.ManagedOperation
-
The name of the JMX operation.
- name() - Element in annotation type org.infinispan.jmx.annotations.Parameter
-
Operation parameter name.
- NAMED_CACHE - Enum constant in enum org.infinispan.factories.scopes.Scopes
-
Every cache uses a separate instance of the component.
- names() - Element in annotation type org.infinispan.factories.annotations.DefaultFactoryFor
- NANOSECONDS - Enum constant in enum org.infinispan.jmx.annotations.Units
- NONE - Enum constant in enum org.infinispan.factories.scopes.Scopes
-
The component is not cached between requests, but a subclass may be either
GLOBALorNAMED_CACHE. - NONE - Enum constant in enum org.infinispan.jmx.annotations.Units
O
- objectName() - Element 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() - Element 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 - Enum constant in enum org.infinispan.jmx.annotations.Units
- PERCENTAGE - Enum constant in enum org.infinispan.jmx.annotations.Units
- priority() - Element in annotation type org.infinispan.factories.annotations.Start
-
Deprecated.Since 10.0, will be removed in a future version.
- priority() - Element in annotation type org.infinispan.factories.annotations.Stop
-
Deprecated.Since 10.0, will be removed in a future version.
R
- requiredModules() - Element 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 - Enum constant in enum 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 - Enum constant in enum org.infinispan.jmx.annotations.DataType
-
Similar to
DataType.HISTOGRAMbut 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 - Enum constant in enum org.infinispan.jmx.annotations.DataType
-
A value of the running system that changes rarely or never.
- TRENDSDOWN - Enum constant in enum org.infinispan.jmx.annotations.MeasurementType
- TRENDSUP - Enum constant in enum org.infinispan.jmx.annotations.MeasurementType
U
- units() - Element in annotation type org.infinispan.jmx.annotations.ManagedAttribute
- Units - Enum in org.infinispan.jmx.annotations
V
- value() - Element in annotation type org.infinispan.external.JGroupsProtocolComponent
- value() - Element in annotation type org.infinispan.factories.annotations.ComponentName
- value() - Element 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() - Element in annotation type org.infinispan.jmx.annotations.ManagedAttribute
-
Indicates if the attribute is writable or just read-only (default).
All Classes and Interfaces|All Packages