Uses of Class
io.zeebe.protocol.PartitionState
-
Packages that use PartitionState Package Description io.zeebe.protocol -
-
Uses of PartitionState in io.zeebe.protocol
Methods in io.zeebe.protocol that return PartitionState Modifier and Type Method Description static PartitionStatePartitionState. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionState[]PartitionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-