Uses of Class
org.apache.hugegraph.computer.core.network.message.MessageType.Category
-
Packages that use MessageType.Category Package Description org.apache.hugegraph.computer.core.network.message -
-
Uses of MessageType.Category in org.apache.hugegraph.computer.core.network.message
Methods in org.apache.hugegraph.computer.core.network.message that return MessageType.Category Modifier and Type Method Description MessageType.CategoryMessageType. category()static MessageType.CategoryMessageType.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageType.Category[]MessageType.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.
-