public static enum GridResourceIoc.AnnotationSet extends Enum<GridResourceIoc.AnnotationSet>
| Enum Constant and Description |
|---|
ENTRY_PROCESSOR |
GENERIC |
JOB |
TASK |
| Modifier and Type | Field and Description |
|---|---|
org.apache.ignite.internal.processors.resource.GridResourceIoc.ResourceAnnotation[] |
annotations
Holds annotations in order
|
int |
annotationsBitSet
Resource annotations bits for fast checks.
|
| Modifier and Type | Method and Description |
|---|---|
static GridResourceIoc.AnnotationSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridResourceIoc.AnnotationSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridResourceIoc.AnnotationSet GENERIC
public static final GridResourceIoc.AnnotationSet ENTRY_PROCESSOR
public static final GridResourceIoc.AnnotationSet TASK
public static final GridResourceIoc.AnnotationSet JOB
public final int annotationsBitSet
public final org.apache.ignite.internal.processors.resource.GridResourceIoc.ResourceAnnotation[] annotations
public static GridResourceIoc.AnnotationSet[] values()
for (GridResourceIoc.AnnotationSet c : GridResourceIoc.AnnotationSet.values()) System.out.println(c);
public static GridResourceIoc.AnnotationSet valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019