public enum GridTopic extends Enum<GridTopic>
Enum Constant and Description |
---|
TOPIC_CACHE
Cache topic.
|
TOPIC_CHECKPOINT |
TOPIC_CLASSLOAD |
TOPIC_COMM_USER |
TOPIC_CONTINUOUS |
TOPIC_DATASTREAM |
TOPIC_EVENT |
TOPIC_HADOOP |
TOPIC_IGFS |
TOPIC_JOB |
TOPIC_JOB_CANCEL |
TOPIC_JOB_SIBLINGS |
TOPIC_MONGO |
TOPIC_QUERY |
TOPIC_REPLICATION |
TOPIC_REST |
TOPIC_STREAM |
TOPIC_TASK |
TOPIC_TASK_CANCEL |
TOPIC_TIME_SYNC |
Modifier and Type | Method and Description |
---|---|
static GridTopic |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
Object |
topic(IgniteUuid id) |
Object |
topic(IgniteUuid id1,
long id2) |
Object |
topic(IgniteUuid id1,
UUID id2) |
Object |
topic(String id)
NOTE: The method should be used only for cases when there is no any other non-string identifier(s)
to use to differentiate topics.
|
Object |
topic(String id1,
int id2,
long id3) |
Object |
topic(String id1,
long id2) |
Object |
topic(String id1,
UUID id2,
int id3,
long id4) |
Object |
topic(String id1,
UUID id2,
long id3) |
static GridTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridTopic TOPIC_JOB
public static final GridTopic TOPIC_JOB_SIBLINGS
public static final GridTopic TOPIC_TASK
public static final GridTopic TOPIC_CHECKPOINT
public static final GridTopic TOPIC_JOB_CANCEL
public static final GridTopic TOPIC_TASK_CANCEL
public static final GridTopic TOPIC_CLASSLOAD
public static final GridTopic TOPIC_EVENT
public static final GridTopic TOPIC_CACHE
public static final GridTopic TOPIC_COMM_USER
public static final GridTopic TOPIC_REST
public static final GridTopic TOPIC_REPLICATION
public static final GridTopic TOPIC_IGFS
public static final GridTopic TOPIC_DATASTREAM
public static final GridTopic TOPIC_STREAM
public static final GridTopic TOPIC_CONTINUOUS
public static final GridTopic TOPIC_MONGO
public static final GridTopic TOPIC_TIME_SYNC
public static final GridTopic TOPIC_HADOOP
public static final GridTopic TOPIC_QUERY
public static GridTopic[] values()
for (GridTopic c : GridTopic.values()) System.out.println(c);
public static GridTopic 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@Nullable public static GridTopic fromOrdinal(int ord)
ord
- Ordinal value.public Object topic(IgniteUuid id)
id
- Topic ID.public Object topic(IgniteUuid id1, UUID id2)
id1
- ID1.id2
- ID2.public Object topic(IgniteUuid id1, long id2)
id1
- ID1.id2
- ID2.public Object topic(String id)
id
- Topic ID.public Object topic(String id1, long id2)
id1
- ID1.id2
- ID2.public Object topic(String id1, int id2, long id3)
id1
- ID1.id2
- ID2.id3
- ID3.public Object topic(String id1, UUID id2, long id3)
id1
- ID1.id2
- ID2.id3
- ID3.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015