Package org.apache.pulsar.client.api
Enum Class PulsarClientException.FailedFeatureCheck
java.lang.Object
java.lang.Enum<PulsarClientException.FailedFeatureCheck>
org.apache.pulsar.client.api.PulsarClientException.FailedFeatureCheck
- All Implemented Interfaces:
Serializable
,Comparable<PulsarClientException.FailedFeatureCheck>
,Constable
- Enclosing class:
PulsarClientException
public static enum PulsarClientException.FailedFeatureCheck
extends Enum<PulsarClientException.FailedFeatureCheck>
"supports_auth_refresh" was introduced at "2.6" and is no longer supported, so skip this enum.
"supports_broker_entry_metadata" was introduced at "2.8" and is no longer supported, so skip this enum.
"supports_partial_producer" was introduced at "2.10" and is no longer supported, so skip this enum.
"supports_topic_watchers" was introduced at "2.11" and is no longer supported, so skip this enum.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SupportsGetPartitionedMetadataWithoutAutoCreation
public static final PulsarClientException.FailedFeatureCheck SupportsGetPartitionedMetadataWithoutAutoCreation
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-