- capitalize(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串的首字符转成大写(Character.toTitleCase),其它字符不变。
- center(String, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
扩展并居中字符串,用空格' '填充两边。
- center(String, int, char) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
扩展并居中字符串,用指定字符填充两边。
- center(String, int, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
扩展并居中字符串,用指定字符串填充两边。
- CENTER_UNIT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- ChainedRuntimeException - com.alibaba.tmq.client.util.Exception中的异常错误
-
��Ƕ���쳣.
- ChainedRuntimeException() - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.ChainedRuntimeException
-
����һ���յ��쳣.
- ChainedRuntimeException(String) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.ChainedRuntimeException
-
����һ���쳣, ָ���쳣����ϸ��Ϣ.
- ChainedRuntimeException(Throwable) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.ChainedRuntimeException
-
����һ���쳣, ָ����������쳣������.
- ChainedRuntimeException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.ChainedRuntimeException
-
����һ���쳣, ָ����������쳣������.
- ChainedThrowable - com.alibaba.tmq.client.util.Exception中的接口
-
ʵ�ִ˽ӿڵ��쳣, ������һ���쳣�����.
- ChainedThrowableDelegate - com.alibaba.tmq.client.util.Exception中的类
-
��Ƕ���쳣����, ��Ƕ���쳣��ʵ��.
- ChainedThrowableDelegate(Throwable) - 类 的构造器com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
����һ��Throwable����.
- ChannelEventListener - com.alibaba.tmq.common.remoting中的接口
-
监听Channel的事件,包括连接断开、连接建立、连接异常,传送这些事件到应用层
- CHAR_AMOUNT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
MD5计算
- check(ProducerKey, Message) - 类 中的方法com.alibaba.tmq.client.service.DefaultClientService
-
事务消息检查
producerKey
message
- check(Message) - 接口 中的方法com.alibaba.tmq.client.system.producer.checker.LocalTransactionChecker
-
检查消息
message
- check(Message) - 类 中的方法com.alibaba.tmq.client.system.producer.executer.TransactionProducerExecuter
-
检查
message
- check(ProducerKey, Message) - 接口 中的方法com.alibaba.tmq.common.service.ClientService
-
事务消息检查
producerKey
message
- check4Delete(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查消息
message
- check4Delete(List<Message>) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
批量检查消息
messageList
- check4Get(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查消息
message
- check4Send(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查消息
message
- check4Send(List<Message>) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
批量检查消息
messageList
- check4Update(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查消息
message
- check4Update(List<Message>) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
批量检查消息
messageList
- check4UpdateSingle(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查消息
message
- checkConsumerThreads(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- checkFields() - 接口 中的方法com.alibaba.tmq.common.remoting.CommandCustomHeader
-
- checkMessage(MessageUtil, List<? extends Message>) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查messageList
messageUtil
messageList
- checkMessage(MessageUtil, Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
检查message
messageUtil
message
- checkPageSize(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- checkStartTimeAndEndTime(Date, Date) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查startTime和endTime
startTime
endTime
- chomp(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
删除字符串末尾的换行符。
- chomp(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
删除字符串末尾的指定字符串。
- chop(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
删除最后一个字符。
- ClassFile - com.alibaba.tmq.common.domain中的类
-
ClassFile
- ClassFile() - 类 的构造器com.alibaba.tmq.common.domain.ClassFile
-
- ClassKey - com.alibaba.tmq.common.domain.remoting中的类
-
Class Key
- ClassKey(Object, String, Class<?>[]) - 类 的构造器com.alibaba.tmq.common.domain.remoting.ClassKey
-
- ClassUtil - com.alibaba.tmq.client.util中的类
-
- ClassUtil() - 类 的构造器com.alibaba.tmq.client.util.ClassUtil
-
- ClassUtil.TypeInfo - com.alibaba.tmq.client.util中的类
-
- clean() - 类 中的静态方法com.alibaba.dts.sdk.context.SDKContext
-
- clean() - 类 中的静态方法com.alibaba.tmq.common.context.InvocationContext
-
清除上下文
- cleanListener(String) - 类 中的静态方法com.alibaba.tmq.common.util.DiamondHelper
-
- cleanListener() - 类 中的静态方法com.alibaba.tmq.common.util.DiamondHelper
-
- CleanLogTimer - com.alibaba.dts.client.logger.timer中的类
-
清除日志定时器
- CleanLogTimer() - 类 的构造器com.alibaba.dts.client.logger.timer.CleanLogTimer
-
- clear() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- clear() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
清空队列
- clearInsertBuffer(long) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- clearMergingTaskGroupMap(long) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- ClientAsyncSemaphoreValue - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- ClientConfig - com.alibaba.tmq.client.config中的类
-
客户端各项参数配置
- ClientConfig() - 类 的构造器com.alibaba.tmq.client.config.ClientConfig
-
- clientConfig - 类 中的静态变量com.alibaba.tmq.client.context.ClientContext
-
客户端各项参数配置
- ClientConfigImpl - com.alibaba.dts.client.config中的类
-
客户端各项参数配置
- ClientConfigImpl(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.config.ClientConfigImpl
-
- ClientContext - com.alibaba.tmq.client.context中的类
-
客户端全局上下文
- ClientContext() - 类 的构造器com.alibaba.tmq.client.context.ClientContext
-
- ClientContextImpl - com.alibaba.dts.client.executor.job.context中的类
-
客户端全局上下文
可以放置全局使用的类
- ClientContextImpl() - 类 的构造器com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- ClientHeartBeatTimer - com.alibaba.tmq.client.remoting.timer中的类
-
心跳定时器
- ClientHeartBeatTimer() - 类 的构造器com.alibaba.tmq.client.remoting.timer.ClientHeartBeatTimer
-
- ClientInvocationHandler - com.alibaba.dts.client.remoting.proxy中的类
-
客户端代理调用接口
- ClientInvocationHandler(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.proxy.ClientInvocationHandler
-
- ClientInvocationHandler - com.alibaba.tmq.client.remoting.proxy中的类
-
客户端代理调用接口
- ClientInvocationHandler() - 类 的构造器com.alibaba.tmq.client.remoting.proxy.ClientInvocationHandler
-
- ClientLoggerEvent - com.alibaba.tmq.client.logger中的类
-
- ClientLoggerEvent() - 类 的构造器com.alibaba.tmq.client.logger.ClientLoggerEvent
-
- clientMonitor - 类 中的静态变量com.alibaba.tmq.client.context.ClientContext
-
- ClientMonitor - com.alibaba.tmq.client.monitor中的类
-
客户端监控
- ClientMonitor() - 类 的构造器com.alibaba.tmq.client.monitor.ClientMonitor
-
- ClientNodeRemotingServer - com.alibaba.dts.client.executor.grid中的类
-
Created by yif on 2017/7/6.
- ClientNodeRemotingServer(NettyServerConfig, ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.ClientNodeRemotingServer
-
- ClientNodeRemotingServer(NettyServerConfig, ChannelEventListener, ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.ClientNodeRemotingServer
-
- ClientNodeSystemRemotingServer - com.alibaba.dts.client.executor.grid中的类
-
Created by yif on 2017/7/6.
- ClientNodeSystemRemotingServer(NettyServerConfig, ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.ClientNodeSystemRemotingServer
-
- ClientNodeSystemRemotingServer(NettyServerConfig, ChannelEventListener, ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.ClientNodeSystemRemotingServer
-
- ClientOnewaySemaphoreValue - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- ClientRemoting - com.alibaba.dts.client.remoting中的类
-
- ClientRemoting(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.ClientRemoting
-
- clientRemoting - 类 中的静态变量com.alibaba.tmq.client.context.ClientContext
-
客户端远程通信
- ClientRemoting - com.alibaba.tmq.client.remoting中的类
-
客户端远程通信服务
- ClientRemoting() - 类 的构造器com.alibaba.tmq.client.remoting.ClientRemoting
-
- ClientRequestProcessor - com.alibaba.dts.client.remoting.processor中的类
-
客户端请求处理器
- ClientRequestProcessor(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.processor.ClientRequestProcessor
-
- ClientRequestProcessor - com.alibaba.tmq.client.remoting.processor中的类
-
客户端请求处理器
- ClientRequestProcessor(LinkedBlockingQueue<Runnable>) - 类 的构造器com.alibaba.tmq.client.remoting.processor.ClientRequestProcessor
-
- clientService - 类 中的静态变量com.alibaba.tmq.client.context.ClientContext
-
客户端通用基础服务
- ClientService - com.alibaba.tmq.common.service中的接口
-
客户端远程调用接口
- ClientServiceImpl - com.alibaba.dts.client.service中的类
-
客户端通用基础服务
- ClientServiceImpl(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.service.ClientServiceImpl
-
- ClientSystemInvocationHandler - com.alibaba.dts.client.remoting.proxy中的类
-
- ClientSystemInvocationHandler(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.proxy.ClientSystemInvocationHandler
-
- clone(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
复制一个数组。
- clone(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- CloneNotSupportedException - com.alibaba.tmq.client.util.Exception中的异常错误
-
��ObjectUtil.clone����������ʱ����������ƵĶ���֧�ָò��������׳����쳣��
ע�⣬��java.lang.CloneNotSupportedException��ͬ�����쳣��RuntimeException������
- CloneNotSupportedException() - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.CloneNotSupportedException
-
����һ���յ��쳣.
- CloneNotSupportedException(String) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.CloneNotSupportedException
-
����һ���쳣, ָ���쳣����ϸ��Ϣ.
- CloneNotSupportedException(Throwable) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.CloneNotSupportedException
-
����һ���쳣, ָ����������쳣������.
- CloneNotSupportedException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.client.util.Exception.CloneNotSupportedException
-
����һ���쳣, ָ����������쳣������.
- closeChannel(String, Channel) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- closeChannel(Channel) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- closeChannel(Channel) - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- Cluster - com.alibaba.tmq.common.domain中的类
-
集群
- Cluster() - 类 的构造器com.alibaba.tmq.common.domain.Cluster
-
- ClusterEnum - com.alibaba.tmq.common.domain中的枚举
-
集群枚举
- clusterId - 类 中的变量com.alibaba.dts.sdk.DtsCommonSDKManager
-
- clusterId - 类 中的变量com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- ClusterId - 接口 中的静态变量com.alibaba.tmq.common.constants.PropertyKeyConstants
-
- collect(String, StreamType, boolean) - 类 中的方法com.alibaba.dts.client.executor.logcollector.LocalLogCollector
-
- COLON - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
冒号
- com.alibaba.dts.client - 程序包 com.alibaba.dts.client
-
- com.alibaba.dts.client.config - 程序包 com.alibaba.dts.client.config
-
- com.alibaba.dts.client.executor - 程序包 com.alibaba.dts.client.executor
-
- com.alibaba.dts.client.executor.grid - 程序包 com.alibaba.dts.client.executor.grid
-
- com.alibaba.dts.client.executor.grid.flowcontrol - 程序包 com.alibaba.dts.client.executor.grid.flowcontrol
-
- com.alibaba.dts.client.executor.grid.processor - 程序包 com.alibaba.dts.client.executor.grid.processor
-
- com.alibaba.dts.client.executor.grid.queue - 程序包 com.alibaba.dts.client.executor.grid.queue
-
- com.alibaba.dts.client.executor.grid.queue.receive - 程序包 com.alibaba.dts.client.executor.grid.queue.receive
-
- com.alibaba.dts.client.executor.grid.queue.send - 程序包 com.alibaba.dts.client.executor.grid.queue.send
-
- com.alibaba.dts.client.executor.grid.timer - 程序包 com.alibaba.dts.client.executor.grid.timer
-
- com.alibaba.dts.client.executor.grid.unit - 程序包 com.alibaba.dts.client.executor.grid.unit
-
- com.alibaba.dts.client.executor.job.context - 程序包 com.alibaba.dts.client.executor.job.context
-
- com.alibaba.dts.client.executor.job.factory - 程序包 com.alibaba.dts.client.executor.job.factory
-
- com.alibaba.dts.client.executor.logcollector - 程序包 com.alibaba.dts.client.executor.logcollector
-
- com.alibaba.dts.client.executor.longtime - 程序包 com.alibaba.dts.client.executor.longtime
-
- com.alibaba.dts.client.executor.longtime.processor - 程序包 com.alibaba.dts.client.executor.longtime.processor
-
- com.alibaba.dts.client.executor.longtime.unit - 程序包 com.alibaba.dts.client.executor.longtime.unit
-
- com.alibaba.dts.client.executor.parallel - 程序包 com.alibaba.dts.client.executor.parallel
-
- com.alibaba.dts.client.executor.parallel.processor - 程序包 com.alibaba.dts.client.executor.parallel.processor
-
- com.alibaba.dts.client.executor.parallel.unit - 程序包 com.alibaba.dts.client.executor.parallel.unit
-
- com.alibaba.dts.client.executor.script - 程序包 com.alibaba.dts.client.executor.script
-
- com.alibaba.dts.client.executor.simple - 程序包 com.alibaba.dts.client.executor.simple
-
- com.alibaba.dts.client.executor.simple.processor - 程序包 com.alibaba.dts.client.executor.simple.processor
-
- com.alibaba.dts.client.executor.stop - 程序包 com.alibaba.dts.client.executor.stop
-
- com.alibaba.dts.client.executor.stop.processor - 程序包 com.alibaba.dts.client.executor.stop.processor
-
- com.alibaba.dts.client.logger - 程序包 com.alibaba.dts.client.logger
-
- com.alibaba.dts.client.logger.timer - 程序包 com.alibaba.dts.client.logger.timer
-
- com.alibaba.dts.client.remoting - 程序包 com.alibaba.dts.client.remoting
-
- com.alibaba.dts.client.remoting.listener - 程序包 com.alibaba.dts.client.remoting.listener
-
- com.alibaba.dts.client.remoting.processor - 程序包 com.alibaba.dts.client.remoting.processor
-
- com.alibaba.dts.client.remoting.proxy - 程序包 com.alibaba.dts.client.remoting.proxy
-
- com.alibaba.dts.client.remoting.timer - 程序包 com.alibaba.dts.client.remoting.timer
-
- com.alibaba.dts.client.route - 程序包 com.alibaba.dts.client.route
-
- com.alibaba.dts.client.route.impl - 程序包 com.alibaba.dts.client.route.impl
-
- com.alibaba.dts.client.security - 程序包 com.alibaba.dts.client.security
-
- com.alibaba.dts.client.service - 程序包 com.alibaba.dts.client.service
-
- com.alibaba.dts.client.store - 程序包 com.alibaba.dts.client.store
-
- com.alibaba.dts.client.store.access - 程序包 com.alibaba.dts.client.store.access
-
- com.alibaba.dts.client.store.access.impl - 程序包 com.alibaba.dts.client.store.access.impl
-
- com.alibaba.dts.client.store.datasource - 程序包 com.alibaba.dts.client.store.datasource
-
- com.alibaba.dts.client.zookeeper - 程序包 com.alibaba.dts.client.zookeeper
-
- com.alibaba.dts.sdk - 程序包 com.alibaba.dts.sdk
-
- com.alibaba.dts.sdk.api - 程序包 com.alibaba.dts.sdk.api
-
- com.alibaba.dts.sdk.client - 程序包 com.alibaba.dts.sdk.client
-
- com.alibaba.dts.sdk.context - 程序包 com.alibaba.dts.sdk.context
-
- com.alibaba.dts.sdk.util - 程序包 com.alibaba.dts.sdk.util
-
- com.alibaba.dts.sdk.util.exception - 程序包 com.alibaba.dts.sdk.util.exception
-
- com.alibaba.edas.schedulerx - 程序包 com.alibaba.edas.schedulerx
-
- com.alibaba.tmq.client - 程序包 com.alibaba.tmq.client
-
- com.alibaba.tmq.client.config - 程序包 com.alibaba.tmq.client.config
-
- com.alibaba.tmq.client.context - 程序包 com.alibaba.tmq.client.context
-
- com.alibaba.tmq.client.logger - 程序包 com.alibaba.tmq.client.logger
-
- com.alibaba.tmq.client.monitor - 程序包 com.alibaba.tmq.client.monitor
-
- com.alibaba.tmq.client.remoting - 程序包 com.alibaba.tmq.client.remoting
-
- com.alibaba.tmq.client.remoting.processor - 程序包 com.alibaba.tmq.client.remoting.processor
-
- com.alibaba.tmq.client.remoting.proxy - 程序包 com.alibaba.tmq.client.remoting.proxy
-
- com.alibaba.tmq.client.remoting.timer - 程序包 com.alibaba.tmq.client.remoting.timer
-
- com.alibaba.tmq.client.service - 程序包 com.alibaba.tmq.client.service
-
- com.alibaba.tmq.client.system - 程序包 com.alibaba.tmq.client.system
-
- com.alibaba.tmq.client.system.consumer - 程序包 com.alibaba.tmq.client.system.consumer
-
- com.alibaba.tmq.client.system.consumer.config - 程序包 com.alibaba.tmq.client.system.consumer.config
-
- com.alibaba.tmq.client.system.consumer.executer - 程序包 com.alibaba.tmq.client.system.consumer.executer
-
- com.alibaba.tmq.client.system.consumer.implement - 程序包 com.alibaba.tmq.client.system.consumer.implement
-
- com.alibaba.tmq.client.system.consumer.listener - 程序包 com.alibaba.tmq.client.system.consumer.listener
-
- com.alibaba.tmq.client.system.producer - 程序包 com.alibaba.tmq.client.system.producer
-
- com.alibaba.tmq.client.system.producer.checker - 程序包 com.alibaba.tmq.client.system.producer.checker
-
- com.alibaba.tmq.client.system.producer.config - 程序包 com.alibaba.tmq.client.system.producer.config
-
- com.alibaba.tmq.client.system.producer.executer - 程序包 com.alibaba.tmq.client.system.producer.executer
-
- com.alibaba.tmq.client.system.producer.implement - 程序包 com.alibaba.tmq.client.system.producer.implement
-
- com.alibaba.tmq.client.util - 程序包 com.alibaba.tmq.client.util
-
- com.alibaba.tmq.client.util.Exception - 程序包 com.alibaba.tmq.client.util.Exception
-
- com.alibaba.tmq.client.zookeeper - 程序包 com.alibaba.tmq.client.zookeeper
-
- com.alibaba.tmq.common.constants - 程序包 com.alibaba.tmq.common.constants
-
- com.alibaba.tmq.common.context - 程序包 com.alibaba.tmq.common.context
-
- com.alibaba.tmq.common.domain - 程序包 com.alibaba.tmq.common.domain
-
- com.alibaba.tmq.common.domain.remoting - 程序包 com.alibaba.tmq.common.domain.remoting
-
- com.alibaba.tmq.common.domain.remoting.protocol - 程序包 com.alibaba.tmq.common.domain.remoting.protocol
-
- com.alibaba.tmq.common.domain.result - 程序包 com.alibaba.tmq.common.domain.result
-
- com.alibaba.tmq.common.exception - 程序包 com.alibaba.tmq.common.exception
-
- com.alibaba.tmq.common.helper - 程序包 com.alibaba.tmq.common.helper
-
- com.alibaba.tmq.common.logger - 程序包 com.alibaba.tmq.common.logger
-
- com.alibaba.tmq.common.monitor - 程序包 com.alibaba.tmq.common.monitor
-
- com.alibaba.tmq.common.monitor.callback - 程序包 com.alibaba.tmq.common.monitor.callback
-
- com.alibaba.tmq.common.monitor.proxy - 程序包 com.alibaba.tmq.common.monitor.proxy
-
- com.alibaba.tmq.common.monitor.timer - 程序包 com.alibaba.tmq.common.monitor.timer
-
- com.alibaba.tmq.common.proxy - 程序包 com.alibaba.tmq.common.proxy
-
- com.alibaba.tmq.common.remoting - 程序包 com.alibaba.tmq.common.remoting
-
- com.alibaba.tmq.common.remoting.netty - 程序包 com.alibaba.tmq.common.remoting.netty
-
- com.alibaba.tmq.common.remoting.protocol - 程序包 com.alibaba.tmq.common.remoting.protocol
-
- com.alibaba.tmq.common.remoting.version - 程序包 com.alibaba.tmq.common.remoting.version
-
- com.alibaba.tmq.common.service - 程序包 com.alibaba.tmq.common.service
-
- com.alibaba.tmq.common.util - 程序包 com.alibaba.tmq.common.util
-
- COMMA - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
逗号
- COMMA_ENCODED - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
逗号编码
- CommandCustomHeader - com.alibaba.tmq.common.remoting中的接口
-
RemotingCommand中自定义字段反射对象的公共接口
- CommonDao - com.alibaba.dts.client.store.access中的接口
-
Created by yif on 2016/10/19.
- CommonDaoH2 - com.alibaba.dts.client.store.access.impl中的类
-
Created by yif on 2016/10/18.
- CommonDaoH2(DataSource) - 类 的构造器com.alibaba.dts.client.store.access.impl.CommonDaoH2
-
- compare(Topic, Topic) - 类 中的方法com.alibaba.tmq.common.domain.TopicComparable
-
比较
- compareTo(MessageKey) - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
比较方法
- CompensationTimer - com.alibaba.dts.client.executor.grid.timer中的类
-
Created by yif on 2016/11/3.
- CompensationTimer(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.timer.CompensationTimer
-
- connect() - 类 中的方法com.alibaba.dts.client.service.NodeServerServiceImpl
-
- connect(String, String) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
建立连接
topic
tag
- connect(SocketAddress) - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- connect(SocketAddress, int) - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- ConnectionChannel - com.alibaba.tmq.common.domain.remoting中的类
-
连接信道
- ConnectionChannel() - 类 的构造器com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- ConnectionChannel(String, int, String) - 类 的构造器com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- ConnectionKey - com.alibaba.tmq.common.domain中的类
-
ConnectionKey
- ConnectionKey() - 类 的构造器com.alibaba.tmq.common.domain.ConnectionKey
-
- ConnectionKey(String) - 类 的构造器com.alibaba.tmq.common.domain.ConnectionKey
-
- ConnectionKey(String, String, String) - 类 的构造器com.alibaba.tmq.common.domain.ConnectionKey
-
- ConnectionKey(String, String, String, String, String) - 类 的构造器com.alibaba.tmq.common.domain.ConnectionKey
-
- connectNodes(List<RemoteMachine>) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- connectServer(String) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- connectServer(String, String, int, String, String, String) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
连接服务器
instanceName
server
roleType
roleId
topic
tag
- Constants - com.alibaba.tmq.common.constants中的接口
-
常量
- consume(ConsumerKey, Message, ConnectionChannel) - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
消费消息
consumerKey
message
connectionChannel
- consume(Message, ConsumeContext) - 接口 中的方法com.alibaba.tmq.client.system.consumer.listener.MessageListener
-
消费消息
message
context
- ConsumeContext - com.alibaba.tmq.client.system.consumer.executer中的类
-
消费上下文
- ConsumeContext() - 类 的构造器com.alibaba.tmq.client.system.consumer.executer.ConsumeContext
-
- Consumer - com.alibaba.tmq.client.system.consumer中的接口
-
消费者
- ConsumerConfig - com.alibaba.tmq.client.system.consumer.config中的类
-
消费者配置
- ConsumerConfig() - 类 的构造器com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- ConsumerExecuter - com.alibaba.tmq.client.system.consumer.executer中的类
-
消费者执行器
- ConsumerExecuter(ConsumerConfig, String) - 类 的构造器com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
- ConsumerId - 接口 中的静态变量com.alibaba.tmq.common.constants.PropertyKeyConstants
-
消费者ID
- ConsumerKey - com.alibaba.tmq.common.domain中的类
-
消费者Key
- ConsumerKey() - 类 的构造器com.alibaba.tmq.common.domain.ConsumerKey
-
- ConsumerKey(String, String, String) - 类 的构造器com.alibaba.tmq.common.domain.ConsumerKey
-
- contains(Object[], Object) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(Object[], Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(long[], long) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(long[], long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(int[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(int[], int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(short[], short) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(short[], short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(byte[], byte) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(byte[], byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(double[], double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(double[], double, double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(double[], double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(double[], double[], double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(float[], float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(float[], float, float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(float[], float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(float[], float[], float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(boolean[], boolean) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(boolean[], boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(char[], char) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- contains(char[], char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- contains(String, char) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串中是否包含指定的字符。
- contains(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串中是否包含指定的字符串。
- containsNone(String, char[]) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是是否不包含指定字符集合中的字符。
- containsNone(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是是否不包含指定字符集合中的字符。
- containsOnly(String, char[]) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是是否只包含指定字符集合中的字符。
- containsOnly(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是是否只包含指定字符集合中的字符。
- content() - 接口 中的方法com.alibaba.tmq.common.monitor.callback.Display
-
内容
- control(JobContext) - 类 中的方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlChain
-
- COOKIE_NAME_CLUSTER - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- cookieToString(List<Cookie>) - 类 中的静态方法com.alibaba.dts.sdk.util.CookieUtil
-
- CookieUtil - com.alibaba.dts.sdk.util中的类
-
Cookie操作;
Created by luliang on 14/12/30.
- CookieUtil() - 类 的构造器com.alibaba.dts.sdk.util.CookieUtil
-
- correctName(String) - 类 中的静态方法com.alibaba.tmq.common.util.RegularExpressionUtil
-
判断是否正确命名
英文字符和 - _ .
- countMatches(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得指定子串在字符串中出现的次数。
- CREATE_JOB_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- createAndGetGridJobProcessor(Job, boolean) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- createAndGetLongTimeJobProcessor(Job, boolean) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- createAndGetParallelJobProcessor(Job, boolean) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- createAndGetScxSimpleJobProcessor(Job, boolean) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- createAndGetSimpleJobProcessor(Job, boolean) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- createConsumer(Properties) - 类 中的静态方法com.alibaba.tmq.client.TMQFactory
-
创建消费者
properties
- createDbGroup(String, int) - 类 中的静态方法com.alibaba.tmq.common.util.TableUtil
-
创建db分组
dbGroup
index
- createExecutionCounter(ExecutionCounter) - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- createExecutionCounter(ExecutionCounter) - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- createExecutionCounterTable() - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- createExecutionCounterTable() - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- createGroup(long, String) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- createGroup(long, String) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- createGroup(HttpServletRequest, long, String) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- createHealthCheckTable() - 接口 中的方法com.alibaba.dts.client.store.access.CommonDao
-
- createHealthCheckTable() - 类 中的方法com.alibaba.dts.client.store.access.impl.CommonDaoH2
-
- createIndex(String) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- createIndex(String) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- createJob(Job) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- createJob(String, Job) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- createJob(String, Job) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- createJob(String, Job) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- createJob(HttpServletRequest, String, Job) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- createJob(String, Job) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- CreateMessage - com.alibaba.tmq.common.domain中的类
-
创建消息
- CreateMessage(String, String, Date, byte[]) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, byte[]) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, byte[], Date, long, Date) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, Date, byte[], String) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, byte[], String) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, Date, byte[]) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, String, byte[]) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, String, byte[], Date, long, Date) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, Date, byte[], String) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- CreateMessage(String, String, String, String, byte[], String) - 类 的构造器com.alibaba.tmq.common.domain.CreateMessage
-
- createNewRequestId() - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- createNormalProducer(Properties) - 类 中的静态方法com.alibaba.tmq.client.TMQFactory
-
创建普通生产者
properties
- createProcessBuilder(String) - 类 中的静态方法com.alibaba.dts.client.executor.script.ShellUtils
-
- createRelation(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- createRelation(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- createRequestCommand(int, CommandCustomHeader) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- createResponseCommand(Class<? extends CommandCustomHeader>) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- createResponseCommand(int, String) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- createResponseCommand(int, String, Class<? extends CommandCustomHeader>) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
只有通信层内部会调用,业务不会调用
- createTable(int) - 类 中的静态方法com.alibaba.tmq.common.util.TableUtil
-
创建表
index
- createTaskSnapshotTable() - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- createTaskSnapshotTable() - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- cronExpression(Message, String) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查cronExpression
message
cronExpression
- CronExpressionUtil - com.alibaba.tmq.common.util中的类
-
时间表达式工具类
- CronExpressionUtil() - 类 的构造器com.alibaba.tmq.common.util.CronExpressionUtil
-
- date2MilliSeconds(Date) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
- date2Minute(Date) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
精确到分钟
date
- date2Seconds(List<Message>) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
时间精确到秒
messageList
- date2Seconds(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
时间精确到秒
message
- date2Seconds(Date) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
精确到秒
date
- date2SecondsString(Date) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
- DAY_MAX - 类 中的静态变量com.alibaba.tmq.common.util.PathUtil
-
- DAY_MIN - 类 中的静态变量com.alibaba.tmq.common.util.PathUtil
-
- dbTasksCount - 类 中的静态变量com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlParameterWatcher
-
- dbTasksMemoryRate - 类 中的静态变量com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlParameterWatcher
-
- decimalFormat - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- decode(ChannelHandlerContext, ByteBuf) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyDecoder
-
- decode(byte[]) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- decode(ByteBuffer) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- decode(byte[], Class<T>) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingSerializable
-
- decodeBody(ByteBuffer) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- decodeCommandCustomHeader(Class<? extends CommandCustomHeader>) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- DEFAULT_ADVANCE_THREADS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认进阶线程数量
- DEFAULT_CHARSET - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- DEFAULT_CHARSET - 类 中的静态变量com.alibaba.tmq.common.service.HttpService
-
默认编码为
- DEFAULT_CONFIG_CLIENT_DATA_ID - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- DEFAULT_CONNECTION_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认连接超时时间
- DEFAULT_CONSUMER_QUEUE_SIZE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认消费者队列大小
- DEFAULT_CONSUMER_THREAD_AMOUNT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认消费线程数量
- DEFAULT_CORE_FIRE_THREADS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认CORE触发线程数量
- DEFAULT_GROUP_SERVER_AMOUNT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认单个分组服务器数量
- DEFAULT_HEART_BEAT_CHECK_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认心跳检测超时时间
- DEFAULT_HEART_BEAT_INTERVAL_TIME - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认心跳时间间隔
- DEFAULT_INSTANCE_NAME - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- DEFAULT_INVOKE_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认远程方法调用超时时间
- DEFAULT_LISTENER_PORT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认监听端口
- DEFAULT_LOAD_MESSAGE_INTERVAL_TIME - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
加载消息时间间隔
- DEFAULT_LOAD_MESSAGE_THREADS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
加载消息线程数量
- DEFAULT_MAX_ACTIVE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
MYSQL默认最大连接数
- DEFAULT_MAX_FIRE_THREADS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认MAX触发线程数量
- DEFAULT_PAGE_SIZE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认页大小
- DEFAULT_POLL_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
获取队列元素默认超时时间
- DEFAULT_REMOTING_THREADS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认远程通信服务线程数量
- DEFAULT_ZK_CONNECTION_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认ZK连接超时时间
- DEFAULT_ZK_ROOT_PATH - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认根节点名称
- DEFAULT_ZK_SESSION_TIMEOUT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
默认ZK会话超时时间
- DefaultClientService - com.alibaba.tmq.client.service中的类
-
客户端通用基础服务
- DefaultClientService() - 类 的构造器com.alibaba.tmq.client.service.DefaultClientService
-
- DefaultConsumer - com.alibaba.tmq.client.system.consumer.implement中的类
-
默认消费者
- DefaultConsumer(ConsumerExecuter, ConsumerConfig) - 类 的构造器com.alibaba.tmq.client.system.consumer.implement.DefaultConsumer
-
- DefaultFailureJobProcessor - com.alibaba.dts.client.executor.parallel.processor中的类
-
默认失败任务处理器
- DefaultFailureJobProcessor() - 类 的构造器com.alibaba.dts.client.executor.parallel.processor.DefaultFailureJobProcessor
-
- defaultIfBlank(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是空白:null、空字符串""或只有空白字符,则返回空字符串"",否则返回字符串本身。
- defaultIfBlank(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是null或空字符串"",则返回指定默认字符串,否则返回字符串本身。
- defaultIfEmpty(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回空数组[],否则返回数组本身。
- defaultIfEmpty(Object[], Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(long[], long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(int[], int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(short[], short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(byte[], byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(double[], double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(float[], float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(boolean[], boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(char[], char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定默认数组,否则返回数组本身。
- defaultIfEmpty(Object[], Class) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null或空数组[],则返回指定元素类型的空数组,否则返回数组本身。
- defaultIfEmpty(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是null或空字符串"",则返回空字符串"",否则返回字符串本身。
- defaultIfEmpty(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是null或空字符串"",则返回指定默认字符串,否则返回字符串本身。
- defaultIfNull(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回空数组[],否则返回数组本身。
- defaultIfNull(Object[], Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(long[], long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(int[], int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(short[], short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(byte[], byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(double[], double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(float[], float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(boolean[], boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(char[], char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定默认数组,否则返回数组本身。
- defaultIfNull(Object[], Class) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
如果数组是null,则返回指定元素类型的空数组,否则返回数组本身。
- defaultIfNull(Object, Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- defaultIfNull(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是null,则返回空字符串"",否则返回字符串本身。
- defaultIfNull(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
- DefaultNormalProducer - com.alibaba.tmq.client.system.producer.implement中的类
-
默认普通生产者
- DefaultNormalProducer(ProducerConfig, ProducerExecuter) - 类 的构造器com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
- DefaultProducer - com.alibaba.tmq.client.system.producer.implement中的类
-
默认生产者
- DefaultProducer(ProducerConfig, ProducerExecuter) - 类 的构造器com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
- defaultRequestProcessor - 类 中的变量com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- DefaultScriptsJobProcessor - com.alibaba.dts.client.executor.simple.processor中的类
-
已过时。
- DefaultScriptsJobProcessor() - 类 的构造器com.alibaba.dts.client.executor.simple.processor.DefaultScriptsJobProcessor
-
已过时。
- DefaultTransactionProducer - com.alibaba.tmq.client.system.producer.implement中的类
-
默认事务生产者
- DefaultTransactionProducer(ProducerConfig, ProducerExecuter) - 类 的构造器com.alibaba.tmq.client.system.producer.implement.DefaultTransactionProducer
-
- delegatedThrowable - 类 中的变量com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
�������Throwable����.
- delete() - 类 中的方法com.alibaba.dts.client.executor.logcollector.LocalLogCollector
-
- delete(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
删除
- delete(TaskSnapshot) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- delete(Message) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
删除消息
- delete(List<Message>) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
批量删除消息
messageList
TMQException
- delete(Message) - 接口 中的方法com.alibaba.tmq.client.system.producer.Producer
-
删除消息
message
TMQException
- delete(Message) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
删除消息
message
- delete(List<Message>) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
批量删除消息
messageList
- DELETE_JOB_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- deleteAllFilesOfDir(File) - 类 中的静态方法com.alibaba.dts.client.executor.logcollector.LocalLogCleaner
-
- deleteByJobInstanceId(long) - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- deleteByJobInstanceId(long) - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- deleteByJobInstanceId(long) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- deleteByJobInstanceId(long) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- deleteByReceiveNodeAddressAndStatus(String, int) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- deleteByReceiveNodeAddressAndStatus(String, int) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- deleteConnection(String) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- deleteFinishedTasks() - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- deleteFinishedTasks() - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- deleteGroup(String) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- deleteGroup(String) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- deleteGroup(HttpServletRequest, String) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- deleteJob(long) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- deleteJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- deleteJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- deleteJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- deleteJob(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- deleteJob(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- deleteJobRunningException(Long) - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- deleteJobRunningState(Long) - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- DeleteMessage - com.alibaba.tmq.common.domain中的类
-
删除消息
- DeleteMessage(String, String) - 类 的构造器com.alibaba.tmq.common.domain.DeleteMessage
-
- DeleteMessageException - com.alibaba.tmq.common.exception中的异常错误
-
Delete Message 异常
- DeleteMessageException() - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageException
-
- DeleteMessageException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageException
-
- DeleteMessageException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageException
-
- DeleteMessageException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageException
-
- DeleteMessageFailedException - com.alibaba.tmq.common.exception中的异常错误
-
Delete Message Failed 异常
- DeleteMessageFailedException() - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageFailedException
-
- DeleteMessageFailedException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageFailedException
-
- DeleteMessageFailedException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageFailedException
-
- DeleteMessageFailedException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.DeleteMessageFailedException
-
- deleteRelation(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- deleteRelation(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- DeleteResult - com.alibaba.tmq.common.domain.result中的类
-
删除结果
- DeleteResult() - 类 的构造器com.alibaba.tmq.common.domain.result.DeleteResult
-
- DeleteResult(Boolean) - 类 的构造器com.alibaba.tmq.common.domain.result.DeleteResult
-
- DeleteResult(ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.DeleteResult
-
- DeleteResult(Result<Boolean>) - 类 的构造器com.alibaba.tmq.common.domain.result.DeleteResult
-
- DeleteResult(Boolean, ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.DeleteResult
-
- deleteTaskRunStatisticMap(Long) - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- deleteWhitespace(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
删除所有在Character.isWhitespace(char)中所定义的空白。
- DiamondHelper - com.alibaba.tmq.common.util中的类
-
- DiamondHelper() - 类 的构造器com.alibaba.tmq.common.util.DiamondHelper
-
- DiamondHelper.DataListener - com.alibaba.tmq.common.util中的接口
-
- difference(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
比较两个字符串,取得第二个字符串中,和第一个字符串不同的部分。
- DIR_PREFIX - 类 中的静态变量com.alibaba.dts.client.executor.logcollector.LocalLogCollector
-
- DISABLE_JOB_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- disableJob(long) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- disableJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- disableJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- disableJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- disableJob(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- disableJob(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- disconnect(ConnectionKey) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
断开连接
connectionKey
- disconnectServer(String, String, int, String, String, String) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
断开服务器连接
instanceName
server
roleType
roleId
topic
tag
- DiskUtil - com.alibaba.tmq.common.util中的类
-
磁盘相关工具
- DiskUtil() - 类 的构造器com.alibaba.tmq.common.util.DiskUtil
-
- dispatchCompensateTaskList(List<TaskSnapshot>, JobContext) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- dispatchRetryTaskList(List<TaskSnapshot>, JobContext) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- dispatchTaskList(List<? extends Object>, String, JobContext, int) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- dispatchTaskList(List<? extends Object>, String, JobContext) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- dispatchTaskList(List<? extends Object>, String) - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
分发任务列表
taskList 任务列表
taskName 任务名称
- dispatchTaskList(List<? extends Object>, String) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
分发任务列表
taskList 任务列表
taskName 任务名称
- dispatchTaskList(Class, String) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
分发任务列表
taskType 任务对象类型
taskName 任务名称
- dispatchTaskList(List<? extends Object>, String) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
分发任务列表
taskList 任务列表
taskName 任务名称
- Display - com.alibaba.tmq.common.monitor.callback中的接口
-
展现信息回调接口
- displayTable(ConcurrentHashMap<String, String>, ConcurrentSkipListMap<String, ConcurrentSkipListMap<String, KeyValuePair<AtomicLong, AtomicLong>>>) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
展现表格
relationTable
- displayTable(String, List<String>, Map<String, List<String>>) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
展现表格
header
body
- doAfterResponse(RemotingCommand, RemotingCommand) - 接口 中的方法com.alibaba.tmq.common.remoting.RPCHook
-
- doBeforeRequest(String, RemotingCommand) - 接口 中的方法com.alibaba.tmq.common.remoting.RPCHook
-
- doGridJobCleanTask(long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- doGridJobCleanTask(long) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- doHealthCheck() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- DOMAIN_NAME_DATA_ID - 类 中的静态变量com.alibaba.tmq.common.service.HttpService
-
- doPost() - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- doPost(String, HashMap<String, String>) - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- doSecurityCheck() - 类 中的方法com.alibaba.dts.client.security.SecurityCheck
-
- DTS_DOMAIN_ALIYUN_URL - 类 中的静态变量com.alibaba.dts.sdk.context.SDKContext
-
- DTS_DOMAIN_DAILY_URL - 类 中的静态变量com.alibaba.dts.sdk.context.SDKContext
-
- DTS_DOMAIN_ONLINE_URL - 类 中的静态变量com.alibaba.dts.sdk.context.SDKContext
-
- DTS_DOMAIN_USA_URL - 类 中的静态变量com.alibaba.dts.sdk.context.SDKContext
-
- DtsClient - com.alibaba.dts.client中的类
-
- DtsClient() - 类 的构造器com.alibaba.dts.client.DtsClient
-
已过时。
- DtsClientHeartBeatTimer - com.alibaba.dts.client.remoting.timer中的类
-
心跳定时器
- DtsClientHeartBeatTimer(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.timer.DtsClientHeartBeatTimer
-
- DtsCommonSDKManager - com.alibaba.dts.sdk中的类
-
Created by luliang on 14/12/24.
- DtsCommonSDKManager(SDKMode) - 类 的构造器com.alibaba.dts.sdk.DtsCommonSDKManager
-
- DtsCommonSDKManager(String) - 类 的构造器com.alibaba.dts.sdk.DtsCommonSDKManager
-
- DtsCommonSDKManager() - 类 的构造器com.alibaba.dts.sdk.DtsCommonSDKManager
-
- DtsHttpClient - com.alibaba.dts.sdk.client中的类
-
Http 客户端;
Created by luliang on 14/12/29.
- DtsHttpClient() - 类 的构造器com.alibaba.dts.sdk.client.DtsHttpClient
-
- DtsHttpClient(String) - 类 的构造器com.alibaba.dts.sdk.client.DtsHttpClient
-
- DtsInnerSDKManager - com.alibaba.dts.sdk中的类
-
内部环境SDK;
Created by luliang on 15/1/21.
- DtsInnerSDKManager(String) - 类 的构造器com.alibaba.dts.sdk.DtsInnerSDKManager
-
- DtsInnerSDKManager(String, String) - 类 的构造器com.alibaba.dts.sdk.DtsInnerSDKManager
-
- DtsInnerSDKManager(String, SDKMode) - 类 的构造器com.alibaba.dts.sdk.DtsInnerSDKManager
-
已过时。
- DtsSecureCommonSDKManager - com.alibaba.dts.sdk中的类
-
Created by luliang on 14/12/24.
- DtsSecureCommonSDKManager(SDKMode) - 类 的构造器com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- DtsSecureCommonSDKManager(String) - 类 的构造器com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- DtsSecureCommonSDKManager() - 类 的构造器com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- DtsSimpleSDKManager - com.alibaba.dts.sdk中的类
-
- DtsSimpleSDKManager() - 类 的构造器com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- get(Long) - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- get(Long) - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- get(Message) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
获取消息
- get(Message) - 接口 中的方法com.alibaba.tmq.client.system.producer.Producer
-
获取消息
message
- get(int) - 类 中的方法com.alibaba.tmq.common.domain.EnvironmentSet
-
获取环境
clusterId
- get(Message) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取消息
message
- GET_JOB_DETAIL_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- getAccessKey() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getAccessKey() - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- getAction() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getAndCreateChannel(String) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- getAndCreateChannel(String) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getAndCreateChannel(String) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
获取连接
addr
InterruptedException
- getAndCreateChannel(String) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getApi(String, String) - 类 中的静态方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- getApplicationContext() - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- getAppName() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getAppName() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getAppName() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getArguments() - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- getArgumentsTable() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getArrayClass(Class, int) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getArrayComponentType(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getArrayComponentType() - 类 中的方法com.alibaba.tmq.client.util.ClassUtil.TypeInfo
-
- getArrayDimension(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getArrayDimension() - 类 中的方法com.alibaba.tmq.client.util.ClassUtil.TypeInfo
-
- getAvailableMachineAmount() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getAvailableMachineAmount() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- getAvailableMachineAmount() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- getBackupClusterId() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getBackupDomainName() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getbackupServerList() - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
- getbackupServerList() - 类 中的方法com.alibaba.tmq.client.zookeeper.Zookeeper
-
- getBeginOffset() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getBeginTimestamp() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getBody() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getBody() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getBucket() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getBucket() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getBucket() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getByJobInstanceAndExecutionNode(Long, String) - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- getByJobInstanceAndExecutionNode(Long, String) - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- getByJobInstanceAndExecutionNodeAndTaskName(Long, String, String) - 接口 中的方法com.alibaba.dts.client.store.access.ExecutionCounterDao
-
- getByJobInstanceAndExecutionNodeAndTaskName(Long, String, String) - 类 中的方法com.alibaba.dts.client.store.access.impl.ExecutionCounterDaoH2
-
- getBytes(String) - 类 中的静态方法com.alibaba.tmq.common.domain.Cluster
-
字符串还原成字节数组
string
- getCallbackExecutor() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- getCallbackExecutor() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getCallbackExecutor() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- getCapacity() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getCause() - 异常错误 中的方法com.alibaba.tmq.client.util.Exception.ChainedRuntimeException
-
ȡ����������쳣������.
- getCause() - 接口 中的方法com.alibaba.tmq.client.util.Exception.ChainedThrowable
-
ȡ���쳣������.
- getCause() - 类 中的方法com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
ȡ�ñ�������쳣������.
- getCause() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getCauseByFieldName(Throwable, Class, String) - 类 中的方法com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
ͨ�������ķ�����̬��ȡ���쳣����.
- getCauseByMethodName(Throwable, Class, String) - 类 中的方法com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
ͨ�������ķ�����̬��ȡ���쳣����.
- getCauseByWellKnownTypes(Throwable) - 类 中的方法com.alibaba.tmq.client.util.Exception.ChainedThrowableDelegate
-
ȡ�ó���Throwable����쳣����.
- getChainedThrowable(Throwable) - 类 中的静态方法com.alibaba.tmq.client.util.Exception.ExceptionHelper
-
��Throwableת����ChainedThrowable.
- getChainedThrowableCause(ChainedThrowable) - 类 中的静态方法com.alibaba.tmq.client.util.Exception.ExceptionHelper
-
ȡ�ñ�������쳣������, ���������ChainedThrowable,
����ChainedThrowableDelegate��װ������.
- getChannel() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getChannel() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyEvent
-
- getChannelEventListener() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- getChannelEventListener() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getChannelEventListener() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- getChannelNotActiveInterval() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClass(String) - 类 中的静态方法com.alibaba.tmq.common.proxy.ProxyService
-
获取类型
parameterTypeString
Throwable
- getClassName(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassName(String) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassName() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getClassNameAsResource(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassNameAsResource(String) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassNameForObject(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassNameForObjectAsResource(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getClassType() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- getClientAsyncSemaphoreValue() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientCallbackExecutorThreads() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientChannelMaxIdleTimeSeconds() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientConfig() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getClientContext() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- getClientContext() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getClientContext() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- getClientId() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getClientId() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getClientNodes() - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getClientOnewaySemaphoreValue() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientRemoting() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getClientService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getClientSocketRcvBufSize() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientSocketSndBufSize() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClientWorkerThreads() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getClusterId() - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getClusterId() - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- getClusterId() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getClusterId() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- getClusterId() - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- getClusterId() - 枚举 中的方法com.alibaba.tmq.common.domain.ClusterEnum
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getClusterId() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getCode() - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- getCode() - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- getCode() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getCommonDao() - 类 中的方法com.alibaba.dts.client.store.Store
-
- getCompareCounter(String) - 类 中的方法com.alibaba.tmq.client.system.producer.executer.ProducerExecuter
-
- getCompensationTimer() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getCompletedqueue() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getCompressionDayLevelPath(int) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
压缩天分级目录
day
- getCompressionHourLevelPath(int) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
压缩小时分级目录
hour
- getCompressionMonthLevelPath(int) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
压缩月分级目录
month
- getCompressionTargetLevelPath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取目标分级目录
timePeriod
- getCompressionYearLevelPath(int) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
压缩年分级目录
year
- getConfigPath() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getConnectionChannel() - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- getConnectionTimeout() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getConnectionTimeout() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getConnectTime() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getConnectTime() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getConnectTimeout() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getConnectTimeoutMillis() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- getConsolePath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取控制台web服务器列表路径
列如/zk-tmq-root/console-cluster
- getConsoleServerPath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取控制台web服务器路径
列如/zk-tmq-root/console-cluster/10.232.10.184
server
- getConsumer() - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
- getConsumerId() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- getConsumerId() - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- getConsumerId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getConsumerId() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getConsumertable() - 类 中的静态方法com.alibaba.tmq.client.TMQFactory
-
- getConsumerTable() - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- getConsumerTable() - 类 中的方法com.alibaba.tmq.common.domain.RetryConsumers
-
- getConsumerThreads() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getConsumerThreadsMap() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getContext(SimpleJobContext) - 类 中的方法com.alibaba.dts.client.executor.script.ShellJobProcessor
-
- getCoreRemotingThreads() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getCost() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getCounter(ConcurrentHashMap<String, AtomicLong>, String) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- getCounter(ConcurrentHashMap<String, AtomicLong>, String) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
多线程环境同一个key拿到同一个counter
key
- getCounter(ConcurrentHashMap<String, AtomicLong>, String) - 类 中的静态方法com.alibaba.tmq.common.util.MapUtil
-
多线程环境同一个key拿到同一个counter
counterMap
key
- getCreaterId() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getCreaterId() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getCreaterId() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getCronExpression() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getCurrentExeCount() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getCurrentMachineNumber() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getCurrentMachineNumber() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- getCurrentMachineNumber() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- getCustomerClassLoader() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- getCustomerClassLoader() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- getData() - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- getData() - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- getData() - 类 中的方法com.alibaba.tmq.common.domain.result.Result
-
- getData(String) - 类 中的静态方法com.alibaba.tmq.common.util.DiamondHelper
-
- getData(String, long) - 类 中的静态方法com.alibaba.tmq.common.util.DiamondHelper
-
- getDataSource() - 类 中的方法com.alibaba.dts.client.store.datasource.SchedulerXClientDataSource
-
- getDataSource() - 类 中的方法com.alibaba.dts.client.store.Store
-
- getDataSourceAppName() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getDataSourceAppNameMeta() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getDate() - 类 中的方法com.alibaba.tmq.common.domain.ExistsMessage
-
- getDbGroupKeyMeta() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getDbPath() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getDefaultLogLevel() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- getDefaultLogLevel() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- getDescribe() - 类 中的方法com.alibaba.dts.client.service.JobRunningState
-
- getDescription() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- getDescription() - 枚举 中的方法com.alibaba.tmq.common.domain.ClusterEnum
-
- getDescription() - 枚举 中的方法com.alibaba.tmq.common.domain.FileMetaStatus
-
- getDescription() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageStatus
-
- getDescription() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageType
-
- getDescription() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getDescription() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getDescription() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getDescription() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getDiamondManager(String) - 类 中的静态方法com.alibaba.tmq.common.util.DiamondHelper
-
- getDisplayList() - 类 中的方法com.alibaba.tmq.common.monitor.MethodMonitor
-
- getDomainName() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getDomainName() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getDomainUrl() - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- getDtsClustersInfo() - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getDtsClustersInfo() - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getDtsClustersInfo(HttpServletRequest) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getE() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.FailureJobContextImpl
-
- getElasticChangeCounter() - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- getEndOffset() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getEndTime() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getEnvironment() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getEnvironment() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getEnvironmentTable() - 类 中的方法com.alibaba.tmq.common.domain.EnvironmentSet
-
- getExceptionInfo(JobInstanceInfo) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- getExecutableTask() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- getExecutableTask() - 类 中的方法com.alibaba.dts.client.executor.grid.unit.ExecuteUnit
-
- getExecutableTask() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getExecutableTask() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- getExecuteLogger() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getExecuteLogLevel() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- getExecuteLogLevel() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- getExecutionCounterDao() - 类 中的方法com.alibaba.dts.client.store.Store
-
- getExecutionCounterDeleteTimer() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getExecutionCounters(Long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getExecutionCounters(long) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- getExecutionCounterTable() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getExecutionCounterUpdateTimer() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getExecutor() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getExecutorServiceMap() - 类 中的方法com.alibaba.dts.client.executor.grid.unit.ExecuteUnit
-
- getExecutorServiceMap() - 类 中的方法com.alibaba.dts.client.service.NodeServerServiceImpl
-
- getExecutorUnit(long, long) - 类 中的方法com.alibaba.dts.client.executor.longtime.LongTimePool
-
- getExtFields() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getFailureJobProcessorMap() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getFile() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getFileLocation() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getFileMd5() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getFileName() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getFileSize() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getFireTime() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getFireTime() - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- getFireTimeMinute() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getFlag() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getFlowControlChain() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getFlowControls() - 类 中的方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlChain
-
- getFlowControlStrategy() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getFlowControlStrategyMap() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getGlobalArguments() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
获取自定义全局变量
- getGlobalArguments() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
获取自定义全局变量
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getGmtCreate() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getGmtModified() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getGridTaskSender() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getGroup() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getGroupId() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getGroupId() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getH2Path() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
- getHealthChecker() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getHeartbeatInterval() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getHeartBeatIntervalTime() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getHeartBeatIntervalTime() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getHomeConfigPath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取用户home目录配置文件路径
fileName
- getHost() - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- getHttpClient() - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- getHttpService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getId() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getIdWorker() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getIncreaseCounter(String) - 类 中的方法com.alibaba.tmq.client.system.producer.executer.ProducerExecuter
-
- getIncreaseRate() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getIncreaseRate() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getInformation() - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- getInitDelay() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getInitDelay() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getInnerDebug() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getInstanceAmount(Job) - 类 中的方法com.alibaba.dts.client.executor.simple.ScxSimplePool
-
- getInstanceAmount(Job) - 类 中的方法com.alibaba.dts.client.executor.simple.SimplePool
-
- getInstanceName() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- getInstanceName() - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- getInstanceName() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- getInstanceName() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getInterfaces(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getInterfaces() - 类 中的方法com.alibaba.tmq.client.util.ClassUtil.TypeInfo
-
- getInterruptedJobInstanceMap() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getInvokeCallback() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getJob() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- getJobConfig(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobConfig(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobConfig(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- getJobConfig(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- getJobDetail(long) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- getJobDetailRunningStatus(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobDetailRunningStatus(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobDetailRunningStatus(HttpServletRequest, long, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getJobInstanceById(Long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getJobInstanceId() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- getJobInstanceSnapshot() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- getJobLastInstanceId(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobLastInstanceId(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobMap() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getJobProcessorFactory() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getJobRunningException(Long) - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- getJobRunningHistoryStatus(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobRunningHistoryStatus(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobRunningHistoryStatus(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getJobRunningHistoryStatusById(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobRunningHistoryStatusById(long, long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobRunningInformations(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobRunningInformations(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobRunningState(Long) - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- getJobRunningStateDescribe(Long) - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- getJobRunningStatus(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobRunningStatus(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobRunningStatus(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- getJobRunningStatus(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getJobRunningStatus(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- getJobsForGroup(String) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobsForGroup(String) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJobsForGroup(HttpServletRequest, String) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getJobsForGroupByPage(String, int, int) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getJobsForGroupByPage(String, int, int) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getJointime() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- getKey() - 类 中的方法com.alibaba.tmq.common.domain.KeyValuePair
-
- getLanguage() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getLevenshteinDistance(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得两个字符串的相似度,0代表字符串相等,数字越大表示字符串越不像。
- getLineAmount() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getListenerTable() - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
- getListenPort() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getListenPort() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getLocalAddress() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getLocalAddress() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getLocalAddress() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getLocalAddress() - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- getLocalAddress() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getLocalAddress() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getLocalAddress() - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- getLocalId() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getLocalVersion() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getLog(long, long, String, int) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getLog(long, long, String, int) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- getLogCleaner() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getLogCollector() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- getLoggerPath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
- getLongTimePool() - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getLongTimePool() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getLongTimeTaskProcessors() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getMachine() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getMachinesByJob() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getManageHandler() - 类 中的静态方法com.alibaba.dts.client.service.JobRunningStateManager
-
- getMap() - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- getMasterActiveRegionFilePath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master活跃区文件
比如/home/admin/tmq-data/master-data/active-region/fileName.tmq
fileName
- getMasterActiveRegionPath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master活跃区路径
比如/home/admin/tmq-data/master-data/active-region/
- getMasterCompressionRegionBucketPath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取桶路径
bucket
- getMasterCompressionRegionFilePath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master压缩区文件
比如/home/admin/tmq-data/master-data/compression-region/fileName.tmq
fileName
- getMasterCompressionRegionPath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master压缩区路径
比如/home/admin/tmq-data/master-data/compression-region/
- getMasterNewRegionFilePath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master新区文件
比如/home/admin/tmq-data/master-data/new-region/fileName.tmq
fileName
- getMasterNewRegionPath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master新区路径
比如/home/admin/tmq-data/master-data/new-region/
- getMasterOldRegionFilePath(String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master老区文件
比如/home/admin/tmq-data/master-data/old-region/fileName.tmq
fileName
- getMasterOldRegionPath() - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取Master老区路径
比如/home/admin/tmq-data/master-data/old-region/
- getMaxBodySize() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getMaxRemotingThreads() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getMaxRetryCount() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getMaxRetryCount() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getMergeQueue() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getMergingTaskGroupMapByTargetMachine() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getMergingTaskGroupMapByTargetMachineCompensation() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getMessage() - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- getMessage() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getMessageId() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getMessageId() - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- getMessageId() - 类 中的方法com.alibaba.tmq.common.domain.result.SendResult
-
- getMessageId() - 类 中的方法com.alibaba.tmq.common.domain.result.SubmitResult
-
- getMessageId() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getMessageKey() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getMessageKey() - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- getMessageKey() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getMessageKeyValueList() - 类 中的方法com.alibaba.tmq.common.domain.result.SendResult
-
- getMessageKeyValueList() - 类 中的方法com.alibaba.tmq.common.domain.result.SubmitResult
-
- getMessageKeyValueList() - 类 中的方法com.alibaba.tmq.common.domain.result.UpdateResult
-
- getMessageStatus() - 类 中的方法com.alibaba.tmq.common.domain.RetryConsumers
-
- getMethodName() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- getMethodName() - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- getMode() - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getMode() - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- getMode() - 枚举 中的方法com.alibaba.dts.sdk.SDKMode
-
- getMonitorSetings(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getMonitorSetings(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getMonitorSetings(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getMonitorTable() - 类 中的方法com.alibaba.tmq.common.monitor.MethodMonitor
-
- getNameServerAddressList() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getNameServerAddressList() - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingClient
-
- getNamespace() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getNamesrvAddrList() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getNextValidTime(String, Date) - 类 中的静态方法com.alibaba.tmq.common.util.CronExpressionUtil
-
从某个时间开始获取下一次执行时间
cronExpression
date
- getNodeClientService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getNodeClientService() - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getNodeConfig() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getNodeRemoting() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getNodes(String, long) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getNodeServerService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getNodeServerService() - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getNodeServerServiceLocal() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getNodeServerSystemService() - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- getNonPrimitiveType(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getNormalproducertable() - 类 中的静态方法com.alibaba.tmq.client.TMQFactory
-
- getObject() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- getObject1() - 类 中的方法com.alibaba.tmq.common.domain.remoting.Pair
-
- getObject2() - 类 中的方法com.alibaba.tmq.common.domain.remoting.Pair
-
- getOffsetId() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getOpaque() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getOpaque() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getPackageName(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPackageName(String) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPackageNameAsResource(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPackageNameAsResource(String) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPackageNameForObject(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPackageNameForObjectAsResource(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getPage() - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- getPageSize() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getPageSize() - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- getPageSizeMap() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getParallelPool() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- getParallelTaskProcessors() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- getParameterTypes() - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- getParentId() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getPidOfProcess(Process) - 类 中的静态方法com.alibaba.dts.client.executor.script.ShellUtils
-
- getPrimitiveType(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getProducer() - 类 中的方法com.alibaba.tmq.client.system.producer.executer.NormalProducerExecuter
-
- getProducer() - 类 中的方法com.alibaba.tmq.client.system.producer.executer.TransactionProducerExecuter
-
- getProducerConfig() - 类 中的方法com.alibaba.tmq.client.system.producer.executer.ProducerExecuter
-
- getProducerId() - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- getProducerId() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getProducerId() - 类 中的方法com.alibaba.tmq.common.domain.ProducerKey
-
- getProducerId() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getProducerId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getProducerTable() - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- getProxyService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getPublisherConnectionTable() - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取Publisher映射表
- getPublisherId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getPublisherTable() - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取Publisher映射表
- getPullTaskListOverSleepTime() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getQfps() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getQps() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getQueue() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getQueue() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- getQueueSize() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getQueueSize() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getQueueSize() - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- getRandomEntry4Map(Map<K, V>) - 类 中的静态方法com.alibaba.tmq.common.util.RandomUtil
-
随机获取Map里元素的Entry
objectMap
- getRandomIndex(List<? extends Object>) - 类 中的静态方法com.alibaba.tmq.common.util.RandomUtil
-
获取随机索引
objectList
- getRandomObject4List(List<T>) - 类 中的静态方法com.alibaba.tmq.common.util.RandomUtil
-
随机获取列表里元素
objectList
- getRandomObject4Map(Map<K, V>) - 类 中的静态方法com.alibaba.tmq.common.util.RandomUtil
-
随机获取Map里元素
objectMap
- getReadyForSend() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getReceiveBufferSize() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getReFillingProcessor() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getRegionName() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getRelationId() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getRelationTable() - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- getRemainingCapacity() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getRemark() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getRemoteAddr() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyEvent
-
- getRemoteAddress() - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumeContext
-
- getRemoteAddress() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- getRemoteAddress() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getRemoteId() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getRemoteVersion() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getRemotingThreads() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getRemotingThreads() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getRequestQueue() - 类 中的方法com.alibaba.dts.client.remoting.processor.NodeServerRequestProcessor
-
- getReSendExecutorService() - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- getResponseCommand() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getResultCode() - 类 中的方法com.alibaba.tmq.common.domain.result.Result
-
- getRetryConsumers() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getRetryCount() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- getRetryCount() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getRoleId() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- getRoleId() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getRoleType() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getRoleType() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getRoleType() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getRouteMap() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getRouteQueue() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getRouteTask() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- getRpcContext() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleTaskProcessor
-
- getRPCHook() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- getRpcHook() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getRPCHook() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- getRPCHook() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- getRunStatics() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getScxSimplePool() - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getSecretKey() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getSecretKey() - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- getSecurityCheck() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getSemaphore() - 类 中的方法com.alibaba.tmq.common.domain.remoting.SemaphoreReleaseOnlyOnce
-
- getSendManager() - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- getSendQueue() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- getServer() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getServer() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getServerAsyncSemaphoreValue() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerCallbackExecutorThreads() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerChannelMaxIdleTimeSeconds() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerClusterPath(long) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取服务器集群路径
列如/zk-tmq-root/server-cluster/1
- getServerGroupId() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getServerGroupId() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getServerList() - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- getServerList() - 类 中的方法com.alibaba.dts.client.zookeeper.Zookeeper
-
- getServerList() - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
从ZK获取服务器列表
- getServerList() - 类 中的方法com.alibaba.tmq.client.zookeeper.Zookeeper
-
获取当前服务器集群Server列表
- getServerOnewaySemaphoreValue() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerPath(long, String) - 类 中的静态方法com.alibaba.tmq.common.util.PathUtil
-
获取服务器节点路径
列如/zk-tmq-root/server-cluster/1/10.232.10.184:22015
serverClusterId
server
- getServerPushTime() - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumeContext
-
- getServerPushTime() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getServers() - 类 中的方法com.alibaba.tmq.common.domain.ServerList
-
- getServerSelectorThreads() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerService() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getServerSocketRcvBufSize() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerSocketSndBufSize() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServerSystemService() - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- getServerWorkerThreads() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- getServiceGroup() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getServiceGroupId() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getServiceName() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- getShortClassName(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getShortClassName(String) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getShortClassNameForObject(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getSignature() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getSignatureStr(long, String) - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- getSignatureStr(long) - 类 中的方法com.alibaba.dts.client.security.SecurityCheck
-
- getSimpleJobTable() - 类 中的方法com.alibaba.dts.client.executor.simple.ScxSimplePool
-
- getSimpleJobTable() - 类 中的方法com.alibaba.dts.client.executor.simple.SimplePool
-
- getSimplePool() - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- getSize() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getStartMonitorTime() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- getStartTime() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getStatus() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeTaskProcessor
-
- getStatus() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelTaskProcessor
-
- getStatus() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.ScxSimpleTaskProcessor
-
- getStatus() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleTaskProcessor
-
- getStatus() - 枚举 中的方法com.alibaba.tmq.common.domain.Action
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.ExistsMessage
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getStatus() - 枚举 中的方法com.alibaba.tmq.common.domain.FileMetaStatus
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getStatus() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageStatus
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getStatus() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getStopJobProcessor() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getStore() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getStoreStrategy() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getString(byte[]) - 类 中的静态方法com.alibaba.tmq.common.domain.Cluster
-
编码成字符串
bytes
- getSubcriberId() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getSubscriberConnectionTable() - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取Subscriber映射表
- getSubscriberTable() - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取Subscriber映射表
- getSuperclasses(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getSuperclasses() - 类 中的方法com.alibaba.tmq.client.util.ClassUtil.TypeInfo
-
- getSystemListenPort() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getSystemServerList() - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- getSystemServerList() - 类 中的方法com.alibaba.dts.client.zookeeper.Zookeeper
-
- getTag() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- getTag() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- getTag() - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- getTag() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getTag() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getTag() - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- getTargetId() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getTargetMachine() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- getTargetMachine() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.FailureJobContextImpl
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- getTask() - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- getTaskDeleteTimer() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- getTaskEvent() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- getTaskId() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getTaskInsertBatchSize() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- getTaskName() - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
- getTaskName() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- getTaskName() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- getTaskObject(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- getTaskRunStatisticMap() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getTaskRunStatisticMapStr() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getTasksForInsertBufferMap() - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- getTaskSnapshot() - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
- getTaskSnapshotDao() - 类 中的方法com.alibaba.dts.client.store.Store
-
- getTb_eagleeyex_t() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getTddlAppruleFile() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getTfps() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getThreadCounter() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- getThreadCounter() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- getThreadsCounter() - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- getThrowable() - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- getThrowableStrRep() - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- getTimeInterval(int, double, int) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
获取时间间隔
initDelay
increaseRate
retryCount
- getTimeout() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- getTimeoutMillis() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- getTimePeriod() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- getTimePeriod() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- getTimePeriod() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- getTimestamp() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- getTopic() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- getTopic() - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- getTopicTable() - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
获取Topic映射表
- getTotal() - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- getTotalExeCount() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getTps() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- getTransactionproducertable() - 类 中的静态方法com.alibaba.tmq.client.TMQFactory
-
- getType() - 类 中的方法com.alibaba.tmq.client.util.ClassUtil.TypeInfo
-
- getType() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getType() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getType() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageType
-
- getType() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyEvent
-
- getType() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getTypeInfo(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- getUnit() - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- getUnitRoute() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- getUpdateTime() - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- getUserGroups(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- getUserGroups(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- getUserGroups(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- getUserId() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- getUserId() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- getUserIdKey() - 类 中的静态方法com.alibaba.dts.sdk.context.SDKContext
-
- getValue() - 类 中的方法com.alibaba.tmq.common.domain.KeyValuePair
-
- getVersion() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getVersion() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getVersion() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- getZkConnectionTimeout() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getZkConnectionTimeout() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getZkHosts() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getZkHosts() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getZkHosts() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- getZkSessionTimeout() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- getZkSessionTimeout() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- getZookeeper() - 类 中的方法com.alibaba.dts.client.executor.job.context.ClientContextImpl
-
- grantGroupAuth(String, String, String) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- grantGroupAuth(String, String, String) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- grantGroupAuth(HttpServletRequest, String, String, String) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- GridJobContextImpl - com.alibaba.dts.client.executor.grid.processor中的类
-
Created by yif on 16/10/12.
- GridJobContextImpl(ClientContextImpl, Job, JobInstanceSnapshot, int) - 类 的构造器com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
- GridPool - com.alibaba.dts.client.executor.grid中的类
-
Created by yif on 16/10/10.
- GridPool(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.GridPool
-
- GridTaskProcessor - com.alibaba.dts.client.executor.grid.processor中的类
-
Created by yif on 16/10/11.
- GridTaskProcessor(ClientContextImpl, ExecutableTask, TaskSnapshot) - 类 的构造器com.alibaba.dts.client.executor.grid.processor.GridTaskProcessor
-
- GridTaskSender - com.alibaba.dts.client.executor.grid中的类
-
Created by yif on 2016/12/14.
- GridTaskSender(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.GridTaskSender
-
- IdAndKeyUtil - com.alibaba.tmq.common.util中的类
-
IdAndKey相关工具
- IdAndKeyUtil() - 类 的构造器com.alibaba.tmq.common.util.IdAndKeyUtil
-
- identityHashCode(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- identityToString(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- identityToString(Object, String) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- IdWorker - com.alibaba.dts.client.executor.grid中的类
-
Created by yif on 2016/12/12.
- IdWorker(long, long) - 类 的构造器com.alibaba.dts.client.executor.grid.IdWorker
-
- INCREASE_RATE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
重试时间间隔增长率
- increaseCounter(ConnectionChannel) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
心跳计数器递增
connectionChannel
- increaseDate(Date, int, int) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
增加时间
date
field
amount
- indexOf(Object[], Object) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(Object[], Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(Object[], Object, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(Object[], Object[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(long[], long) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(long[], long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(long[], long, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(long[], long[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(int[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(int[], int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(int[], int, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(int[], int[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(short[], short) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(short[], short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(short[], short, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(short[], short[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(byte[], byte) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(byte[], byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(byte[], byte, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(byte[], byte[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(double[], double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(double[], double, double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(double[], double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(double[], double[], double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(double[], double, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(double[], double, int, double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(double[], double[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(double[], double[], int, double) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(float[], float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(float[], float, float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(float[], float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(float[], float[], float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(float[], float, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(float[], float, int, float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(float[], float[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(float[], float[], int, float) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(boolean[], boolean) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(boolean[], boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(boolean[], boolean, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(boolean[], boolean[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(char[], char) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(char[], char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(char[], char, int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素。
- indexOf(char[], char[], int) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
在数组中查找一个元素序列。
- indexOf(String, char) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符,并返回第一个匹配的索引值。
- indexOf(String, char, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符,并返回第一个匹配的索引值。
- indexOf(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符串,并返回第一个匹配的索引值。
- indexOf(String, String, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符串,并返回第一个匹配的索引值。
- indexOfAny(String, char[]) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符集合中的字符,并返回第一个匹配的起始索引。
- indexOfAny(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符集合中的字符,并返回第一个匹配的起始索引。
- indexOfAny(String, String[]) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找指定字符串集合中的字符串,并返回第一个匹配的起始索引。
- indexOfAnyBut(String, char[]) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找不在指定字符集合中的字符,并返回第一个匹配的起始索引。
- indexOfAnyBut(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
在字符串中查找不在指定字符集合中的字符,并返回第一个匹配的起始索引。
- indexOfDifference(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
比较两个字符串,取得两字符串开始不同的索引值。
- info(Message, String, long, String) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
打印单条消息信息
message
action
startTime
localAddress
- info(List<? extends Message>, String, long, String) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
打印多条消息信息
messageList
action
startTime
localAddress
- init() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
初始化
com.alibaba.dts.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
初始化
com.alibaba.dts.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlChain
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- init(ClientContextImpl) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.timer.CompensationTimer
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.timer.ExecutionCounterDeleteTimer
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.timer.ExecutionCounterUpdateTimer
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.timer.HealthChecker
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.timer.TaskDeleteTimer
-
- init() - 类 中的方法com.alibaba.dts.client.executor.grid.unit.ExecuteUnit
-
- init() - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- init() - 类 中的方法com.alibaba.dts.client.executor.logcollector.AbstractLogCleaner
-
- init() - 类 中的方法com.alibaba.dts.client.executor.logcollector.LocalLogCleaner
-
- init() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
初始化
com.alibaba.dts.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
初始化
com.alibaba.dts.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.logger.ExecuteLogger
-
- init() - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- init() - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- init() - 类 中的方法com.alibaba.dts.client.remoting.processor.NodeServerRequestProcessor
-
初始化
com.alibaba.dts.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- init() - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- init() - 类 中的方法com.alibaba.dts.client.security.SecurityCheck
-
- init() - 类 中的方法com.alibaba.dts.client.service.JobRunningStateManager
-
- init() - 类 中的方法com.alibaba.dts.client.service.NodeServerServiceImpl
-
- init(ClientContextImpl) - 类 中的方法com.alibaba.dts.client.store.datasource.SchedulerXClientDataSource
-
初始化
com.alibaba.tmq.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.store.Store
-
初始化
com.alibaba.tmq.common.exception.InitException
- init() - 类 中的方法com.alibaba.dts.client.zookeeper.Zookeeper
-
- init() - 类 中的方法com.alibaba.edas.schedulerx.SchedulerXClient
-
- init() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
初始化
InitException
- init() - 类 中的方法com.alibaba.tmq.client.monitor.ClientMonitor
-
初始化
InitException
- init() - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
初始化
InitException
- init() - 类 中的方法com.alibaba.tmq.client.remoting.processor.ClientRequestProcessor
-
初始化
InitException
- init() - 类 中的方法com.alibaba.tmq.client.zookeeper.Zookeeper
-
初始化
InitException
- init() - 类 中的方法com.alibaba.tmq.common.monitor.MethodMonitor
-
- INIT_DELAY - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
起始重试时间间隔
以等差数列递增
根据最大重试次数和重时间间隔增长率以及其实间隔时间计算出最多重试15天时间
- initCleanLogTimer() - 类 中的方法com.alibaba.dts.client.logger.ExecuteLogger
-
- initClient() - 类 中的静态方法com.alibaba.tmq.client.context.ClientContext
-
初始化客户端
InitException
- initConnection(String, int, String, String, String) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
初始化连接
向服务端所有机器建立长连接
instanceName
roleType
roleId
topic
tag
InitException
- initDtsService(HttpServletRequest) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- InitException - com.alibaba.tmq.common.exception中的异常错误
-
初始化异常
- InitException() - 异常错误 的构造器com.alibaba.tmq.common.exception.InitException
-
- InitException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.InitException
-
- InitException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InitException
-
- InitException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InitException
-
- initGroupId(String, String, String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- initGroupId(String, String, String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- initMethodCountTimer() - 类 中的方法com.alibaba.tmq.common.monitor.MethodMonitor
-
- initRegisterJobs() - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- initRetryCount(int) - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
初始化重试次数
retryCount
- initRetryCount(int) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
初始化重试次数
retryCount
- initRetryCount(int) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.FailureJobContextImpl
-
初始化重试次数
retryCount
- initRetryCount(int) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
初始化重试次数
retryCount
- initStatesReportTimer() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- initTableList(String) - 类 中的静态方法com.alibaba.tmq.common.util.TableUtil
-
初始化Table列表
group
- initTableList(String, int, int) - 类 中的静态方法com.alibaba.tmq.common.util.TableUtil
-
初始化Table列表
group
serverAmount
serverNumber
- initZkManager() - 类 中的方法com.alibaba.tmq.client.zookeeper.Zookeeper
-
初始化ZkManager
InitException
- INNER_CLASS_SEPARATOR - 类 中的静态变量com.alibaba.tmq.client.util.ClassUtil
-
- INNER_CLASS_SEPARATOR_CHAR - 类 中的静态变量com.alibaba.tmq.client.util.ClassUtil
-
- insertBatch(List<TaskSnapshot>) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- insertBatch(List<TaskSnapshot>) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- InsertMessageException - com.alibaba.tmq.common.exception中的异常错误
-
Insert Message 异常
- InsertMessageException() - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageException
-
- InsertMessageException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageException
-
- InsertMessageException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageException
-
- InsertMessageException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageException
-
- InsertMessageFailedException - com.alibaba.tmq.common.exception中的异常错误
-
Insert Message Failed 异常
- InsertMessageFailedException() - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageFailedException
-
- InsertMessageFailedException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageFailedException
-
- InsertMessageFailedException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageFailedException
-
- InsertMessageFailedException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.InsertMessageFailedException
-
- InstanceName - 接口 中的静态变量com.alibaba.tmq.common.constants.PropertyKeyConstants
-
- instanceRunJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- instanceRunJob(String, long, String) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- instanceRunJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- instanceRunJob(String, long, String) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- instanceRunJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- instanceRunJob(HttpServletRequest, String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- instanceRunJob(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- instanceStopJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- instanceStopJob(long) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- instanceStopJob(String, long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- instanceStopJob(HttpServletRequest, long) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- instanceStopJob(String, long) - 类 中的方法com.alibaba.dts.sdk.SchedulerXSDKManager
-
- InvocationContext - com.alibaba.tmq.common.context中的类
-
- InvocationContext() - 类 的构造器com.alibaba.tmq.common.context.InvocationContext
-
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.dts.client.remoting.proxy.ClientInvocationHandler
-
拦截方法调用各项参数
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.dts.client.remoting.proxy.ClientSystemInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.dts.client.remoting.proxy.NodeClientInvocationHandler
-
拦截方法调用各项参数
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.dts.client.remoting.proxy.NodeClientSystemInvocationHandler
-
拦截方法调用各项参数
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.dts.client.remoting.proxy.NodeServerInvocationHandler
-
拦截方法调用各项参数
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.tmq.client.remoting.proxy.ClientInvocationHandler
-
拦截方法调用各项参数
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.tmq.common.monitor.proxy.MethodInvocationHandler
-
代理方法
- invokeAsync(String, RemotingCommand, long, InvokeCallback) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- invokeAsync(Channel, RemotingCommand, long, InvokeCallback) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- invokeAsync(String, RemotingCommand, long, InvokeCallback) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingClient
-
- invokeAsync(Channel, RemotingCommand, long, InvokeCallback) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingServer
-
- invokeAsyncImpl(Channel, RemotingCommand, long, InvokeCallback) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- InvokeCallback - com.alibaba.tmq.common.remoting中的接口
-
异步调用应答回调接口
- InvokeMethod - com.alibaba.tmq.common.domain.remoting.protocol中的类
-
调用方法
- InvokeMethod() - 类 的构造器com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- InvokeMethod(ConnectionChannel, String, Class<?>[], Object[]) - 类 的构造器com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- invokeMethod(Object, String, Class<?>[], Object[]) - 类 中的方法com.alibaba.tmq.common.proxy.ProxyService
-
调用方法
object
methodName
parameterTypes
arguments
- invokeOneway(String, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- invokeOneway(Channel, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- invokeOneway(String, RemotingCommand, long) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingClient
-
- invokeOneway(Channel, RemotingCommand, long) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingServer
-
- invokeOnewayImpl(Channel, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- invokeSync(String, RemotingCommand, long) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- invokeSync(Channel, RemotingCommand, long) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- invokeSync(String, RemotingCommand, long) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- invokeSync(String, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
远程方法同步调用
addr
request
timeoutMillis
InterruptedException
RemotingConnectException
RemotingSendRequestException
RemotingTimeoutException
- invokeSync(String, RemotingCommand, long) - 类 中的静态方法com.alibaba.tmq.common.helper.RemotingHelper
-
短连接调用 TODO
- invokeSync(String, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- invokeSync(Channel, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- invokeSync(String, RemotingCommand, long) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingClient
-
- invokeSync(Channel, RemotingCommand, long) - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingServer
-
- invokeSyncImpl(Channel, RemotingCommand, long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- isAgent() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isAlpha(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode字母。
- isAlphanumeric(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode字母和数字。
- isAlphanumericSpace(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode字母数字和空格' '。
- isAlphaSpace(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode字母和空格' '。
- isAssignable(Class[], Class[]) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- isAssignable(Class, Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- isAutoInit() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isBlank(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是否是空白:null、空字符串""或只有空白字符。
- isClientPooledByteBufAllocatorEnable() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- isCompleteArguments(Message) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
判断是否完整消息参数
message
- isCrashRetry() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isDispatchOnly() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- isDispatchOnly() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- isDuplicate(Throwable) - 类 中的静态方法com.alibaba.tmq.common.util.ExceptionUtil
-
判断主键冲突异常
error
java.io.IOException
- isEmpty(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否为null或空数组[]。
- isEmpty(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是否为null或空字符串""。
- isEmpty(byte[]) - 类 中的静态方法com.alibaba.tmq.common.util.BytesUtil
-
判断字节数组是否为空
bytes
- isEmpty(List) - 类 中的静态方法com.alibaba.tmq.common.util.ListUtil
-
判断列表是否为空
list
- isEnableIsolateEnvSupport() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isEnableRedispatch() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- isEnableRedispatch() - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- isEveryTimeNew() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isExecutorStop() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
执行器是否停止
- isExecutorStop() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
执行器是否停止
- isExistsInTaskRunStatisticMap(Long) - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- isExistsProcessors() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- isFinishLog() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isImplProcessor(ExecutableTask) - 类 中的方法com.alibaba.dts.client.executor.longtime.LongTimePool
-
- isInnerClass(Class) - 类 中的静态方法com.alibaba.tmq.client.util.ClassUtil
-
- isInterrupted(Throwable) - 类 中的静态方法com.alibaba.tmq.common.util.ExceptionUtil
-
判断是否中断异常
error
java.io.IOException
- isInterruptedInstance(long) - 类 中的方法com.alibaba.dts.client.executor.grid.GridTaskSender
-
- isInterruptedJobInstance(long) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- isJobInstanceCanBeDeleted(long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- isJobInstanceCanBeDeleted(long) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- isJobInstanceFinished(long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- isJobInstanceFinished(long) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
- isLinuxPlatform() - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- isNewInstance() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isNewVersion() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isNotBlank(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是否不是空白:null、空字符串""或只有空白字符。
- isNotEmpty(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
检查数组是否不是null和空数组[]。
- isNotEmpty(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
检查字符串是否不是null和空字符串""。
- isNumeric(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode数字。
- isNumericSpace(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode数字和空格' '。
- isOnewayRPC() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- isOnline(int) - 类 中的静态方法com.alibaba.tmq.common.domain.Cluster
-
是否是线上集群
clusterId
- isOpenMonitor() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- isPullTaskFlag() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- isReadyForSend() - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- isReleaseTaskFlag() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- isResponseType() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- isSameLength(Object[], Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(long[], long[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(int[], int[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(short[], short[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(byte[], byte[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(double[], double[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(float[], float[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(boolean[], boolean[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameLength(char[], char[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
判断两个数组是否具有相同的长度。
- isSameType(Object, Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- isSendRequestOK() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- isServerPooledByteBufAllocatorEnable() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- isSpring() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isStart() - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
- isStart() - 类 中的方法com.alibaba.tmq.client.system.producer.executer.ProducerExecuter
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeTaskProcessor
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.PullProcessor
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.ReFillingProcessor
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelTaskProcessor
-
- isStop() - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.PullProcessor
-
- isStoped() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- isSuccess() - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- isSuccess() - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- isSyntaxError(Throwable) - 类 中的静态方法com.alibaba.tmq.common.util.ExceptionUtil
-
语法错误异常
error
- isTimeout() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- isValid(int) - 类 中的静态方法com.alibaba.tmq.common.domain.Cluster
-
检查集群ID是否有效
clusterId
- isValidExpression(String) - 类 中的静态方法com.alibaba.tmq.common.util.CronExpressionUtil
-
判断时间表达式是否有效
cronExpression
- isWhitespace(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
判断字符串是否只包含unicode空白。
- isWindowsPlatform() - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- isZkHostsAutoChange() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- isZkHostsAutoChange() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- scanResponseTable() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- SchedulerxClient - com.alibaba.dts.client中的类
-
SchedulerX client, entrance of the client
Created by yif on 16/8/30.
- SchedulerxClient() - 类 的构造器com.alibaba.dts.client.SchedulerxClient
-
- SchedulerXClient - com.alibaba.edas.schedulerx中的类
-
Created by yanshan.sy on 2016/4/13.
- SchedulerXClient() - 类 的构造器com.alibaba.edas.schedulerx.SchedulerXClient
-
- SchedulerXClientDataSource - com.alibaba.dts.client.store.datasource中的类
-
数据源
- SchedulerXClientDataSource() - 类 的构造器com.alibaba.dts.client.store.datasource.SchedulerXClientDataSource
-
- SchedulerXSDKManager - com.alibaba.dts.sdk中的类
-
外部环境SDK;
- SchedulerXSDKManager(String, String, boolean) - 类 的构造器com.alibaba.dts.sdk.SchedulerXSDKManager
-
- SchedulerXSDKManager(String) - 类 的构造器com.alibaba.dts.sdk.SchedulerXSDKManager
-
- ScxSimpleJobContext - com.alibaba.edas.schedulerx中的类
-
Created by yanshan.sy on 2016/4/13.
- ScxSimpleJobContext(Job, JobInstanceSnapshot, int) - 类 的构造器com.alibaba.edas.schedulerx.ScxSimpleJobContext
-
- ScxSimpleJobProcessor - com.alibaba.edas.schedulerx中的接口
-
Created by yanshan.sy on 2016/5/6.
- ScxSimplePool - com.alibaba.dts.client.executor.simple中的类
-
简单job执行池
- ScxSimplePool(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.simple.ScxSimplePool
-
- ScxSimpleTaskProcessor - com.alibaba.dts.client.executor.simple.processor中的类
-
简单任务处理器
- ScxSimpleTaskProcessor(ClientContextImpl, ExecutableTask) - 类 的构造器com.alibaba.dts.client.executor.simple.processor.ScxSimpleTaskProcessor
-
- SDKContext - com.alibaba.dts.sdk.context中的类
-
- SDKContext() - 类 的构造器com.alibaba.dts.sdk.context.SDKContext
-
- SDKMode - com.alibaba.dts.sdk中的枚举
-
Created by luliang on 14/12/30.
- SDKModeUnsupportException - com.alibaba.dts.sdk.util.exception中的异常错误
-
Created by luliang on 14/12/29.
- SDKModeUnsupportException() - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKModeUnsupportException
-
- SDKModeUnsupportException(String) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKModeUnsupportException
-
- SDKModeUnsupportException(Throwable) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKModeUnsupportException
-
- SDKModeUnsupportException(String, Throwable) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKModeUnsupportException
-
- SDKRequstBrokenException - com.alibaba.dts.sdk.util.exception中的异常错误
-
Created by luliang on 14/12/24.
- SDKRequstBrokenException() - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKRequstBrokenException
-
- SDKRequstBrokenException(String) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKRequstBrokenException
-
- SDKRequstBrokenException(Throwable) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKRequstBrokenException
-
- SDKRequstBrokenException(String, Throwable) - 异常错误 的构造器com.alibaba.dts.sdk.util.exception.SDKRequstBrokenException
-
- SdkSecurityCheck - com.alibaba.dts.client.security中的类
-
Created by yanshan.sy on 2016/5/4.
- SdkSecurityCheck() - 类 的构造器com.alibaba.dts.client.security.SdkSecurityCheck
-
- SecurityCheck - com.alibaba.dts.client.security中的类
-
Created by yanshan.sy on 2016/5/4.
- SecurityCheck(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.security.SecurityCheck
-
- semaphoreAsync - 类 中的变量com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- semaphoreOneway - 类 中的变量com.alibaba.tmq.common.remoting.netty.NettyRemotingAbstract
-
- SemaphoreReleaseOnlyOnce - com.alibaba.tmq.common.domain.remoting中的类
-
使用布尔原子变量,信号量保证只释放一次
- SemaphoreReleaseOnlyOnce(Semaphore) - 类 的构造器com.alibaba.tmq.common.domain.remoting.SemaphoreReleaseOnlyOnce
-
- send(Message) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
发送非事物消息
- send(List<Message>) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
批量发送非事物消息
- send(Message, LocalTransactionExecuter, Object) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultTransactionProducer
-
发送事物消息
- send(List<Message>, LocalTransactionExecuter, Object) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultTransactionProducer
-
批量发送事物消息
- send(Message) - 接口 中的方法com.alibaba.tmq.client.system.producer.NormalProducer
-
发送非事物消息
message
TMQException
- send(List<Message>) - 接口 中的方法com.alibaba.tmq.client.system.producer.NormalProducer
-
批量发送非事物消息
messageList
TMQException
- send(Message, LocalTransactionExecuter, Object) - 接口 中的方法com.alibaba.tmq.client.system.producer.TransactionProducer
-
发送事物消息
message
localTransactionExecuter
object
TMQException
- send(List<Message>, LocalTransactionExecuter, Object) - 接口 中的方法com.alibaba.tmq.client.system.producer.TransactionProducer
-
批量发送事物消息
messageList
localTransactionExecuter
object
TMQException
- send(Message) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
发送消息
message
- send(List<Message>) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
批量发送消息
messageList
- SendManager - com.alibaba.dts.client.executor.grid.queue.send中的类
-
Created by yif on 2017/4/10.
- SendManager() - 类 的构造器com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- sendRequest(String, String) - 类 中的静态方法com.alibaba.dts.sdk.util.HttpUtil
-
- SendResult - com.alibaba.tmq.common.domain.result中的类
-
发送结果
- SendResult() - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Boolean) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Result<Boolean>) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Result<Boolean>, KeyValuePair<String, Message>) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Result<Boolean>, List<KeyValuePair<String, Message>>) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Boolean, ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Boolean, ResultCode, KeyValuePair<String, Message>) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SendResult(Boolean, ResultCode, List<KeyValuePair<String, Message>>) - 类 的构造器com.alibaba.tmq.common.domain.result.SendResult
-
- SEPARATOR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- ServerChannelEventListener - com.alibaba.dts.client.remoting.listener中的类
-
服务端事件监听器
- ServerChannelEventListener(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.remoting.listener.ServerChannelEventListener
-
- ServerList - com.alibaba.tmq.common.domain中的类
-
- ServerList() - 类 的构造器com.alibaba.tmq.common.domain.ServerList
-
- serverService - 类 中的静态变量com.alibaba.tmq.client.remoting.ClientRemoting
-
- ServerService - com.alibaba.tmq.common.service中的接口
-
服务端远程调用接口
- ServiceThread - com.alibaba.tmq.common.domain.remoting中的类
-
后台服务线程基类
- ServiceThread() - 类 的构造器com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- setAccessKey(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setAccessKey(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
访问键
accessKey
- setAccessKey(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
访问键
accessKey
- setAccessKey(String) - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- setAction(String) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setAgent(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setApplicationContext(ApplicationContext) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setApplicationContext(ApplicationContext) - 类 中的方法com.alibaba.dts.client.executor.job.factory.JobProcessorFactory
-
- setApplicationContext(ApplicationContext) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setAppName(String) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setAppName(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setAppName(String) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setArguments(Object[]) - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- setAutoInit(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setAutoInit(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setAutoInit(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setAvailableMachineAmount(int) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- setAvailableMachineAmount(int) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- setAvailableMachineAmount(int) - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- setAvailableMachineAmount(int) - 类 中的方法com.alibaba.edas.schedulerx.ScxSimpleJobContext
-
- setBackupClusterId(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setBackupDomainName(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setBeginOffset(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setBody(byte[]) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setBody(byte[]) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setBucket(String) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setBucket(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setBucket(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setCachedBackupServerList(List<String>) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
- setCachedServerList(List<String>) - 类 中的方法com.alibaba.tmq.client.remoting.ClientRemoting
-
- setCapacity(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setCause(Throwable) - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- setChannel(Channel) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setChannelNotActiveInterval(long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClassName(String) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setClassType(Class<?>[]) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- setClientAsyncSemaphoreValue(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientCallbackExecutorThreads(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientChannelMaxIdleTimeSeconds(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientId(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setClientId(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setClientOnewaySemaphoreValue(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientPooledByteBufAllocatorEnable(boolean) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientSocketRcvBufSize(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientSocketSndBufSize(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClientWorkerThreads(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setClusterId(long) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- setClusterId(long) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- setClusterId(int) - 枚举 中的方法com.alibaba.tmq.common.domain.ClusterEnum
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setClusterId(int) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setCode(int) - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- setCode(int) - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- setCode(int) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setConfigPath(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setConnectionChannel(ConnectionChannel) - 类 中的静态方法com.alibaba.tmq.common.context.InvocationContext
-
设置ConnectionChannel
connectionChannel
- setConnectionChannel(ConnectionChannel) - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- setConnectionTimeout(long) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setConnectionTimeout(long) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
连接超时时间
connectionTimeout
- setConnectionTimeout(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
连接超时时间
connectionTimeout
- setConnectionTimeout(long) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setConnectTime(long) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setConnectTime(long) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setConnectTimeout(long) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setConnectTimeout(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setConnectTimeoutMillis(long) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyClientConfig
-
- setConsumerId(String) - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- setConsumerId(String) - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- setConsumerId(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setConsumerId(String) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setConsumerTable(ConcurrentHashMap<String, List<PublishSubscribeRelation>>) - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- setConsumerTable(ConcurrentHashMap<ConsumerKey, MessageStatus>) - 类 中的方法com.alibaba.tmq.common.domain.RetryConsumers
-
- setConsumerThreads(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setConsumerThreads(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
消费线程数量
consumerThreads
- setConsumerThreads(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
消费线程数量
consumerThreads
- setConsumerThreadsMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setConsumerThreadsMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
消费线程数量Map
consumerThreadsMap
- setConsumerThreadsMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
消费线程数量Map
consumerThreadsMap
- setCookie(String) - 类 中的静态方法com.alibaba.dts.sdk.context.SDKContext
-
- setCoreRemotingThreads(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setCost(long) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setCrashRetry(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setCrashRetry(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
宕机重试
crashRetry
- setCrashRetry(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
宕机重试
crashRetry
- setCreaterId(String) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setCreaterId(String) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setCreaterId(String) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setCronExpression(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setCurrentExeCount(long) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setCurrentMachineNumber(int) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
- setCurrentMachineNumber(int) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
- setCurrentMachineNumber(int) - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- setCurrentMachineNumber(int) - 类 中的方法com.alibaba.edas.schedulerx.ScxSimpleJobContext
-
- setCustomerClassLoader(ClassLoader) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setCustomerClassLoader(ClassLoader) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setData(T) - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- setData(List<T>) - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- setData(D) - 类 中的方法com.alibaba.tmq.common.domain.result.Result
-
- setDataSourceAppName(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setDataSourceAppNameMeta(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setDate(Date) - 类 中的方法com.alibaba.tmq.common.domain.ExistsMessage
-
- setDbGroupKeyMeta(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setDbPath(String) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setDbPath(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setDefaultLogLevel(SchedulerXLogLevel) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setDefaultLogLevel(SchedulerXLogLevel) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setDescribe(String) - 类 中的方法com.alibaba.dts.client.service.JobRunningState
-
- setDescription(String) - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- setDescription(String) - 枚举 中的方法com.alibaba.tmq.common.domain.ClusterEnum
-
- setDescription(String) - 枚举 中的方法com.alibaba.tmq.common.domain.FileMetaStatus
-
- setDescription(String) - 枚举 中的方法com.alibaba.tmq.common.domain.MessageStatus
-
- setDescription(String) - 枚举 中的方法com.alibaba.tmq.common.domain.MessageType
-
- setDescription(String) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setDescription(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setDescription(String) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setDescription(String) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setDispatchOnly(boolean) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setDispatchOnly(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
是否执行自己分发的任务, true不执行, false执行, 默认false
dispatchOnly
- setDomainName(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setDomainName(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setDomainName(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setDomainName(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setDomainUrl(String) - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- setE(Throwable) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.FailureJobContextImpl
-
- setElasticChangeCounter(StringBuilder) - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- setEnableIsolateEnvSupport(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setEnableIsolateEnvSupport(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setEnableRedispatch(boolean) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setEnableRedispatch(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setEndOffset(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setEndTime(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setEnvironment(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setEnvironment(String) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setEnvironment(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setEnvironment(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setEnvironmentTable(ConcurrentHashMap<Integer, Environment>) - 类 中的方法com.alibaba.tmq.common.domain.EnvironmentSet
-
- setEveryTimeNew(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setEveryTimeNew(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setEveryTimeNew(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setExecutableTask(ExecutableTask) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- setExecuteLogLevel(SchedulerXLogLevel) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setExecuteLogLevel(SchedulerXLogLevel) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setExtFields(HashMap<String, String>) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setFailureJobProcessorMap(Map<String, FailureJobProcessor>) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setFailureJobProcessorMap(Map<String, FailureJobProcessor>) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setFailureJobProcessorMap(Map<String, FailureJobProcessor>) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setFile(byte[]) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setFileLocation(String) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setFileMd5(String) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setFileName(String) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setFileSize(long) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setFinishLog(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setFinishLog(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setFinishLog(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setFireTime(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setFireTime(Date) - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- setFireTimeMinute(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setFlag(int) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setFlowControls(List<FlowControl>) - 类 中的方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlChain
-
- setFlowControlStrategy(FlowControlStrategy) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setFlowControlStrategy(FlowControlStrategy) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setFlowControlStrategyMap(Map<String, FlowControlStrategy>) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setFlowControlStrategyMap(Map<String, FlowControlStrategy>) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setGlobalArguments(String) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
设置自定义全局变量
globalArguments
- setGlobalArguments(String) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
设置自定义全局变量
globalArguments
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setGmtCreate(Date) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setGmtModified(Date) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setGroup(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setGroupId(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setGroupId(String) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setGroupId(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
分组ID
groupId
- setGroupId(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
分组ID
groupId
- setHeartbeatInterval(long) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setHeartbeatInterval(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setHeartBeatIntervalTime(long) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setHeartBeatIntervalTime(long) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
心跳间隔时间
heartBeatIntervalTime
- setHeartBeatIntervalTime(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
心跳间隔时间
heartBeatIntervalTime
- setHeartBeatIntervalTime(long) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setHttpClient(DtsHttpClient) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setId(long) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setIncreaseRate(double) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setIncreaseRate(double) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setInformation(String) - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- setInitDelay(int) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setInitDelay(int) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setInnerDebug(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setInnerDebug(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setInnerDebug(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setInstanceName(String) - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- setInstanceName(String) - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- setInstanceName(String) - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- setInstanceName(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setJob(Job) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setJobInstanceId(long) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- setJobInstanceSnapshot(JobInstanceSnapshot) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setJobMap(Map<String, String>) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setJobMonitorConfig(AssembledMonitor) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- setJobMonitorConfig(AssembledMonitor) - 类 中的方法com.alibaba.dts.sdk.DtsInnerSDKManager
-
- setJobMonitorConfig(HttpServletRequest, AssembledMonitor) - 类 中的方法com.alibaba.dts.sdk.DtsSimpleSDKManager
-
- setKey(Key) - 类 中的方法com.alibaba.tmq.common.domain.KeyValuePair
-
- setLanguage(LanguageCode) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setLineAmount(long) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setListenPort(int) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setListenPort(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setListenPort(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setLocalAddress(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setLocalAddress(String) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setLocalAddress(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setLocalAddress(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setLocalAddress(String) - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- setLocalAddress(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setLocalAddress(String) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setLocalId(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setLocalVersion(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setLogCollector(AbstractLogCollector) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setLoggerEvent(LoggerEvent) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
- setMachine(Machine) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setMaxBodySize(long) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setMaxBodySize(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setMaxRemotingThreads(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setMaxRetryCount(int) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setMaxRetryCount(int) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setMergeQueueSize(int) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- setMergeQueueSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setMessage(String) - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- setMessage(String) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setMessageId(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setMessageId(String) - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- setMessageId(String) - 类 中的方法com.alibaba.tmq.common.domain.result.SendResult
-
- setMessageId(String) - 类 中的方法com.alibaba.tmq.common.domain.result.SubmitResult
-
- setMessageId(String) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setMessageKey(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setMessageKey(String) - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- setMessageKey(String) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setMessageKeyValueList(List<KeyValuePair<String, Message>>) - 类 中的方法com.alibaba.tmq.common.domain.result.SendResult
-
- setMessageKeyValueList(List<KeyValuePair<String, Message>>) - 类 中的方法com.alibaba.tmq.common.domain.result.SubmitResult
-
- setMessageKeyValueList(List<KeyValuePair<String, Message>>) - 类 中的方法com.alibaba.tmq.common.domain.result.UpdateResult
-
- setMessageStatus(MessageStatus) - 类 中的方法com.alibaba.tmq.common.domain.RetryConsumers
-
- setMessageStatus(Message, MessageStatus) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
设置消息状态
message
status
- setMessageStatus(List<Message>, MessageStatus) - 类 中的静态方法com.alibaba.tmq.common.util.MessageUtil
-
批量设置消息状态
messageList
status
- setMethodName(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- setMethodName(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- setMode(SDKMode) - 类 中的方法com.alibaba.dts.sdk.DtsCommonSDKManager
-
- setMode(SDKMode) - 类 中的方法com.alibaba.dts.sdk.DtsSecureCommonSDKManager
-
- setMode(String) - 枚举 中的方法com.alibaba.dts.sdk.SDKMode
-
- setNamespace(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setNamespace(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
ZK根目录
namespace
- setNamespace(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
ZK根目录
namespace
- setNewInstance(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setNewInstance(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setNewInstance(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setNewVersion(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setNewVersion(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setObject(Object) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
- setObject1(T1) - 类 中的方法com.alibaba.tmq.common.domain.remoting.Pair
-
- setObject2(T2) - 类 中的方法com.alibaba.tmq.common.domain.remoting.Pair
-
- setOffsetId(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setOpaque(int) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setOpenMonitor(boolean) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setPage(int) - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- setPageSize(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setPageSize(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
一次从服务端拉取的任务数量
pageSize
- setPageSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
一次从服务端拉取的任务数量
pageSize
- setPageSize(int) - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- setPageSizeMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setPageSizeMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
一次从服务端拉取的任务数量Map
pageSizeMap
- setPageSizeMap(Map<String, Integer>) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
一次从服务端拉取的任务数量Map
pageSizeMap
- setParameterTypes(Class<?>[]) - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- setParentId(long) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setProducerId(String) - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- setProducerId(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setProducerId(String) - 类 中的方法com.alibaba.tmq.common.domain.ProducerKey
-
- setProducerId(String) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setProducerId(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setProducerTable(ConcurrentHashMap<String, PublishSubscribeRelation>) - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- setPublisherId(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setPullTaskFlag(boolean) - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- setPullTaskListOverSleepTime(long) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setPullTaskListOverSleepTime(long) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
空队列暂停拉取间隔时间
pullTaskListOverSleepTime
- setPullTaskListOverSleepTime(long) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
空队列暂停拉取间隔时间
pullTaskListOverSleepTime
- setQfps(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setQps(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setQueueSize(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setQueueSize(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
队列大小
queueSize
- setQueueSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
队列大小
queueSize
- setQueueSize(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setQueueSize(StringBuilder) - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- setReceiveBufferSize(int) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setReceiveBufferSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setRegionName(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setRegionName(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setRegionName(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setRelationId(long) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setRelationTable(ConcurrentHashMap<String, List<PublishSubscribeRelation>>) - 类 中的方法com.alibaba.tmq.common.domain.RelationTable
-
- setReleaseTaskFlag(boolean) - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- setRemainingCapacity(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setRemark(String) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setRemoteAddress(String) - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumeContext
-
- setRemoteAddress(String) - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- setRemoteAddress(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setRemoteId(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setRemoteVersion(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setRemotingThreads(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setRemotingThreads(int) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setRemotingThreads(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
远程通信服务线程数量
remotingThreads
- setRemotingThreads(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
远程通信服务线程数量
remotingThreads
- setResponseCommand(RemotingCommand) - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- setResultCode(ResultCode) - 类 中的方法com.alibaba.tmq.common.domain.result.Result
-
- setRetryConsumers(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setRetryCount(int) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setRetryCount(int) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setRoleId(String) - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- setRoleId(String) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setRoleType(int) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setRoleType(int) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setRoleType(int) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setRouteMap(Map<String, RouteRule>) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setRouteMap(Map<String, RouteRule>) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setRouteQueueSize(int) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- setRouteQueueSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setRouteTask(Object) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setRpcContext(Object) - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleTaskProcessor
-
- setSecretKey(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setSecretKey(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setSecretKey(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setSecretKey(String) - 类 中的方法com.alibaba.dts.client.security.SdkSecurityCheck
-
- setSendQueueSize(int) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.SendManager
-
- setSendQueueSize(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setSendRequestOK(boolean) - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- setServer(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setServer(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setServerAsyncSemaphoreValue(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerCallbackExecutorThreads(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerChannelMaxIdleTimeSeconds(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerGroupId(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setServerGroupId(long) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setServerListCache(List<String>) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- setServerOnewaySemaphoreValue(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerPooledByteBufAllocatorEnable(boolean) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerPushTime(Date) - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumeContext
-
- setServerPushTime(Date) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setServers(List<String>) - 类 中的方法com.alibaba.tmq.common.domain.ServerList
-
- setServerSelectorThreads(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerSocketRcvBufSize(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerSocketSndBufSize(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServerWorkerThreads(int) - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyServerConfig
-
- setServiceGroup(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setServiceGroup(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setServiceGroup(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setServiceGroupId(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setServiceGroupId(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setServiceGroupId(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setSignature(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setSize(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setSpring(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setSpring(boolean, ApplicationContext) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setStart(boolean) - 类 中的方法com.alibaba.tmq.client.system.consumer.executer.ConsumerExecuter
-
- setStart(boolean) - 类 中的方法com.alibaba.tmq.client.system.producer.executer.ProducerExecuter
-
- setStartMonitorTime(long) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- setStartTime(Date) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setStatus(int) - 枚举 中的方法com.alibaba.tmq.common.domain.Action
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.ExistsMessage
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setStatus(int) - 枚举 中的方法com.alibaba.tmq.common.domain.FileMetaStatus
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setStatus(int) - 枚举 中的方法com.alibaba.tmq.common.domain.MessageStatus
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setStatus(int) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.job.context.JobContextImpl
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeTaskProcessor
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.PullProcessor
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.ReFillingProcessor
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelTaskProcessor
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.PullProcessor
-
- setStop(boolean) - 类 中的方法com.alibaba.dts.client.executor.simple.processor.ScxSimpleTaskProcessor
-
- setStopJobProcessor(StopJobProcessor) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setStopJobProcessor(StopJobProcessor) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setStopJobProcessor(StopJobProcessor) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setStoreStrategy(StoreStrategy) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setStoreStrategy(StoreStrategy) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setSubcriberId(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setSubmitAction(String) - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- setSuccess(boolean) - 类 中的方法com.alibaba.dts.sdk.api.JobApi.Response
-
已过时。
- setSuccess(boolean) - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
- setSystemListenPort(int) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setSystemListenPort(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setSystemServerListCache(List<String>) - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- setTag(String) - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- setTag(String) - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- setTag(String) - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- setTag(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setTag(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setTag(String) - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- setTarget(String) - 类 中的方法com.alibaba.dts.sdk.client.DtsHttpClient
-
- setTargetId(long) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setTargetMachine(RemoteMachine) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- setTargetMachine(RemoteMachine) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- setTask(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.grid.processor.GridJobContextImpl
-
设置任务
taskSnapshot
- setTask(Object) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- setTask(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.longtime.processor.LongTimeJobContextImpl
-
设置任务
taskSnapshot
- setTask(Object) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.FailureJobContextImpl
-
- setTask(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.parallel.processor.ParallelJobContextImpl
-
设置任务
taskSnapshot
- setTask(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
设置任务
taskSnapshot
- setTaskEvent(TaskEvent) - 类 中的方法com.alibaba.dts.client.executor.grid.queue.send.MergingTaskGroup
-
- setTaskInsertBatchSize(int) - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- setTb_eagleeyex_t(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setTddlAppruleFile(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setTfps(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setThreadsCounter(StringBuilder) - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- setThrowable(Throwable) - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- setTimeout(long) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- setTimePeriod(String) - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- setTimePeriod(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- setTimePeriod(String) - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- setTimestamp(long) - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- setTopic(String) - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- setTotal(long) - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- setTotalExeCount(long) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setTps(int) - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- setType(int) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setType(int) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setType(int) - 枚举 中的方法com.alibaba.tmq.common.domain.MessageType
-
- setUnit(String) - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- setUnitRoute(String) - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- setUpdateTime(Date) - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- setUserId(String) - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- setUserId(String) - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- setUserIdKey(String) - 类 中的静态方法com.alibaba.dts.sdk.context.SDKContext
-
- setValue(Value) - 类 中的方法com.alibaba.tmq.common.domain.KeyValuePair
-
- setVersion(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setVersion(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setVersion(int) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- setZkConnectionTimeout(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setZkConnectionTimeout(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
ZK连接超时时间
zkConnectionTimeout
- setZkConnectionTimeout(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
ZK连接超时时间
zkConnectionTimeout
- setZkConnectionTimeout(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setZkHosts(String) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setZkHosts(String) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
ZK地址列表
zkHosts
- setZkHosts(String) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
ZK地址列表
zkHosts
- setZkHosts(String) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setZkHosts(String) - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
- setZkHostsAutoChange(boolean) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setZkHostsAutoChange(boolean) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- setZkHostsAutoChange(boolean) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
- setZkHostsAutoChange(boolean) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- setZkSessionTimeout(int) - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- setZkSessionTimeout(int) - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
ZK会话超时时间
zkSessionTimeout
- setZkSessionTimeout(int) - 类 中的方法com.alibaba.dts.client.SchedulerxClient
-
ZK会话超时时间
zkSessionTimeout
- setZkSessionTimeout(int) - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
- ShellJobProcessor - com.alibaba.dts.client.executor.script中的类
-
- ShellJobProcessor() - 类 的构造器com.alibaba.dts.client.executor.script.ShellJobProcessor
-
- ShellStreamProcessor - com.alibaba.dts.client.executor.script中的类
-
- ShellStreamProcessor(ShellJobProcessor, InputStream, StreamType, CountDownLatch) - 类 的构造器com.alibaba.dts.client.executor.script.ShellStreamProcessor
-
- ShellUtils - com.alibaba.dts.client.executor.script中的类
-
- ShellUtils() - 类 的构造器com.alibaba.dts.client.executor.script.ShellUtils
-
- shutdown() - 类 中的方法com.alibaba.tmq.client.system.consumer.implement.DefaultConsumer
-
关闭
- shutdown() - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
关闭
- shutdown() - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
关闭
- shutdown() - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultTransactionProducer
-
关闭
- shutdown() - 接口 中的方法com.alibaba.tmq.client.system.Role
-
关闭
- shutdown() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- shutdown(boolean) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- shutdown() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- shutdown() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- shutdown() - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingService
-
- SimpleJobContextImpl - com.alibaba.dts.client.executor.simple.processor中的类
-
简单job上下文
- SimpleJobContextImpl() - 类 的构造器com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- SimpleJobContextImpl(Job, JobInstanceSnapshot, int) - 类 的构造器com.alibaba.dts.client.executor.simple.processor.SimpleJobContextImpl
-
- SimplePool - com.alibaba.dts.client.executor.simple中的类
-
简单job执行池
- SimplePool(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.simple.SimplePool
-
- SimpleTaskProcessor - com.alibaba.dts.client.executor.simple.processor中的类
-
简单任务处理器
- SimpleTaskProcessor(ClientContextImpl, ExecutableTask) - 类 的构造器com.alibaba.dts.client.executor.simple.processor.SimpleTaskProcessor
-
- sniffer(RemoteMachine) - 类 中的方法com.alibaba.dts.client.remoting.NodeRemoting
-
- socketAddress2String(SocketAddress) - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
- SocketRcvbufSize - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- SocketSndbufSize - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- split(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串按空白字符分割。
- split(String, char) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串按指定字符分割。
- split(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串按指定字符分割。
- split(String, String, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串按指定字符分割。
- SPLIT_CHAR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
分隔符
- SPLIT_POINT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
拆分点
- SPLIT_STR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- SPLIT_STRING - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- STAGE_FALSE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- STAGE_TRUE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
是否有阶段消息
- start() - 类 中的方法com.alibaba.tmq.client.system.consumer.implement.DefaultConsumer
-
启动
- start() - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultProducer
-
启动
- start() - 接口 中的方法com.alibaba.tmq.client.system.Role
-
启动
- start() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- start() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingClient
-
- start() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyRemotingServer
-
- start() - 接口 中的方法com.alibaba.tmq.common.remoting.RemotingService
-
- START_JOB_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- startJob(String, long) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- startTime(Date) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查startTime
startTime
- StatesReportTimer - com.alibaba.dts.client.executor.longtime.unit中的类
-
Created by yanshan.sy on 2016/10/25.
- StatesReportTimer(ExecutorUnit, ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.longtime.unit.StatesReportTimer
-
- STATUS_DISABLE - 类 中的静态变量com.alibaba.tmq.common.domain.Topic
-
- STATUS_ENABLE - 类 中的静态变量com.alibaba.tmq.common.domain.Topic
-
- STATUS_ENTER - 类 中的静态变量com.alibaba.tmq.common.domain.ExistsMessage
-
- STATUS_EXIT - 类 中的静态变量com.alibaba.tmq.common.domain.ExistsMessage
-
- STATUS_RUNNING - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- STATUS_STOP - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- stop() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- stop(boolean) - 类 中的方法com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- STOP_JOB_URL - 类 中的静态变量com.alibaba.dts.sdk.api.JobApi
-
已过时。
- stoped - 类 中的变量com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- StopJob - com.alibaba.dts.client.executor.stop中的类
-
终止job
- StopJob(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.stop.StopJob
-
- stopJob(long) - 类 中的方法com.alibaba.dts.sdk.api.JobApi
-
已过时。
- StopJobContextImpl - com.alibaba.dts.client.executor.stop.processor中的类
-
停止job处理器上下文
- StopJobContextImpl(Job, JobInstanceSnapshot, int) - 类 的构造器com.alibaba.dts.client.executor.stop.processor.StopJobContextImpl
-
- stopService() - 类 中的方法com.alibaba.dts.client.DtsClient
-
已过时。
- stopService() - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- stopService() - 类 中的方法com.alibaba.dts.client.executor.grid.GridPool
-
- stopService() - 类 中的方法com.alibaba.dts.client.executor.longtime.LongTimePool
-
- stopService() - 类 中的方法com.alibaba.dts.client.executor.parallel.ParallelPool
-
- stopService() - 类 中的方法com.alibaba.dts.client.executor.simple.ScxSimplePool
-
- stopService() - 类 中的方法com.alibaba.dts.client.executor.simple.SimplePool
-
- stopService() - 类 中的方法com.alibaba.dts.client.remoting.ClientRemoting
-
- stopTask(int, long, long) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.grid.GridPool
-
停止任务
jobId
jobInstanceId
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.longtime.LongTimePool
-
- stopTask() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.parallel.ParallelPool
-
- stopTask() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
停止任务
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.simple.ScxSimplePool
-
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.simple.SimplePool
-
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.executor.stop.StopJob
-
停止任务
jobId
jobInstanceId
- stopTask(int, long, long) - 类 中的方法com.alibaba.dts.client.service.ClientServiceImpl
-
停止任务
- stopTask(long, long) - 类 中的方法com.alibaba.dts.client.service.NodeServerServiceImpl
-
- StopTaskProcessor - com.alibaba.dts.client.executor.stop.processor中的类
-
停止任务处理器
- StopTaskProcessor(long, long, StopJobProcessor) - 类 的构造器com.alibaba.dts.client.executor.stop.processor.StopTaskProcessor
-
- Store - com.alibaba.dts.client.store中的类
-
存储
- Store(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.store.Store
-
- StoreStrategy - com.alibaba.dts.client.store中的枚举
-
Created by yif on 2017/1/18.
- string2Date(String) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
String转Date
date
- string2Date(String, String) - 类 中的静态方法com.alibaba.tmq.common.util.TimeUtil
-
String转Date
date
format
- string2SocketAddress(String) - 类 中的静态方法com.alibaba.tmq.common.helper.RemotingHelper
-
IP:PORT
- string2SocketAddress(String) - 类 中的静态方法com.alibaba.tmq.common.util.RemotingUtil
-
IP:PORT
- StringUtil - com.alibaba.tmq.client.util中的类
-
有关字符串处理的工具类。
- StringUtil() - 类 的构造器com.alibaba.tmq.client.util.StringUtil
-
- submit(Message) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
提交消息
- submit(List<? extends Message>) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
批量提交消息
- submit(List<? extends Message>, String) - 类 中的方法com.alibaba.tmq.client.system.producer.implement.DefaultNormalProducer
-
批量提交消息到server
messageList
server
- submit(Message) - 接口 中的方法com.alibaba.tmq.client.system.producer.NormalProducer
-
提交消息
message
TMQException
- submit(List<? extends Message>) - 接口 中的方法com.alibaba.tmq.client.system.producer.NormalProducer
-
批量提交消息
messageList
TMQException
- submit(Message) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
提交消息
message
- submit(List<? extends Message>) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
批量提交消息
messageList
- SubmitResult - com.alibaba.tmq.common.domain.result中的类
-
提交结果
- SubmitResult() - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Boolean) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Result<Boolean>) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Result<Boolean>, KeyValuePair<String, Message>) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Result<Boolean>, List<KeyValuePair<String, Message>>) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Boolean, ResultCode) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Boolean, ResultCode, KeyValuePair<String, Message>) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- SubmitResult(Boolean, ResultCode, List<KeyValuePair<String, Message>>) - 类 的构造器com.alibaba.tmq.common.domain.result.SubmitResult
-
- subscribe(String, String, MessageListener) - 接口 中的方法com.alibaba.tmq.client.system.consumer.Consumer
-
订阅消息
topic
tag
messageListener
- subscribe(String, String, MessageListener) - 类 中的方法com.alibaba.tmq.client.system.consumer.implement.DefaultConsumer
-
订阅消息
topic
tag
messageListener
- Subscriber - com.alibaba.tmq.common.domain中的类
-
订阅者
- Subscriber() - 类 的构造器com.alibaba.tmq.common.domain.Subscriber
-
- substring(String, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取指定字符串的子串。
- substring(String, int, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取指定字符串的子串。
- substringAfter(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得第一个出现的分隔子串之后的子串。
- substringAfterLast(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得最后一个的分隔子串之后的子串。
- substringBefore(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得第一个出现的分隔子串之前的子串。
- substringBeforeLast(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得最后一个的分隔子串之前的子串。
- substringBetween(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得指定分隔符的前两次出现之间的子串。
- substringBetween(String, String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得两个分隔符之间的子串。
- substringBetween(String, String, String, int) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
取得两个分隔符之间的子串。
- SUCCESS - 类 中的静态变量com.alibaba.tmq.common.remoting.protocol.RemotingSysResponseCode
-
- swapCase(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
反转字符串的大小写。
- SYSTEM_BUSY - 类 中的静态变量com.alibaba.tmq.common.remoting.protocol.RemotingSysResponseCode
-
- SYSTEM_ERROR - 类 中的静态变量com.alibaba.tmq.common.remoting.protocol.RemotingSysResponseCode
-
- SystemPropertyClientAsyncSemaphoreValue - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- SystemPropertyClientOnewaySemaphoreValue - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- SystemPropertyNettyPooledByteBufAllocatorEnable - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- SystemPropertySocketRcvbufSize - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- SystemPropertySocketSndbufSize - 类 中的静态变量com.alibaba.tmq.common.remoting.netty.NettySystemConfig
-
- TABLE_AMOUNT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
表数量
- TableUtil - com.alibaba.tmq.common.util中的类
-
表相关工具
- TableUtil() - 类 的构造器com.alibaba.tmq.common.util.TableUtil
-
- tag(String) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查tag
tag
- tailLines(int, StreamType) - 类 中的方法com.alibaba.dts.client.executor.logcollector.LocalLogCollector
-
- TaskDeleteTimer - com.alibaba.dts.client.executor.grid.timer中的类
-
Created by yif on 2016/10/19.
- TaskDeleteTimer(ClientContextImpl) - 类 的构造器com.alibaba.dts.client.executor.grid.timer.TaskDeleteTimer
-
- TaskEvent - com.alibaba.dts.client.executor.grid.queue中的类
-
Created by yif on 16/9/27.
- TaskEvent() - 类 的构造器com.alibaba.dts.client.executor.grid.queue.TaskEvent
-
- TaskMergeMonitor - com.alibaba.dts.client.executor.grid.queue.send中的类
-
Created by yif on 2017/4/11.
- TaskMergeMonitor(SendManager) - 类 的构造器com.alibaba.dts.client.executor.grid.queue.send.TaskMergeMonitor
-
- TaskMerger - com.alibaba.dts.client.executor.grid.queue.send中的类
-
Created by yif on 2017/4/10.
- TaskMerger(SendManager) - 类 的构造器com.alibaba.dts.client.executor.grid.queue.send.TaskMerger
-
- taskPostProcess(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- TaskReceiveHandler - com.alibaba.dts.client.executor.grid.queue.receive中的类
-
Created by yif on 2016/12/14.
- TaskReceiveHandler(ClientContextImpl, Map<Long, ExecutorService>) - 类 的构造器com.alibaba.dts.client.executor.grid.queue.receive.TaskReceiveHandler
-
- TaskRouter - com.alibaba.dts.client.executor.grid.queue.send中的类
-
Created by yif on 2017/4/10.
- TaskRouter(ClientContextImpl, SendManager) - 类 的构造器com.alibaba.dts.client.executor.grid.queue.send.TaskRouter
-
- TaskSender - com.alibaba.dts.client.executor.grid.queue.send中的类
-
Created by yif on 2017/4/10.
- TaskSender(ClientContextImpl, SendManager) - 类 的构造器com.alibaba.dts.client.executor.grid.queue.send.TaskSender
-
- TaskSnapshotAccess - com.alibaba.dts.client.store.access中的接口
-
Created by yanshan.sy on 2016/10/16.
- taskSnapshotAck(TaskSnapshot) - 类 中的方法com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- taskSnapshotAck(TaskSnapshot) - 接口 中的方法com.alibaba.dts.client.store.access.TaskSnapshotAccess
-
- TaskSnapshotDaoH2 - com.alibaba.dts.client.store.access.impl中的类
-
- TaskSnapshotDaoH2(DataSource) - 类 的构造器com.alibaba.dts.client.store.access.impl.TaskSnapshotDaoH2
-
- taskStatesReport(long, List<Long>) - 类 中的方法com.alibaba.dts.client.executor.Executor
-
- TestLocalLogCollector - com.alibaba.dts.client.executor.logcollector中的类
-
- TestLocalLogCollector() - 类 的构造器com.alibaba.dts.client.executor.logcollector.TestLocalLogCollector
-
- thread - 类 中的变量com.alibaba.tmq.common.domain.remoting.ServiceThread
-
- TIME_FORMAT_CHART - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TIME_FORMAT_HOUR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TIME_FORMAT_MILLISECONDS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TIME_FORMAT_SECONDS - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
时间格式
- TIME_FORMAT_STRING - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TimeUtil - com.alibaba.tmq.common.util中的类
-
时间相关工具
- TimeUtil() - 类 的构造器com.alibaba.tmq.common.util.TimeUtil
-
- TMQ_ACTIVE_REGION - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_BASE_SECTION - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_COMPRESSION_REGION - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_CONFIG - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_CONFIG_FILE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_DATA - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_DATA_COMPRESSION_EXT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_DATA_ENABLE - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_DATA_EXT - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_ENVIRONMENT_CONFIG_DATA_ID - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
服务端配置DATA ID 从diamond拿数据
- TMQ_ENVIRONMENT_SET_DIAMOND_DATA_ID - 类 中的静态变量com.alibaba.tmq.common.domain.EnvironmentSet
-
- TMQ_LEVEL_DAY - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_LEVEL_HOUR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_LEVEL_MONTH - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_LEVEL_YEAR - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_MASTER_DATA - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_MESSAGE_TABLE_NAME - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
消息表
- TMQ_NEW_REGION - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_OLD_REGION - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQ_SLAVE_DATA - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TMQClientException - com.alibaba.tmq.common.exception中的异常错误
-
TMQClient异常
- TMQClientException() - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQClientException
-
- TMQClientException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQClientException
-
- TMQClientException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQClientException
-
- TMQClientException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQClientException
-
- TMQException - com.alibaba.tmq.common.exception中的异常错误
-
TMQ异常
- TMQException() - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQException
-
- TMQException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQException
-
- TMQException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQException
-
- TMQException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQException
-
- TMQFactory - com.alibaba.tmq.client中的类
-
TMQ工厂
- TMQFactory() - 类 的构造器com.alibaba.tmq.client.TMQFactory
-
- TMQServerException - com.alibaba.tmq.common.exception中的异常错误
-
TMQServer异常
- TMQServerException() - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQServerException
-
- TMQServerException(String) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQServerException
-
- TMQServerException(Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQServerException
-
- TMQServerException(String, Throwable) - 异常错误 的构造器com.alibaba.tmq.common.exception.TMQServerException
-
- toCamelCase(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成camel case。
- toFixedList(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组映射成固定长度的List,当改变这个List中的值时。
- toJson() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingSerializable
-
- toJson(boolean) - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingSerializable
-
- toJson(Object, boolean) - 类 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingSerializable
-
- toJsonString() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
对象转换成json
- toJsonString() - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
将对象转换成字符串
- toList(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成List。
- toList(Object, List) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成List。
- toLowerCase(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成小写。
- toLowerCaseWithUnderscores(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成下划线分隔的小写字符串。
- toMap(Object[]) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成Map。
- toMap(Object[], Map) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成Map。
- toPascalCase(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成pascal case。
- Topic - com.alibaba.tmq.common.domain中的类
-
主题
- Topic() - 类 的构造器com.alibaba.tmq.common.domain.Topic
-
- topic(String) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查topic
topic
- TopicAction - com.alibaba.tmq.common.domain中的枚举
-
发布订阅主题操作
- TopicComparable - com.alibaba.tmq.common.domain中的类
-
Topic比较器
- TopicComparable() - 类 的构造器com.alibaba.tmq.common.domain.TopicComparable
-
- toShortString() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- toString() - 类 中的方法com.alibaba.dts.client.config.ClientConfigImpl
-
- toString() - 类 中的方法com.alibaba.dts.client.config.NodeConfig
-
- toString() - 类 中的方法com.alibaba.dts.client.executor.longtime.unit.ExecutorUnit
-
- toString() - 类 中的方法com.alibaba.dts.client.executor.parallel.unit.ExecutorUnit
-
- toString() - 类 中的方法com.alibaba.dts.client.service.JobRunningException
-
- toString() - 类 中的方法com.alibaba.dts.client.service.JobRunningState
-
- toString() - 类 中的方法com.alibaba.dts.sdk.api.Page
-
- toString() - 类 中的方法com.alibaba.tmq.client.config.ClientConfig
-
对象转换成json
- toString() - 类 中的方法com.alibaba.tmq.client.system.consumer.config.ConsumerConfig
-
- toString() - 类 中的方法com.alibaba.tmq.client.system.producer.config.ProducerConfig
-
- toString(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成易于阅读的字符串表示。
- toString(Object, String) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成易于阅读的字符串表示。
- toString(Object, String, String) - 类 中的静态方法com.alibaba.tmq.client.util.ArrayUtil
-
将数组转换成易于阅读的字符串表示。
- toString(Object) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- toString(Object, String) - 类 中的静态方法com.alibaba.tmq.client.util.ObjectUtil
-
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.Action
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Authority
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ClassFile
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Cluster
-
对象转换成json
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.ClusterEnum
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ConnectionKey
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ConsumerKey
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Environment
-
对象转换成json
- toString() - 类 中的方法com.alibaba.tmq.common.domain.EnvironmentSet
-
对象转换成json
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ExistsMessage
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.FileMeta
-
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.FileMetaStatus
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.FlushOffset
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.FlushServer
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.KeyValuePair
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Message
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.MessageKey
-
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageStatus
-
重写toString方法
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.MessageType
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ProducerKey
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Publisher
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.PublishSubscribeRelation
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.QueueInformation
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ClassKey
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.remoting.protocol.InvokeMethod
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.DeleteResult
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.ElasticResult
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.Result
-
重写toString方法
- toString() - 枚举 中的方法com.alibaba.tmq.common.domain.result.ResultCode
-
重写toString方法
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.SendResult
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.SubmitResult
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.result.UpdateResult
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.RetryConsumers
-
对象转换成json
- toString() - 类 中的方法com.alibaba.tmq.common.domain.ServerList
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Subscriber
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.Topic
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.TracePoint
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.UnitKey
-
- toString() - 类 中的方法com.alibaba.tmq.common.domain.UserRelationMapping
-
- toString() - 类 中的方法com.alibaba.tmq.common.remoting.netty.NettyEvent
-
- toString() - 类 中的方法com.alibaba.tmq.common.remoting.netty.ResponseFuture
-
- toString() - 类 中的方法com.alibaba.tmq.common.remoting.protocol.RemotingCommand
-
- totalExeCount(long) - 类 中的方法com.alibaba.tmq.common.util.MessageUtil
-
检查totalExeCount
totalExeCount
- toTinyString() - 类 中的方法com.alibaba.tmq.common.domain.remoting.ConnectionChannel
-
- toUpperCase(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成大写。
- toUpperCaseWithUnderscores(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
将字符串转换成下划线分隔的大写字符串。
- trace(List<TracePoint>) - 接口 中的方法com.alibaba.tmq.common.service.ServerService
-
- TRACE_LOGGER_NAME - 接口 中的静态变量com.alibaba.tmq.common.constants.Constants
-
- TracePoint - com.alibaba.tmq.common.domain中的类
-
- TracePoint() - 类 的构造器com.alibaba.tmq.common.domain.TracePoint
-
- tracePoint(Message, String, long, long, String) - 类 中的静态方法com.alibaba.tmq.common.util.LoggerUtil
-
- TransactionProducer - com.alibaba.tmq.client.system.producer中的接口
-
事务生产者
- TransactionProducerExecuter - com.alibaba.tmq.client.system.producer.executer中的类
-
事务生产者执行器
- TransactionProducerExecuter(ProducerConfig, LocalTransactionChecker) - 类 的构造器com.alibaba.tmq.client.system.producer.executer.TransactionProducerExecuter
-
- TransactionStatus - com.alibaba.tmq.common.domain中的枚举
-
事物状态
- transfer(String) - 接口 中的方法com.alibaba.tmq.common.domain.LineReader
-
传递行
line
- trim(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的空白,如果字符串是null,依然返回null。
- trim(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的指定字符,如果字符串是null,依然返回null。
- trimEnd(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串尾部的空白,如果字符串是null,则返回null。
- trimEnd(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串尾部的指定字符,如果字符串是null,依然返回null。
- trimStart(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头部的空白,如果字符串是null,则返回null。
- trimStart(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头部的指定字符,如果字符串是null,依然返回null。
- trimToEmpty(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""。
- trimToEmpty(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""。
- trimToNull(String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null。
- trimToNull(String, String) - 类 中的静态方法com.alibaba.tmq.client.util.StringUtil
-
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null。
- TYPE_PUBLISHER - 类 中的静态变量com.alibaba.tmq.common.domain.Authority
-
- TYPE_SUBSCRIBER - 类 中的静态变量com.alibaba.tmq.common.domain.Authority
-
- TYPE_TOPIC - 类 中的静态变量com.alibaba.tmq.common.domain.Authority
-
- V3_1_9 - com.alibaba.tmq.common.remoting.version中的类
-
- V3_1_9() - 类 的构造器com.alibaba.tmq.common.remoting.version.V3_1_9
-
- valueOf(String) - 枚举 中的静态方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dts.client.store.StoreStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dts.sdk.SDKMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.Action
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.ClusterEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.FileMetaStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.FlushOffsetStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.MessageStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.MessageType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.RelationStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.result.ResultCode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.TopicAction
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.domain.TransactionStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.remoting.netty.NettyEventType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.remoting.protocol.LanguageCode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommandType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.alibaba.dts.client.executor.grid.flowcontrol.FlowControlStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dts.client.store.StoreStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dts.sdk.SDKMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.Action
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.ClusterEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.FileMetaStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.FlushOffsetStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.MessageStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.MessageType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.RelationStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.result.ResultCode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.TopicAction
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.domain.TransactionStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.remoting.netty.NettyEventType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.remoting.protocol.LanguageCode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.tmq.common.remoting.protocol.RemotingCommandType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。