Serialized Form
-
Package org.apache.pulsar.client.impl
-
Class org.apache.pulsar.client.impl.BatchMessageIdImpl
class BatchMessageIdImpl extends MessageIdImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
batchIndex
int batchIndex
-
batchSize
int batchSize
-
-
Class org.apache.pulsar.client.impl.ChunkMessageIdImpl
class ChunkMessageIdImpl extends MessageIdImpl implements Serializable-
Serialized Fields
-
firstChunkMsgId
MessageIdImpl firstChunkMsgId
-
-
-
Class org.apache.pulsar.client.impl.ClientBuilderImpl
class ClientBuilderImpl extends Object implements Serializable-
Serialized Fields
-
conf
ClientConfigurationData conf
-
-
-
Class org.apache.pulsar.client.impl.ConsumerStatsDisabled
class ConsumerStatsDisabled extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl
class ConsumerStatsRecorderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consumer
org.apache.pulsar.client.api.Consumer<?> consumer
-
numAcksFailed
LongAdder numAcksFailed
-
numAcksSent
LongAdder numAcksSent
-
numBatchReceiveFailed
LongAdder numBatchReceiveFailed
-
numBytesReceived
LongAdder numBytesReceived
-
numMsgsReceived
LongAdder numMsgsReceived
-
numReceiveFailed
LongAdder numReceiveFailed
-
oldTime
long oldTime
-
pulsarClient
PulsarClientImpl pulsarClient
-
receivedBytesRate
double receivedBytesRate
-
receivedMsgsRate
double receivedMsgsRate
-
stat
io.netty.util.TimerTask stat
-
statsIntervalSeconds
long statsIntervalSeconds
-
statTimeout
io.netty.util.Timeout statTimeout
-
totalAcksFailed
LongAdder totalAcksFailed
-
totalAcksSent
LongAdder totalAcksSent
-
totalBatchReceiveFailed
LongAdder totalBatchReceiveFailed
-
totalBytesReceived
LongAdder totalBytesReceived
-
totalMsgsReceived
LongAdder totalMsgsReceived
-
totalReceiveFailed
LongAdder totalReceiveFailed
-
-
Class org.apache.pulsar.client.impl.DefaultBatcherBuilder
class DefaultBatcherBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.DefaultCryptoKeyReader
class DefaultCryptoKeyReader extends Object implements Serializable -
Class org.apache.pulsar.client.impl.KeyBasedBatcherBuilder
class KeyBasedBatcherBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.MessageIdImpl
class MessageIdImpl extends Object implements Serializable-
Serialized Fields
-
entryId
long entryId
-
ledgerId
long ledgerId
-
partitionIndex
int partitionIndex
-
-
-
Class org.apache.pulsar.client.impl.MessageRouterBase
class MessageRouterBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hash
Hash hash
-
-
Class org.apache.pulsar.client.impl.MultiMessageIdImpl
class MultiMessageIdImpl extends Object implements Serializable -
Class org.apache.pulsar.client.impl.MultiplierRedeliveryBackoff
class MultiplierRedeliveryBackoff extends Object implements Serializable-
Serialized Fields
-
maxDelayMs
long maxDelayMs
-
maxMultiplierPow
int maxMultiplierPow
-
minDelayMs
long minDelayMs
-
multiplier
double multiplier
-
-
-
Class org.apache.pulsar.client.impl.MultiTopicConsumerStatsRecorderImpl
class MultiTopicConsumerStatsRecorderImpl extends ConsumerStatsRecorderImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.PartitionedTopicProducerStatsRecorderImpl
class PartitionedTopicProducerStatsRecorderImpl extends ProducerStatsRecorderImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
partitions
int partitions
-
partitionStats
Map<String,
org.apache.pulsar.client.api.ProducerStats> partitionStats -
sendBytesRateAggregate
DoubleAdder sendBytesRateAggregate
-
sendMsgsRateAggregate
DoubleAdder sendMsgsRateAggregate
-
-
Class org.apache.pulsar.client.impl.ProducerStatsDisabled
class ProducerStatsDisabled extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.ProducerStatsRecorderImpl
class ProducerStatsRecorderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
batchSizePctValues
double[] batchSizePctValues
-
latencyPctValues
double[] latencyPctValues
-
msgSizePctValues
double[] msgSizePctValues
-
numAcksReceived
LongAdder numAcksReceived
-
numBytesSent
LongAdder numBytesSent
-
numMsgsSent
LongAdder numMsgsSent
-
numSendFailed
LongAdder numSendFailed
-
oldTime
long oldTime
-
sendBytesRate
double sendBytesRate
-
sendMsgsRate
double sendMsgsRate
-
statsIntervalSeconds
long statsIntervalSeconds
-
totalAcksReceived
LongAdder totalAcksReceived
-
totalBytesSent
LongAdder totalBytesSent
-
totalMsgsSent
LongAdder totalMsgsSent
-
totalSendFailed
LongAdder totalSendFailed
-
-
Class org.apache.pulsar.client.impl.RoundRobinPartitionMessageRouterImpl
class RoundRobinPartitionMessageRouterImpl extends MessageRouterBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clock
Clock clock
-
isBatchingEnabled
boolean isBatchingEnabled
-
partitionIndex
int partitionIndex
-
partitionSwitchMs
long partitionSwitchMs
-
startPtnIdx
int startPtnIdx
-
-
Class org.apache.pulsar.client.impl.SinglePartitionMessageRouterImpl
class SinglePartitionMessageRouterImpl extends MessageRouterBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
partitionIndex
int partitionIndex
-
-
Class org.apache.pulsar.client.impl.TableViewConfigurationData
class TableViewConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
autoUpdatePartitionsSeconds
long autoUpdatePartitionsSeconds
-
topicName
String topicName
-
-
Class org.apache.pulsar.client.impl.TopicMessageIdImpl
class TopicMessageIdImpl extends Object implements Serializable -
Class org.apache.pulsar.client.impl.TypedMessageBuilderImpl
class TypedMessageBuilderImpl extends Object implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.pulsar.client.impl.auth
-
Class org.apache.pulsar.client.impl.auth.AuthenticationBasic
class AuthenticationBasic extends Object implements Serializable -
Class org.apache.pulsar.client.impl.auth.AuthenticationDataBasic
class AuthenticationDataBasic extends Object implements Serializable -
Class org.apache.pulsar.client.impl.auth.AuthenticationDataKeyStoreTls
class AuthenticationDataKeyStoreTls extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.auth.AuthenticationDataNull
class AuthenticationDataNull extends Object implements Serializable -
Class org.apache.pulsar.client.impl.auth.AuthenticationDataTls
class AuthenticationDataTls extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tlsCertificates
X509Certificate[] tlsCertificates
-
tlsPrivateKey
PrivateKey tlsPrivateKey
-
-
Class org.apache.pulsar.client.impl.auth.AuthenticationDataToken
class AuthenticationDataToken extends Object implements Serializable -
Class org.apache.pulsar.client.impl.auth.AuthenticationDisabled
class AuthenticationDisabled extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nullData
org.apache.pulsar.client.api.AuthenticationDataProvider nullData
-
-
Class org.apache.pulsar.client.impl.auth.AuthenticationKeyStoreTls
class AuthenticationKeyStoreTls extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.auth.AuthenticationTls
class AuthenticationTls extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certFilePath
String certFilePath
-
certStreamProvider
Supplier<ByteArrayInputStream> certStreamProvider
-
keyFilePath
String keyFilePath
-
keyStreamProvider
Supplier<ByteArrayInputStream> keyStreamProvider
-
trustStoreStreamProvider
Supplier<ByteArrayInputStream> trustStoreStreamProvider
-
-
Class org.apache.pulsar.client.impl.auth.AuthenticationToken
class AuthenticationToken extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.pulsar.client.impl.auth.oauth2
-
Class org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
class AuthenticationOAuth2 extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clock
Clock clock
-
flow
org.apache.pulsar.client.impl.auth.oauth2.Flow flow
-
-
-
Package org.apache.pulsar.client.impl.auth.oauth2.protocol
-
Exception org.apache.pulsar.client.impl.auth.oauth2.protocol.TokenExchangeException
class TokenExchangeException extends Exception implements Serializable-
Serialized Fields
-
error
TokenError error
-
-
-
Class org.apache.pulsar.client.impl.auth.oauth2.protocol.TokenResult
class TokenResult extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.pulsar.client.impl.conf
-
Class org.apache.pulsar.client.impl.conf.ClientConfigurationData
class ClientConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authentication
org.apache.pulsar.client.api.Authentication authentication
-
authParamMap
Map<String,
String> authParamMap -
authParams
String authParams
-
authPluginClassName
String authPluginClassName
-
autoCertRefreshSeconds
int autoCertRefreshSeconds
-
clock
Clock clock
-
concurrentLookupRequest
int concurrentLookupRequest
-
connectionMaxIdleSeconds
int connectionMaxIdleSeconds
-
connectionsPerBroker
int connectionsPerBroker
-
connectionTimeoutMs
int connectionTimeoutMs
-
dnsLookupBindAddress
String dnsLookupBindAddress
-
dnsLookupBindPort
int dnsLookupBindPort
-
enableBusyWait
boolean enableBusyWait
-
enableTransaction
boolean enableTransaction
-
initialBackoffIntervalNanos
long initialBackoffIntervalNanos
-
keepAliveIntervalSeconds
int keepAliveIntervalSeconds
-
listenerName
String listenerName
-
lookupTimeoutMs
long lookupTimeoutMs
-
maxBackoffIntervalNanos
long maxBackoffIntervalNanos
-
maxLookupRedirects
int maxLookupRedirects
-
maxLookupRequest
int maxLookupRequest
-
maxNumberOfRejectedRequestPerConnection
int maxNumberOfRejectedRequestPerConnection
-
memoryLimitBytes
long memoryLimitBytes
-
numIoThreads
int numIoThreads
-
numListenerThreads
int numListenerThreads
-
operationTimeoutMs
long operationTimeoutMs
-
proxyProtocol
org.apache.pulsar.client.api.ProxyProtocol proxyProtocol
-
proxyServiceUrl
String proxyServiceUrl
-
readTimeoutMs
int readTimeoutMs
-
requestTimeoutMs
int requestTimeoutMs
-
serviceUrl
String serviceUrl
-
socks5ProxyAddress
InetSocketAddress socks5ProxyAddress
-
socks5ProxyPassword
String socks5ProxyPassword
-
socks5ProxyUsername
String socks5ProxyUsername
-
sslProvider
String sslProvider
-
statsIntervalSeconds
long statsIntervalSeconds
-
tlsAllowInsecureConnection
boolean tlsAllowInsecureConnection
-
tlsCertificateFilePath
String tlsCertificateFilePath
-
tlsCiphers
Set<String> tlsCiphers
-
tlsHostnameVerificationEnable
boolean tlsHostnameVerificationEnable
-
tlsKeyFilePath
String tlsKeyFilePath
-
tlsKeyStorePassword
String tlsKeyStorePassword
-
tlsKeyStorePath
String tlsKeyStorePath
-
tlsKeyStoreType
String tlsKeyStoreType
-
tlsProtocols
Set<String> tlsProtocols
-
tlsTrustCertsFilePath
String tlsTrustCertsFilePath
-
tlsTrustStorePassword
String tlsTrustStorePassword
-
tlsTrustStorePath
String tlsTrustStorePath
-
tlsTrustStoreType
String tlsTrustStoreType
-
useKeyStoreTls
boolean useKeyStoreTls
-
useTcpNoDelay
boolean useTcpNoDelay
-
useTls
boolean useTls
-
-
Class org.apache.pulsar.client.impl.conf.ConsumerConfigurationData
class ConsumerConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acknowledgementsGroupTimeMicros
long acknowledgementsGroupTimeMicros
-
ackReceiptEnabled
boolean ackReceiptEnabled
-
ackTimeoutMillis
long ackTimeoutMillis
-
ackTimeoutRedeliveryBackoff
org.apache.pulsar.client.api.RedeliveryBackoff ackTimeoutRedeliveryBackoff
-
autoAckOldestChunkedMessageOnQueueFull
boolean autoAckOldestChunkedMessageOnQueueFull
-
autoScaledReceiverQueueSizeEnabled
boolean autoScaledReceiverQueueSizeEnabled
-
autoUpdatePartitions
boolean autoUpdatePartitions
-
autoUpdatePartitionsIntervalSeconds
long autoUpdatePartitionsIntervalSeconds
-
batchIndexAckEnabled
boolean batchIndexAckEnabled
-
batchReceivePolicy
org.apache.pulsar.client.api.BatchReceivePolicy batchReceivePolicy
-
consumerEventListener
org.apache.pulsar.client.api.ConsumerEventListener consumerEventListener
-
consumerName
String consumerName
-
cryptoFailureAction
org.apache.pulsar.client.api.ConsumerCryptoFailureAction cryptoFailureAction
-
cryptoKeyReader
org.apache.pulsar.client.api.CryptoKeyReader cryptoKeyReader
-
expireTimeOfIncompleteChunkedMessageMillis
long expireTimeOfIncompleteChunkedMessageMillis
-
maxAcknowledgmentGroupSize
int maxAcknowledgmentGroupSize
-
maxPendingChunkedMessage
int maxPendingChunkedMessage
-
maxTotalReceiverQueueSizeAcrossPartitions
int maxTotalReceiverQueueSizeAcrossPartitions
-
messageListener
org.apache.pulsar.client.api.MessageListener<T> messageListener
-
negativeAckRedeliveryBackoff
org.apache.pulsar.client.api.RedeliveryBackoff negativeAckRedeliveryBackoff
-
negativeAckRedeliveryDelayMicros
long negativeAckRedeliveryDelayMicros
-
patternAutoDiscoveryPeriod
int patternAutoDiscoveryPeriod
-
poolMessages
boolean poolMessages
-
priorityLevel
int priorityLevel
-
properties
SortedMap<String,
String> properties -
readCompacted
boolean readCompacted
-
receiverQueueSize
int receiverQueueSize
-
regexSubscriptionMode
org.apache.pulsar.client.api.RegexSubscriptionMode regexSubscriptionMode
-
replicateSubscriptionState
boolean replicateSubscriptionState
-
resetIncludeHead
boolean resetIncludeHead
-
retryEnable
boolean retryEnable
-
startPaused
boolean startPaused
-
subscriptionInitialPosition
org.apache.pulsar.client.api.SubscriptionInitialPosition subscriptionInitialPosition
-
subscriptionMode
org.apache.pulsar.client.api.SubscriptionMode subscriptionMode
-
subscriptionName
String subscriptionName
-
subscriptionProperties
Map<String,
String> subscriptionProperties -
subscriptionType
org.apache.pulsar.client.api.SubscriptionType subscriptionType
-
tickDurationMillis
long tickDurationMillis
-
topicConfigurations
List<TopicConsumerConfigurationData> topicConfigurations
-
topicNames
Set<String> topicNames
-
topicsPattern
Pattern topicsPattern
-
-
Class org.apache.pulsar.client.impl.conf.DefaultCryptoKeyReaderConfigurationData
class DefaultCryptoKeyReaderConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pulsar.client.impl.conf.ProducerConfigurationData
class ProducerConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessMode
org.apache.pulsar.client.api.ProducerAccessMode accessMode
-
autoUpdatePartitions
boolean autoUpdatePartitions
-
autoUpdatePartitionsIntervalSeconds
long autoUpdatePartitionsIntervalSeconds
-
batcherBuilder
org.apache.pulsar.client.api.BatcherBuilder batcherBuilder
-
batchingEnabled
boolean batchingEnabled
-
batchingMaxBytes
int batchingMaxBytes
-
batchingMaxMessages
int batchingMaxMessages
-
batchingMaxPublishDelayMicros
long batchingMaxPublishDelayMicros
-
batchingPartitionSwitchFrequencyByPublishDelay
int batchingPartitionSwitchFrequencyByPublishDelay
-
blockIfQueueFull
boolean blockIfQueueFull
-
chunkingEnabled
boolean chunkingEnabled
-
chunkMaxMessageSize
int chunkMaxMessageSize
-
compressionType
org.apache.pulsar.client.api.CompressionType compressionType
-
cryptoFailureAction
org.apache.pulsar.client.api.ProducerCryptoFailureAction cryptoFailureAction
-
cryptoKeyReader
org.apache.pulsar.client.api.CryptoKeyReader cryptoKeyReader
-
customMessageRouter
org.apache.pulsar.client.api.MessageRouter customMessageRouter
-
encryptionKeys
Set<String> encryptionKeys
-
hashingScheme
org.apache.pulsar.client.api.HashingScheme hashingScheme
-
initialSequenceId
Long initialSequenceId
-
initialSubscriptionName
String initialSubscriptionName
-
lazyStartPartitionedProducers
boolean lazyStartPartitionedProducers
-
maxPendingMessages
int maxPendingMessages
-
maxPendingMessagesAcrossPartitions
int maxPendingMessagesAcrossPartitions
-
messageRoutingMode
org.apache.pulsar.client.api.MessageRoutingMode messageRoutingMode
-
multiSchema
boolean multiSchema
-
producerName
String producerName
-
properties
SortedMap<String,
String> properties -
sendTimeoutMs
long sendTimeoutMs
-
topicName
String topicName
-
-
Class org.apache.pulsar.client.impl.conf.ReaderConfigurationData
class ReaderConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
autoAckOldestChunkedMessageOnQueueFull
boolean autoAckOldestChunkedMessageOnQueueFull
-
autoUpdatePartitions
boolean autoUpdatePartitions
-
autoUpdatePartitionsIntervalSeconds
long autoUpdatePartitionsIntervalSeconds
-
cryptoFailureAction
org.apache.pulsar.client.api.ConsumerCryptoFailureAction cryptoFailureAction
-
cryptoKeyReader
org.apache.pulsar.client.api.CryptoKeyReader cryptoKeyReader
-
expireTimeOfIncompleteChunkedMessageMillis
long expireTimeOfIncompleteChunkedMessageMillis
-
maxPendingChunkedMessage
int maxPendingChunkedMessage
-
poolMessages
boolean poolMessages
-
readCompacted
boolean readCompacted
-
readerListener
org.apache.pulsar.client.api.ReaderListener<T> readerListener
-
readerName
String readerName
-
receiverQueueSize
int receiverQueueSize
-
resetIncludeHead
boolean resetIncludeHead
-
startMessageFromRollbackDurationInSec
long startMessageFromRollbackDurationInSec
-
startMessageId
org.apache.pulsar.client.api.MessageId startMessageId
-
subscriptionName
String subscriptionName
-
subscriptionRolePrefix
String subscriptionRolePrefix
-
topicNames
Set<String> topicNames
-
-
Class org.apache.pulsar.client.impl.conf.TopicConsumerConfigurationData
class TopicConsumerConfigurationData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
priorityLevel
int priorityLevel
-
topicNameMatcher
TopicConsumerConfigurationData.TopicNameMatcher topicNameMatcher
-
-
Class org.apache.pulsar.client.impl.conf.TopicConsumerConfigurationData.TopicNameMatcher.TopicName
class TopicName extends Object implements Serializable-
Serialized Fields
-
topicName
@NonNull String topicName
-
-
-
Class org.apache.pulsar.client.impl.conf.TopicConsumerConfigurationData.TopicNameMatcher.TopicsPattern
class TopicsPattern extends Object implements Serializable-
Serialized Fields
-
topicsPattern
@NonNull Pattern topicsPattern
-
-
-
-
Package org.apache.pulsar.client.impl.customroute
-
Class org.apache.pulsar.client.impl.customroute.PartialRoundRobinMessageRouterImpl
class PartialRoundRobinMessageRouterImpl extends Object implements Serializable
-