Uses of Class
org.apache.hugegraph.computer.core.network.TransportState
-
Packages that use TransportState Package Description org.apache.hugegraph.computer.core.network org.apache.hugegraph.computer.core.network.session -
-
Uses of TransportState in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network that return TransportState Modifier and Type Method Description static TransportStateTransportState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransportState[]TransportState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransportState in org.apache.hugegraph.computer.core.network.session
Fields in org.apache.hugegraph.computer.core.network.session declared as TransportState Modifier and Type Field Description protected TransportStateTransportSession. stateMethods in org.apache.hugegraph.computer.core.network.session that return TransportState Modifier and Type Method Description TransportStateTransportSession. state()
-