Uses of Class
org.apache.pulsar.client.api.KeySharedMode
-
Packages that use KeySharedMode Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of KeySharedMode in org.apache.pulsar.client.api
Fields in org.apache.pulsar.client.api declared as KeySharedMode Modifier and Type Field Description protected KeySharedMode
KeySharedPolicy. keySharedMode
Methods in org.apache.pulsar.client.api that return KeySharedMode Modifier and Type Method Description KeySharedMode
KeySharedPolicy. getKeySharedMode()
static KeySharedMode
KeySharedMode. 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.
-