Uses of Class
org.apache.ignite.internal.GridTopic
-
Packages that use GridTopic Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers.communication TODO. -
-
Uses of GridTopic in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridTopic Modifier and Type Method Description static @Nullable GridTopicGridTopic. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static GridTopicGridTopic. valueOf(String name)Returns the enum constant of this type with the specified name.static GridTopic[]GridTopic. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridTopic in org.apache.ignite.internal.managers.communication
Methods in org.apache.ignite.internal.managers.communication with parameters of type GridTopic Modifier and Type Method Description voidGridIoManager. addMessageListener(GridTopic topic, GridMessageListener lsnr)booleanGridIoManager. removeMessageListener(GridTopic topic)booleanGridIoManager. removeMessageListener(GridTopic topic, @Nullable GridMessageListener lsnr)voidGridIoManager. sendToGridTopic(Collection<? extends ClusterNode> nodes, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(UUID nodeId, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, Span span)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, IgniteInClosure<IgniteException> ackC)
-