Uses of Class
org.apache.pulsar.common.api.proto.MarkerType
-
Packages that use MarkerType Package Description org.apache.pulsar.common.api.proto -
-
Uses of MarkerType in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return MarkerType Modifier and Type Method Description static MarkerTypeMarkerType. valueOf(int n)Returns the enum constant of this type with the specified name.static MarkerTypeMarkerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MarkerType[]MarkerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-