Package-level declarations

Types

Link copied to clipboard
enum AuthenticationMethod : Enum<AuthenticationMethod> , ConvertibleToJava<AuthenticationMethod>

Mode of Authentication.

Link copied to clipboard
enum BrokerAuthenticationMethod : Enum<BrokerAuthenticationMethod> , ConvertibleToJava<BrokerAuthenticationMethod>

Custom authentication configuration.

Link copied to clipboard
enum BrokerMemoryProfile : Enum<BrokerMemoryProfile> , ConvertibleToJava<BrokerMemoryProfile>

Memory profile of Broker.

Link copied to clipboard
enum BrokerProtocolType : Enum<BrokerProtocolType> , ConvertibleToJava<BrokerProtocolType>

Enable or disable websockets.

Link copied to clipboard
enum BrokerResourceDefinitionMethods : Enum<BrokerResourceDefinitionMethods> , ConvertibleToJava<BrokerResourceDefinitionMethods>

Give access for a Broker method (i.e., Connect, Subscribe, or Publish).

Link copied to clipboard
enum CertManagerIssuerKind : Enum<CertManagerIssuerKind> , ConvertibleToJava<CertManagerIssuerKind>

kind of issuer (Issuer or ClusterIssuer).

Link copied to clipboard
enum DataFlowEndpointAuthenticationSaslType : Enum<DataFlowEndpointAuthenticationSaslType> , ConvertibleToJava<DataFlowEndpointAuthenticationSaslType>

Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512.

Link copied to clipboard
enum DataFlowEndpointFabricPathType : Enum<DataFlowEndpointFabricPathType> , ConvertibleToJava<DataFlowEndpointFabricPathType>

Type of location of the data in the workspace. Can be either tables or files.

Link copied to clipboard
enum DataFlowEndpointKafkaAcks : Enum<DataFlowEndpointKafkaAcks> , ConvertibleToJava<DataFlowEndpointKafkaAcks>

Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source.

Link copied to clipboard
enum DataFlowEndpointKafkaCompression : Enum<DataFlowEndpointKafkaCompression> , ConvertibleToJava<DataFlowEndpointKafkaCompression>

Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source.

Link copied to clipboard
enum DataFlowEndpointKafkaPartitionStrategy : Enum<DataFlowEndpointKafkaPartitionStrategy> , ConvertibleToJava<DataFlowEndpointKafkaPartitionStrategy>

Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source.

Link copied to clipboard
enum DataFlowMappingType : Enum<DataFlowMappingType> , ConvertibleToJava<DataFlowMappingType>

Type of transformation.

Link copied to clipboard
enum EndpointType : Enum<EndpointType> , ConvertibleToJava<EndpointType>

Endpoint Type.

Link copied to clipboard
enum ExtendedLocationType : Enum<ExtendedLocationType> , ConvertibleToJava<ExtendedLocationType>

Type of ExtendedLocation.

Link copied to clipboard
enum FilterType : Enum<FilterType> , ConvertibleToJava<FilterType>

The type of dataflow operation.

Link copied to clipboard
enum MqttRetainType : Enum<MqttRetainType> , ConvertibleToJava<MqttRetainType>

Whether or not to keep the retain setting.

Link copied to clipboard
enum OperationalMode : Enum<OperationalMode> , ConvertibleToJava<OperationalMode>

Mode for TLS.

Link copied to clipboard
enum OperationType : Enum<OperationType> , ConvertibleToJava<OperationType>

Type of operation.

Link copied to clipboard
enum OperatorValues : Enum<OperatorValues> , ConvertibleToJava<OperatorValues>

operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

Link copied to clipboard
enum PrivateKeyAlgorithm : Enum<PrivateKeyAlgorithm> , ConvertibleToJava<PrivateKeyAlgorithm>

algorithm for private key.

Link copied to clipboard
enum PrivateKeyRotationPolicy : Enum<PrivateKeyRotationPolicy> , ConvertibleToJava<PrivateKeyRotationPolicy>

cert-manager private key rotationPolicy.

Link copied to clipboard
enum ServiceType : Enum<ServiceType> , ConvertibleToJava<ServiceType>

Kubernetes Service type of this listener.

Link copied to clipboard
enum SourceSerializationFormat : Enum<SourceSerializationFormat> , ConvertibleToJava<SourceSerializationFormat>

Content is a JSON Schema. Allowed: JSON Schema/draft-7.

Link copied to clipboard
enum StateStoreResourceDefinitionMethods : Enum<StateStoreResourceDefinitionMethods> , ConvertibleToJava<StateStoreResourceDefinitionMethods>

Give access for Read, Write and ReadWrite access level.

Link copied to clipboard
enum StateStoreResourceKeyTypes : Enum<StateStoreResourceKeyTypes> , ConvertibleToJava<StateStoreResourceKeyTypes>

Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys.

Link copied to clipboard
enum SubscriberMessageDropStrategy : Enum<SubscriberMessageDropStrategy> , ConvertibleToJava<SubscriberMessageDropStrategy>

The strategy to use for dropping messages from the queue.

Link copied to clipboard
enum TlsCertMethodMode : Enum<TlsCertMethodMode> , ConvertibleToJava<TlsCertMethodMode>

Mode of TLS server certificate management.

Link copied to clipboard
enum TransformationSerializationFormat : Enum<TransformationSerializationFormat> , ConvertibleToJava<TransformationSerializationFormat>

Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json