Uses of Class
com.opencloud.sentinel.multileg.LegState
-
Packages that use LegState Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services. -
-
Uses of LegState in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return LegState Modifier and Type Method Description protected LegStateLegStateMap. readValue(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)Methods in com.opencloud.sentinel.multileg with parameters of type LegState Modifier and Type Method Description protected voidLegStateMap. writeValue(LegState value, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
-