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 classEncryptionKeyInfoEncryptionKeyInfo contains the encryption key and corresponding metadata which contains additional information about the key such as version, timestamp.classKeyStoreParamsKeyStore 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 classProducerInterceptorWrapperA 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 interfaceSchemaInfoProviderSchema 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 interfaceTransactionBufferClientThe transaction buffer client to commit and abort transactions on topics or subscription.classTransactionBufferClientExceptionExceptions for transaction buffer client.interfaceTransactionCoordinatorClientTransaction coordinator client.classTransactionCoordinatorClientExceptionExceptions for transaction coordinator client.
-