Uses of Class
lumis.portal.cluster.IClusterTransmission.Flag
-
Packages that use IClusterTransmission.Flag Package Description lumis.portal.cluster Contains the portal cluster framework API. -
-
Uses of IClusterTransmission.Flag in lumis.portal.cluster
Methods in lumis.portal.cluster that return IClusterTransmission.Flag Modifier and Type Method Description static IClusterTransmission.Flag
IClusterTransmission.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static IClusterTransmission.Flag[]
IClusterTransmission.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.cluster that return types with arguments of type IClusterTransmission.Flag Modifier and Type Method Description EnumSet<IClusterTransmission.Flag>
IClusterTransmission. getFlags()
Returns the flags for this transmission.
-