Uses of Class
org.apache.pulsar.common.api.proto.KeySharedMode
-
Packages that use KeySharedMode Package Description org.apache.pulsar.common.api.proto -
-
Uses of KeySharedMode in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return KeySharedMode Modifier and Type Method Description KeySharedModeKeySharedMeta. getKeySharedMode()static KeySharedModeKeySharedMode. valueOf(int n)Returns the enum constant of this type with the specified name.static KeySharedModeKeySharedMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeySharedMode[]KeySharedMode. 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 KeySharedMode Modifier and Type Method Description KeySharedMetaKeySharedMeta. setKeySharedMode(KeySharedMode keySharedMode)
-