C D E F G H I M N O P R S T V W 

C

ChannelEventListener - Interface in com.lts.job.remoting
监听Channel的事件,包括连接断开、连接建立、连接异常,传送这些事件到应用层
checkCommandBody() - Method in class com.lts.job.remoting.protocol.RemotingCommand
检查commandBody
checkFields() - Method in interface com.lts.job.remoting.CommandBody
 
closeChannel(Channel) - Static method in class com.lts.job.remoting.common.RemotingUtil
 
closeChannel(String, Channel) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
closeChannel(Channel) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
code() - Method in enum com.lts.job.remoting.protocol.RemotingProtos.ResponseCode
 
com.lts.job.remoting - package com.lts.job.remoting
 
com.lts.job.remoting.annotation - package com.lts.job.remoting.annotation
 
com.lts.job.remoting.common - package com.lts.job.remoting.common
 
com.lts.job.remoting.exception - package com.lts.job.remoting.exception
 
com.lts.job.remoting.netty - package com.lts.job.remoting.netty
 
com.lts.job.remoting.protocol - package com.lts.job.remoting.protocol
 
com.lts.job.remoting.util - package com.lts.job.remoting.util
 
CommandBody - Interface in com.lts.job.remoting
RemotingCommand中自定义字段反射对象的公共接口
connect(SocketAddress) - Static method in class com.lts.job.remoting.common.RemotingUtil
 
connect(SocketAddress, int) - Static method in class com.lts.job.remoting.common.RemotingUtil
 
createRequestCommand(int, CommandBody) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 
createResponseCommand(int, String) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 
createResponseCommand(int, String, CommandBody) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 
createResponseCommand(int, CommandBody) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 

D

decode(ChannelHandlerContext, ByteBuf) - Method in class com.lts.job.remoting.netty.NettyDecoder
 
decode(byte[]) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 
decode(ByteBuffer) - Static method in class com.lts.job.remoting.protocol.RemotingCommand
 
decode(byte[], Class<T>) - Static method in class com.lts.job.remoting.protocol.RemotingSerializable
 
defaultRequestProcessor - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
doWith(Field) - Method in interface com.lts.job.remoting.util.ReflectionUtils.FieldCallback
 

E

encode(ChannelHandlerContext, RemotingCommand, ByteBuf) - Method in class com.lts.job.remoting.netty.NettyEncoder
 
encode() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
encode(Object) - Static method in class com.lts.job.remoting.protocol.RemotingSerializable
 
encode() - Method in class com.lts.job.remoting.protocol.RemotingSerializable
 
exceptionSimpleDesc(Exception) - Static method in class com.lts.job.remoting.common.RemotingHelper
 
executeInvokeCallback() - Method in class com.lts.job.remoting.netty.ResponseFuture
 

F

findField(Class, String) - Static method in class com.lts.job.remoting.util.ReflectionUtils
 
findFields(Class) - Static method in class com.lts.job.remoting.util.ReflectionUtils
得到所有field , 包括 父类
fromJson(String, Class<T>) - Static method in class com.lts.job.remoting.protocol.RemotingSerializable
 

G

getBeginTimestamp() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getBody() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getCallbackExecutor() - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
getCallbackExecutor() - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
getCallbackExecutor() - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
getCause() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getChannel() - Method in class com.lts.job.remoting.netty.NettyEvent
 
getChannelEventListener() - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
getChannelEventListener() - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
getChannelEventListener() - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
getChannelNotActiveInterval() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientAsyncSemaphoreValue() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientCallbackExecutorThreads() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientChannelMaxIdleTimeSeconds() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientOnewaySemaphoreValue() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientSelectorThreads() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getClientWorkerThreads() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getCode() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getConnectTimeoutMillis() - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
getFlag() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getInvokeCallback() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getJointime() - Method in class com.lts.job.remoting.common.ServiceThread
 
getListenPort() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getLocalAddress() - Static method in class com.lts.job.remoting.common.RemotingUtil
 
getObject1() - Method in class com.lts.job.remoting.common.Pair
 
getObject2() - Method in class com.lts.job.remoting.common.Pair
 
getOpaque() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getOpaque() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getRemark() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getRemoteAddr() - Method in class com.lts.job.remoting.netty.NettyEvent
 
getResponseCommand() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getSemaphore() - Method in class com.lts.job.remoting.common.SemaphoreReleaseOnlyOnce
 
getServerAsyncSemaphoreValue() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServerCallbackExecutorThreads() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServerChannelMaxIdleTimeSeconds() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServerOnewaySemaphoreValue() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServerSelectorThreads() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServerWorkerThreads() - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
getServiceName() - Method in class com.lts.job.remoting.common.ServiceThread
 
getSubCode() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getTimeoutMillis() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
getType() - Method in class com.lts.job.remoting.netty.NettyEvent
 
getType() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
getVersion() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 

H

hasNotified - Variable in class com.lts.job.remoting.common.ServiceThread
 

I

invokeAsync(String, RemotingCommand, long, InvokeCallback) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
invokeAsync(Channel, RemotingCommand, long, InvokeCallback) - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
invokeAsync(String, RemotingCommand, long, InvokeCallback) - Method in interface com.lts.job.remoting.RemotingClient
异步调用
invokeAsync(Channel, RemotingCommand, long, InvokeCallback) - Method in interface com.lts.job.remoting.RemotingServer
异步调用
invokeAsyncImpl(Channel, RemotingCommand, long, InvokeCallback) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
InvokeCallback - Interface in com.lts.job.remoting
异步调用应答回调接口
invokeOneway(String, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
invokeOneway(Channel, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
invokeOneway(String, RemotingCommand, long) - Method in interface com.lts.job.remoting.RemotingClient
单向调用
invokeOneway(Channel, RemotingCommand, long) - Method in interface com.lts.job.remoting.RemotingServer
单向调用
invokeOnewayImpl(Channel, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
invokeSync(String, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
invokeSync(Channel, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
invokeSync(String, RemotingCommand, long) - Method in interface com.lts.job.remoting.RemotingClient
同步调用
invokeSync(Channel, RemotingCommand, long) - Method in interface com.lts.job.remoting.RemotingServer
同步调用
invokeSyncImpl(Channel, RemotingCommand, long) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
isLinuxPlatform() - Static method in class com.lts.job.remoting.common.RemotingUtil
 
isOnewayRPC() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
isResponseType() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
isSendRequestOK() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
isStoped() - Method in class com.lts.job.remoting.common.ServiceThread
 
isTimeout() - Method in class com.lts.job.remoting.netty.ResponseFuture
 

M

makeStop() - Method in class com.lts.job.remoting.common.ServiceThread
 
markOnewayRPC() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
markResponseType() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 

N

NettyClientConfig - Class in com.lts.job.remoting.netty
Netty客户端配置类
NettyClientConfig() - Constructor for class com.lts.job.remoting.netty.NettyClientConfig
 
NettyDecoder - Class in com.lts.job.remoting.netty
协议解码器
NettyDecoder() - Constructor for class com.lts.job.remoting.netty.NettyDecoder
 
NettyEncoder - Class in com.lts.job.remoting.netty
协议编码器
NettyEncoder() - Constructor for class com.lts.job.remoting.netty.NettyEncoder
 
NettyEvent - Class in com.lts.job.remoting.netty
Netty产生的各种事件
NettyEvent(NettyEventType, String, Channel) - Constructor for class com.lts.job.remoting.netty.NettyEvent
 
nettyEventExecutor - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
NettyEventType - Enum in com.lts.job.remoting.netty
Netty产生的事件类型
NettyRemotingAbstract - Class in com.lts.job.remoting.netty
Server与Client公用抽象类
NettyRemotingAbstract(int, int) - Constructor for class com.lts.job.remoting.netty.NettyRemotingAbstract
 
NettyRemotingClient - Class in com.lts.job.remoting.netty
Remoting客户端实现
NettyRemotingClient(NettyClientConfig) - Constructor for class com.lts.job.remoting.netty.NettyRemotingClient
 
NettyRemotingClient(NettyClientConfig, ChannelEventListener) - Constructor for class com.lts.job.remoting.netty.NettyRemotingClient
 
NettyRemotingServer - Class in com.lts.job.remoting.netty
Remoting服务端实现
NettyRemotingServer(NettyServerConfig) - Constructor for class com.lts.job.remoting.netty.NettyRemotingServer
 
NettyRemotingServer(NettyServerConfig, ChannelEventListener) - Constructor for class com.lts.job.remoting.netty.NettyRemotingServer
 
NettyRequestProcessor - Interface in com.lts.job.remoting.netty
接收请求处理器,服务器与客户端通用
NettyServerConfig - Class in com.lts.job.remoting.netty
Netty服务端配置
NettyServerConfig() - Constructor for class com.lts.job.remoting.netty.NettyServerConfig
 
normalizeHostAddress(InetAddress) - Static method in class com.lts.job.remoting.common.RemotingUtil
 
NotNull - Annotation Type in com.lts.job.remoting.annotation
表示字段不允许为空
Nullable - Annotation Type in com.lts.job.remoting.annotation
标识字段可以非空

O

onChannelClose(String, Channel) - Method in interface com.lts.job.remoting.ChannelEventListener
 
onChannelConnect(String, Channel) - Method in interface com.lts.job.remoting.ChannelEventListener
 
onChannelException(String, Channel) - Method in interface com.lts.job.remoting.ChannelEventListener
 
onChannelIdle(String, Channel) - Method in interface com.lts.job.remoting.ChannelEventListener
 
onWaitEnd() - Method in class com.lts.job.remoting.common.ServiceThread
 
openSelector() - Static method in class com.lts.job.remoting.common.RemotingUtil
 
operationComplete(ResponseFuture) - Method in interface com.lts.job.remoting.InvokeCallback
 
OS_NAME - Static variable in class com.lts.job.remoting.common.RemotingUtil
 

P

Pair<T1,T2> - Class in com.lts.job.remoting.common
包装2个对象
Pair(T1, T2) - Constructor for class com.lts.job.remoting.common.Pair
 
parseChannelRemoteAddr(Channel) - Static method in class com.lts.job.remoting.common.RemotingHelper
 
processMessageReceived(ChannelHandlerContext, RemotingCommand) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
processorTable - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
processRequest(ChannelHandlerContext, RemotingCommand) - Method in interface com.lts.job.remoting.netty.NettyRequestProcessor
 
processRequestCommand(ChannelHandlerContext, RemotingCommand) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
processResponseCommand(ChannelHandlerContext, RemotingCommand) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
putNettyEvent(NettyEvent) - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
putResponse(RemotingCommand) - Method in class com.lts.job.remoting.netty.ResponseFuture
 

R

ReflectionUtils - Class in com.lts.job.remoting.util
 
ReflectionUtils() - Constructor for class com.lts.job.remoting.util.ReflectionUtils
 
ReflectionUtils.FieldCallback - Interface in com.lts.job.remoting.util
 
registerDefaultProcessor(NettyRequestProcessor, ExecutorService) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
registerDefaultProcessor(NettyRequestProcessor, ExecutorService) - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
registerDefaultProcessor(NettyRequestProcessor, ExecutorService) - Method in interface com.lts.job.remoting.RemotingClient
注册默认处理器
registerDefaultProcessor(NettyRequestProcessor, ExecutorService) - Method in interface com.lts.job.remoting.RemotingServer
注册默认请求处理器
registerProcessor(int, NettyRequestProcessor, ExecutorService) - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
registerProcessor(int, NettyRequestProcessor, ExecutorService) - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
registerProcessor(int, NettyRequestProcessor, ExecutorService) - Method in interface com.lts.job.remoting.RemotingClient
注册处理器
registerProcessor(int, NettyRequestProcessor, ExecutorService) - Method in interface com.lts.job.remoting.RemotingServer
注册请求处理器,ExecutorService必须要对应一个队列大小有限制的阻塞队列,防止OOM
release() - Method in class com.lts.job.remoting.common.SemaphoreReleaseOnlyOnce
 
release() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
RemotingClient - Interface in com.lts.job.remoting
远程通信,Client接口
RemotingCommand - Class in com.lts.job.remoting.protocol
 
RemotingCommand() - Constructor for class com.lts.job.remoting.protocol.RemotingCommand
 
RemotingCommandException - Exception in com.lts.job.remoting.exception
命令解析自定义字段时,校验字段有效性抛出异常
RemotingCommandException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingCommandException
 
RemotingCommandException(String, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingCommandException
 
RemotingCommandFieldCheckException - Exception in com.lts.job.remoting.exception
 
RemotingCommandFieldCheckException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingCommandFieldCheckException
 
RemotingCommandFieldCheckException(String, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingCommandFieldCheckException
 
RemotingCommandType - Enum in com.lts.job.remoting.protocol
标识RemotingCommand是请求还是应答类型
RemotingConnectException - Exception in com.lts.job.remoting.exception
Client连接Server失败,抛出此异常
RemotingConnectException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingConnectException
 
RemotingConnectException(String, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingConnectException
 
RemotingException - Exception in com.lts.job.remoting.exception
通信层异常父类
RemotingException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingException
 
RemotingException(String, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingException
 
RemotingHelper - Class in com.lts.job.remoting.common
通信层一些辅助方法
RemotingHelper() - Constructor for class com.lts.job.remoting.common.RemotingHelper
 
RemotingLogName - Static variable in class com.lts.job.remoting.common.RemotingHelper
 
RemotingProtos - Class in com.lts.job.remoting.protocol
 
RemotingProtos.ResponseCode - Enum in com.lts.job.remoting.protocol
 
RemotingSendRequestException - Exception in com.lts.job.remoting.exception
RPC调用中,客户端发送请求失败,抛出此异常
RemotingSendRequestException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingSendRequestException
 
RemotingSendRequestException(String, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingSendRequestException
 
RemotingSerializable - Class in com.lts.job.remoting.protocol
复杂对象的序列化,利用json来实现
RemotingSerializable() - Constructor for class com.lts.job.remoting.protocol.RemotingSerializable
 
RemotingServer - Interface in com.lts.job.remoting
远程通信,Server接口
RemotingTimeoutException - Exception in com.lts.job.remoting.exception
RPC调用超时异常
RemotingTimeoutException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingTimeoutException
 
RemotingTimeoutException(String, long) - Constructor for exception com.lts.job.remoting.exception.RemotingTimeoutException
 
RemotingTimeoutException(String, long, Throwable) - Constructor for exception com.lts.job.remoting.exception.RemotingTimeoutException
 
RemotingTooMuchRequestException - Exception in com.lts.job.remoting.exception
异步调用或者Oneway调用,堆积的请求超过信号量最大值
RemotingTooMuchRequestException(String) - Constructor for exception com.lts.job.remoting.exception.RemotingTooMuchRequestException
 
RemotingUtil - Class in com.lts.job.remoting.common
网络相关方法
RemotingUtil() - Constructor for class com.lts.job.remoting.common.RemotingUtil
 
ResponseFuture - Class in com.lts.job.remoting.netty
异步请求应答封装
ResponseFuture(int, long, InvokeCallback, SemaphoreReleaseOnlyOnce) - Constructor for class com.lts.job.remoting.netty.ResponseFuture
 
responseTable - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 

S

scanResponseTable() - Method in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
semaphoreAsync - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
semaphoreOneway - Variable in class com.lts.job.remoting.netty.NettyRemotingAbstract
 
SemaphoreReleaseOnlyOnce - Class in com.lts.job.remoting.common
使用布尔原子变量,信号量保证只释放一次
SemaphoreReleaseOnlyOnce(Semaphore) - Constructor for class com.lts.job.remoting.common.SemaphoreReleaseOnlyOnce
 
ServiceThread - Class in com.lts.job.remoting.common
后台服务线程基类
ServiceThread() - Constructor for class com.lts.job.remoting.common.ServiceThread
 
setCause(Throwable) - Method in class com.lts.job.remoting.netty.ResponseFuture
 
setChannelNotActiveInterval(long) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientAsyncSemaphoreValue(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientCallbackExecutorThreads(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientChannelMaxIdleTimeSeconds(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientOnewaySemaphoreValue(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientSelectorThreads(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setClientWorkerThreads(int) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setCode(int) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
setConnectTimeoutMillis(long) - Method in class com.lts.job.remoting.netty.NettyClientConfig
 
setFlag(int) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
setListenPort(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setObject1(T1) - Method in class com.lts.job.remoting.common.Pair
 
setObject2(T2) - Method in class com.lts.job.remoting.common.Pair
 
setOpaque(int) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
setRemark(String) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
setResponseCommand(RemotingCommand) - Method in class com.lts.job.remoting.netty.ResponseFuture
 
setSendRequestOK(boolean) - Method in class com.lts.job.remoting.netty.ResponseFuture
 
setServerAsyncSemaphoreValue(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setServerCallbackExecutorThreads(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setServerChannelMaxIdleTimeSeconds(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setServerOnewaySemaphoreValue(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setServerSelectorThreads(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setServerWorkerThreads(int) - Method in class com.lts.job.remoting.netty.NettyServerConfig
 
setSubCode(int) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
setVersion(int) - Method in class com.lts.job.remoting.protocol.RemotingCommand
 
shutdown() - Method in class com.lts.job.remoting.common.ServiceThread
 
shutdown(boolean) - Method in class com.lts.job.remoting.common.ServiceThread
 
shutdown() - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
shutdown() - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
shutdown() - Method in interface com.lts.job.remoting.RemotingClient
 
shutdown() - Method in interface com.lts.job.remoting.RemotingServer
 
socketAddress2String(SocketAddress) - Static method in class com.lts.job.remoting.common.RemotingUtil
 
start() - Method in class com.lts.job.remoting.common.ServiceThread
 
start() - Method in class com.lts.job.remoting.netty.NettyRemotingClient
 
start() - Method in class com.lts.job.remoting.netty.NettyRemotingServer
 
start() - Method in interface com.lts.job.remoting.RemotingClient
 
start() - Method in interface com.lts.job.remoting.RemotingServer
 
stop() - Method in class com.lts.job.remoting.common.ServiceThread
 
stop(boolean) - Method in class com.lts.job.remoting.common.ServiceThread
 
stoped - Variable in class com.lts.job.remoting.common.ServiceThread
 
string2SocketAddress(String) - Static method in class com.lts.job.remoting.common.RemotingHelper
IP:PORT
string2SocketAddress(String) - Static method in class com.lts.job.remoting.common.RemotingUtil
IP:PORT

T

thread - Variable in class com.lts.job.remoting.common.ServiceThread
 
toJson(Object, boolean) - Static method in class com.lts.job.remoting.protocol.RemotingSerializable
 
toJson() - Method in class com.lts.job.remoting.protocol.RemotingSerializable
 
toJson(boolean) - Method in class com.lts.job.remoting.protocol.RemotingSerializable
 
toString() - Method in class com.lts.job.remoting.netty.NettyEvent
 
toString() - Method in class com.lts.job.remoting.netty.ResponseFuture
 
toString() - Method in class com.lts.job.remoting.protocol.RemotingCommand
 

V

valueOf(String) - Static method in enum com.lts.job.remoting.netty.NettyEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lts.job.remoting.protocol.RemotingCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lts.job.remoting.protocol.RemotingProtos.ResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.lts.job.remoting.protocol.RemotingProtos.ResponseCode
 
values() - Static method in enum com.lts.job.remoting.netty.NettyEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lts.job.remoting.protocol.RemotingCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lts.job.remoting.protocol.RemotingProtos.ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForRunning(long) - Method in class com.lts.job.remoting.common.ServiceThread
 
waitResponse(long) - Method in class com.lts.job.remoting.netty.ResponseFuture
 
wakeup() - Method in class com.lts.job.remoting.common.ServiceThread
 
C D E F G H I M N O P R S T V W 

Copyright © 2014. All Rights Reserved.