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