跳过导航链接
A B C D E G H I J L M O P R S T U V 

A

ACK_MESSAGE - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
ackBufferSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
ackMessage(String, String, AckAction) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
ackMessage(String, String, AckAction) - 接口 中的方法com.jcloud.jcq.sdk.consumer.PullConsumer
同步ack消息
ackMessageAsync(String, String, AckAction, AsyncAckCallback) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
ackMessageAsync(String, String, AckAction, AsyncAckCallback) - 接口 中的方法com.jcloud.jcq.sdk.consumer.PullConsumer
异步ack消息
ackPoolCoreSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
AckResult - com.jcloud.jcq.sdk.consumer.model中的类
消息ack结果.
AckResult() - 类 的构造器com.jcloud.jcq.sdk.consumer.model.AckResult
 
AckResult(ResultCode) - 类 的构造器com.jcloud.jcq.sdk.consumer.model.AckResult
 
AsyncAckCallback - com.jcloud.jcq.sdk.consumer.async中的接口
异步ack消息回调接口
AsyncPullCallback - com.jcloud.jcq.sdk.consumer.async中的接口
异步拉取消息回调接口
AsyncSendBatchCallback - com.jcloud.jcq.sdk.producer.async中的接口
批量发送消息异步回调接口
AsyncSendCallback - com.jcloud.jcq.sdk.producer.async中的接口
单条发送异步回调接口

B

build() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
build() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
build() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
builder() - 类 中的静态方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
Builder() - 类 的构造器com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
builder() - 类 中的静态方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
Builder() - 类 的构造器com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
builder() - 类 中的静态方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
Builder() - 类 的构造器com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 

C

com.jcloud.jcq.sdk - 程序包 com.jcloud.jcq.sdk
 
com.jcloud.jcq.sdk.auth - 程序包 com.jcloud.jcq.sdk.auth
 
com.jcloud.jcq.sdk.consumer - 程序包 com.jcloud.jcq.sdk.consumer
 
com.jcloud.jcq.sdk.consumer.async - 程序包 com.jcloud.jcq.sdk.consumer.async
 
com.jcloud.jcq.sdk.consumer.impl - 程序包 com.jcloud.jcq.sdk.consumer.impl
 
com.jcloud.jcq.sdk.consumer.model - 程序包 com.jcloud.jcq.sdk.consumer.model
 
com.jcloud.jcq.sdk.producer - 程序包 com.jcloud.jcq.sdk.producer
 
com.jcloud.jcq.sdk.producer.async - 程序包 com.jcloud.jcq.sdk.producer.async
 
com.jcloud.jcq.sdk.producer.impl - 程序包 com.jcloud.jcq.sdk.producer.impl
 
com.jcloud.jcq.sdk.producer.model - 程序包 com.jcloud.jcq.sdk.producer.model
 
com.jcloud.jcq.sdk.protocol - 程序包 com.jcloud.jcq.sdk.protocol
 
communicationFrameMaxLength(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
communicationFrameMaxLength(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
communicationFrameMaxLength(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
CONNECT_BROKER - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
consumeMaxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
consumePoolCoreSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
Consumer - com.jcloud.jcq.sdk.consumer中的接口
消费者接口
ConsumerConfig - com.jcloud.jcq.sdk.consumer中的类
消费者配置
ConsumerConfig.Builder - com.jcloud.jcq.sdk.consumer中的类
 
consumerGroupId(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
consumerGroupId(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
createConsumer(UserCredential, ConsumerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建消费者
createGlobalFIFOConsumer(UserCredential, ConsumerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建GlobalFIFO消费者
createGlobalFIFOPullConsumer(UserCredential, PullConsumerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建GlobalFIFO Pull消费者
createGlobalOrderProducer(UserCredential, ProducerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建全局顺序消息生产者实例
createProducer(UserCredential, ProducerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建普通生产者实例
createPullConsumer(UserCredential, PullConsumerConfig) - 类 中的方法com.jcloud.jcq.sdk.JCQClientFactory
创建消费者

D

defaultConsumePosition(ConsumeFromWhere) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
defaultConsumePosition(ConsumeFromWhere) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
DefaultConsumerImpl - com.jcloud.jcq.sdk.consumer.impl中的类
消费者默认实现类.
DefaultConsumerImpl(SubscribeConsumer) - 类 的构造器com.jcloud.jcq.sdk.consumer.impl.DefaultConsumerImpl
 
DefaultGlobalOrderProducerImpl - com.jcloud.jcq.sdk.producer.impl中的类
全局顺序消息生产者默认实现类
DefaultGlobalOrderProducerImpl(Producer) - 类 的构造器com.jcloud.jcq.sdk.producer.impl.DefaultGlobalOrderProducerImpl
 
DefaultProducerImpl - com.jcloud.jcq.sdk.producer.impl中的类
生产者默认实现类
DefaultProducerImpl(Producer) - 类 的构造器com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
DefaultPullConsumerImpl - com.jcloud.jcq.sdk.consumer.impl中的类
拉取型消费者默认实现类.
DefaultPullConsumerImpl(PullConsumer) - 类 的构造器com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
DISCONNECT_BROKER - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 

E

enableCompress(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
enableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
enableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
enableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 

G

GET_TOPIC_ROUTE_INFO - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
GET_TOPIC_ROUTE_INFO_V2 - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
GET_TRACE_TOPIC_ROUTE_INFO - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
getAccessKey() - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
getAckBufferSize() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getAckIndex() - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
getAckPoolCoreSize() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getClass(short) - 类 中的静态方法com.jcloud.jcq.sdk.protocol.RequestCode
 
getConsumeMaxRetryTimes() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getConsumePoolCoreSize() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getConsumerGroupId() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getConsumerGroupId() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getDefaultConsumePosition() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getDefaultConsumePosition() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getInstance() - 类 中的静态方法com.jcloud.jcq.sdk.JCQClientFactory
 
getMaxBatchSizePerPull() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getMaxBatchSizePerPush() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getMaxMsgSize() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getMaxRetryTimes() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getMaxRetryTimes() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getMaxRetryTimes() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getMessageBufferSize() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getMessageId() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
getMessageIds() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
getMessages() - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
getMetaServerAddress() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getMetaServerAddress() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getMetaServerAddress() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getName(short) - 类 中的静态方法com.jcloud.jcq.sdk.protocol.RequestCode
 
getProducer() - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
getRefreshRouteRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getRefreshRouteRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getRefreshRouteRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getRemark() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
getRemark() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
getRemoteCallRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
getRemoteCallRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
getRemoteCallRetryWaitTime() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getResponseCode() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
getResponseCode() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
getResultCode() - 类 中的方法com.jcloud.jcq.sdk.consumer.model.AckResult
 
getResultCode() - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
getResultCode() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
getResultCode() - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
getSecretKey() - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
getSendTimeout() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
getToken() - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
GlobalOrderProducer - com.jcloud.jcq.sdk.producer中的接口
全局顺序消息生产者接口

H

HEART_BEAT - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 

I

INVALID_REQUEST - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
isEnableCompress() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
isEnableMessageTrace() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
isEnableMessageTrace() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
isEnableMessageTrace() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
isShowInfoLevelSendMsgLog() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 

J

JCQClientFactory - com.jcloud.jcq.sdk中的类
客户端角色工厂类.

L

LifeCycle - com.jcloud.jcq.sdk中的接口
生命周期接口.

M

maxBatchSizePerPull(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
maxBatchSizePerPush(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
maxMsgSize(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
maxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
maxRetryTimes - 类 中的变量com.jcloud.jcq.sdk.consumer.ConsumerConfig
请求服务端失败最大重试次数
maxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
maxRetryTimes - 类 中的变量com.jcloud.jcq.sdk.consumer.PullConsumerConfig
请求服务端失败最大重试次数
maxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
maxRetryTimes - 类 中的变量com.jcloud.jcq.sdk.producer.ProducerConfig
请求服务端失败最大重试次数
messageBufferSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
metaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
metaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
metaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 

O

onException(Throwable) - 接口 中的方法com.jcloud.jcq.sdk.consumer.async.AsyncAckCallback
异常回调接口
onException(Throwable) - 接口 中的方法com.jcloud.jcq.sdk.consumer.async.AsyncPullCallback
异常回调接口
onException(Throwable) - 接口 中的方法com.jcloud.jcq.sdk.producer.async.AsyncSendBatchCallback
异常回调接口
onException(Throwable) - 接口 中的方法com.jcloud.jcq.sdk.producer.async.AsyncSendCallback
异常回调接口
onResult(AckResult) - 接口 中的方法com.jcloud.jcq.sdk.consumer.async.AsyncAckCallback
返回结果回调接口
onResult(PullResult) - 接口 中的方法com.jcloud.jcq.sdk.consumer.async.AsyncPullCallback
返回结果回调接口
onResult(SendBatchResult) - 接口 中的方法com.jcloud.jcq.sdk.producer.async.AsyncSendBatchCallback
返回结果回调接口
onResult(SendResult) - 接口 中的方法com.jcloud.jcq.sdk.producer.async.AsyncSendCallback
返回结果回调接口

P

Producer - com.jcloud.jcq.sdk.producer中的接口
普通消息生产者接口
ProducerConfig - com.jcloud.jcq.sdk.producer中的类
生产者配置.
ProducerConfig.Builder - com.jcloud.jcq.sdk.producer中的类
 
PULL_MESSAGE - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
PullConsumer - com.jcloud.jcq.sdk.consumer中的接口
拉取型消费者接口
PullConsumerConfig - com.jcloud.jcq.sdk.consumer中的类
拉取型消费者配置
PullConsumerConfig.Builder - com.jcloud.jcq.sdk.consumer中的类
 
pullMessage(String, FilterExpression) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
pullMessage(String, FilterExpression) - 接口 中的方法com.jcloud.jcq.sdk.consumer.PullConsumer
同步拉取消息
pullMessageAsync(String, FilterExpression, AsyncPullCallback) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
pullMessageAsync(String, FilterExpression, AsyncPullCallback) - 接口 中的方法com.jcloud.jcq.sdk.consumer.PullConsumer
异步拉取消息
PullResult - com.jcloud.jcq.sdk.consumer.model中的类
消息拉取结果.
PullResult() - 类 的构造器com.jcloud.jcq.sdk.consumer.model.PullResult
 
PullResult(ResultCode, List<Message>, String) - 类 的构造器com.jcloud.jcq.sdk.consumer.model.PullResult
 
PUSH_MESSAGE - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 

R

refreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
refreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
refreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
remoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig.Builder
 
remoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig.Builder
 
remoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
RequestCode - com.jcloud.jcq.sdk.protocol中的类
请求代码
ResultCode - com.jcloud.jcq.sdk.producer.model中的枚举
结果代码.

S

SEND_MESSAGE - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
sendBatchMessage(List<Message>) - 接口 中的方法com.jcloud.jcq.sdk.producer.GlobalOrderProducer
同步批量消息发送
sendBatchMessage(List<Message>) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultGlobalOrderProducerImpl
 
sendBatchMessage(List<Message>) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
sendBatchMessage(List<Message>) - 接口 中的方法com.jcloud.jcq.sdk.producer.Producer
同步批量消息发送
sendBatchMessageAsync(List<Message>, AsyncSendBatchCallback) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
sendBatchMessageAsync(List<Message>, AsyncSendBatchCallback) - 接口 中的方法com.jcloud.jcq.sdk.producer.Producer
异步批量消息发送
SendBatchResult - com.jcloud.jcq.sdk.producer.model中的类
批量消息发送结果.
SendBatchResult() - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
SendBatchResult(ResultCode, List<String>) - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
SendBatchResult(ResultCode, List<String>, short, String) - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
sendMessage(Message) - 接口 中的方法com.jcloud.jcq.sdk.producer.GlobalOrderProducer
同步单条消息发送
sendMessage(Message) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultGlobalOrderProducerImpl
 
sendMessage(Message) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
sendMessage(Message) - 接口 中的方法com.jcloud.jcq.sdk.producer.Producer
同步单条消息发送
sendMessageAsync(Message, AsyncSendCallback) - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
sendMessageAsync(Message, AsyncSendCallback) - 接口 中的方法com.jcloud.jcq.sdk.producer.Producer
异步单条消息发送
SendResult - com.jcloud.jcq.sdk.producer.model中的类
单条消息发送结果.
SendResult() - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendResult
 
SendResult(ResultCode, String) - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendResult
 
SendResult(ResultCode, String, short, String) - 类 的构造器com.jcloud.jcq.sdk.producer.model.SendResult
 
sendTimeout(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
setAccessKey(String) - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
setAckBufferSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setAckIndex(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
setAckPoolCoreSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setConsumeMaxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setConsumePoolCoreSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setConsumerGroupId(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setConsumerGroupId(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setDefaultConsumePosition(ConsumeFromWhere) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setDefaultConsumePosition(ConsumeFromWhere) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setEnableCompress(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setEnableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setEnableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setEnableMessageTrace(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setMaxBatchSizePerPull(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setMaxBatchSizePerPush(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setMaxMsgSize(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setMaxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setMaxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setMaxRetryTimes(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setMessageBufferSize(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setMessageId(String) - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
setMessageIds(List<String>) - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
setMessages(List<Message>) - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
setMetaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setMetaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setMetaServerAddress(String) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setRefreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setRefreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setRefreshRouteRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setRemoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
setRemoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
setRemoteCallRetryWaitTime(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setResultCode(ResultCode) - 类 中的方法com.jcloud.jcq.sdk.consumer.model.AckResult
 
setResultCode(ResultCode) - 类 中的方法com.jcloud.jcq.sdk.consumer.model.PullResult
 
setResultCode(ResultCode) - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendBatchResult
 
setResultCode(ResultCode) - 类 中的方法com.jcloud.jcq.sdk.producer.model.SendResult
 
setSecretKey(String) - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
setSendTimeout(int) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setShowInfoLevelSendMsgLog(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 
setToken(String) - 类 中的方法com.jcloud.jcq.sdk.auth.UserCredential
 
showInfoLevelSendMsgLog(boolean) - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig.Builder
 
shutdown() - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultConsumerImpl
 
shutdown() - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
shutdown() - 接口 中的方法com.jcloud.jcq.sdk.LifeCycle
关闭
shutdown() - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultGlobalOrderProducerImpl
 
shutdown() - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
start() - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultConsumerImpl
 
start() - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultPullConsumerImpl
 
start() - 接口 中的方法com.jcloud.jcq.sdk.LifeCycle
启动
start() - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultGlobalOrderProducerImpl
 
start() - 类 中的方法com.jcloud.jcq.sdk.producer.impl.DefaultProducerImpl
 
SUBSCRIBE_TOPIC - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
subscribeTopic(String, MessageListener, FilterExpression) - 接口 中的方法com.jcloud.jcq.sdk.consumer.Consumer
订阅topic
subscribeTopic(String, MessageListener, FilterExpression) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultConsumerImpl
 

T

toString() - 类 中的方法com.jcloud.jcq.sdk.consumer.ConsumerConfig
 
toString() - 类 中的方法com.jcloud.jcq.sdk.consumer.PullConsumerConfig
 
toString() - 类 中的方法com.jcloud.jcq.sdk.producer.ProducerConfig
 

U

UNREGISTER_CLIENT - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
UNSUBSCRIBE_TOPIC - 类 中的静态变量com.jcloud.jcq.sdk.protocol.RequestCode
 
unsubscribeTopic(String) - 接口 中的方法com.jcloud.jcq.sdk.consumer.Consumer
取消订阅topic
unsubscribeTopic(String) - 类 中的方法com.jcloud.jcq.sdk.consumer.impl.DefaultConsumerImpl
 
UserCredential - com.jcloud.jcq.sdk.auth中的类
用户凭证.
UserCredential(String, String) - 类 的构造器com.jcloud.jcq.sdk.auth.UserCredential
 
UserCredential(String, String, String) - 类 的构造器com.jcloud.jcq.sdk.auth.UserCredential
 

V

valueOf(String) - 枚举 中的静态方法com.jcloud.jcq.sdk.producer.model.ResultCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jcloud.jcq.sdk.producer.model.ResultCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E G H I J L M O P R S T U V 
跳过导航链接

Copyright © 2021. All rights reserved.