Uses of Enum
com.exoscale.sdk.model.JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum
Packages that use JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum
-
Uses of JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaConnect.ConsumerIsolationLevelEnumModifier and TypeMethodDescriptionJsonSchemaKafkaConnect.getConsumerIsolationLevel()
Transaction read isolation level.Returns the enum constant of this type with the specified name.JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaKafkaConnect.ConsumerIsolationLevelEnumModifier and TypeMethodDescriptionJsonSchemaKafkaConnect.consumerIsolationLevel
(JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum consumerIsolationLevel) void
JsonSchemaKafkaConnect.setConsumerIsolationLevel
(JsonSchemaKafkaConnect.ConsumerIsolationLevelEnum consumerIsolationLevel)