Uses of Class
org.apache.pulsar.common.classification.InterfaceAudience.Private
-
Packages that use InterfaceAudience.Private Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.api.interceptor Pulsar interceptors.org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API.org.apache.pulsar.client.api.transaction Pulsar transaction related API. -
-
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api
Classes in org.apache.pulsar.client.api with annotations of type InterfaceAudience.Private Modifier and Type Class Description class
EncryptionKeyInfo
EncryptionKeyInfo contains the encryption key and corresponding metadata which contains additional information about the key such as version, timestamp.class
KeyStoreParams
KeyStore parameters used for tls authentication. -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.interceptor
Classes in org.apache.pulsar.client.api.interceptor with annotations of type InterfaceAudience.Private Modifier and Type Class Description class
ProducerInterceptorWrapper
A wrapper for old style producer interceptor. -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.schema
Classes in org.apache.pulsar.client.api.schema with annotations of type InterfaceAudience.Private Modifier and Type Interface Description interface
SchemaInfoProvider
Schema Provider. -
Uses of InterfaceAudience.Private in org.apache.pulsar.client.api.transaction
Classes in org.apache.pulsar.client.api.transaction with annotations of type InterfaceAudience.Private Modifier and Type Interface Description interface
TransactionBufferClient
The transaction buffer client to commit and abort transactions on topics or subscription.class
TransactionBufferClientException
Exceptions for transaction buffer client.interface
TransactionCoordinatorClient
Transaction coordinator client.class
TransactionCoordinatorClientException
Exceptions for transaction coordinator client.
-