Uses of Class
org.apache.hugegraph.computer.core.bsp.BspEvent
-
Packages that use BspEvent Package Description org.apache.hugegraph.computer.core.bsp -
-
Uses of BspEvent in org.apache.hugegraph.computer.core.bsp
Methods in org.apache.hugegraph.computer.core.bsp that return BspEvent Modifier and Type Method Description static BspEventBspEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BspEvent[]BspEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hugegraph.computer.core.bsp with parameters of type BspEvent Modifier and Type Method Description protected java.lang.StringBspBase. constructPath(BspEvent event, java.lang.Object... paths)This method is used to generate the key saved in etcd.
-