跳过导航链接
A B C F G I M N R S 

A

addServerInterceptor(ServerInterceptor) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 

B

boundPort() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 

C

checkConnection(Endpoint) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
checkConnection(Endpoint, boolean) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
closeConnection(Endpoint) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
com.alipay.sofa.jraft.rpc.impl - 程序包 com.alipay.sofa.jraft.rpc.impl
 
ConnectionInterceptor - com.alipay.sofa.jraft.rpc.impl中的类
Intercepting incoming calls to get Connection and attach to current Context before that are dispatched by ServerCallHandler.
ConnectionInterceptor() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.ConnectionInterceptor
 
createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient>) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 
createRpcServer(Endpoint, RaftRpcFactory.ConfigHelper<RpcServer>) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 

F

findRespInstance(String) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.MarshallerHelper
 
findResponseInstanceByRequest(String) - 接口 中的方法com.alipay.sofa.jraft.rpc.impl.MarshallerRegistry
Find response default instance by request's class name.

G

getCurrentConnection(List<ConnectionClosedEventListener>) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.ConnectionInterceptor
 
getHandlerRegistry() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
getMarshallerRegistry() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 
getOrCreateConnection(ServerStream, List<ConnectionClosedEventListener>) - 类 中的静态方法io.grpc.netty.shaded.io.grpc.netty.NettyConnectionHelper
 
getRemoteAddress() - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.RemoteAddressInterceptor
 
getRpcResponseFactory() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 
getServer() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
getServerStream(ServerCall<?, ?>) - 类 中的静态方法io.grpc.internal.ServerStreamHelper
 
GrpcClient - com.alipay.sofa.jraft.rpc.impl中的类
GRPC RPC client implement.
GrpcClient(Map<String, Message>, MarshallerRegistry) - 类 的构造器com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
GrpcRaftRpcFactory - com.alipay.sofa.jraft.rpc.impl中的类
 
GrpcRaftRpcFactory() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 
GrpcResponseFactory - com.alipay.sofa.jraft.rpc.impl中的类
Helper to create error response for GRPC implementation.
GrpcResponseFactory() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.GrpcResponseFactory
 
GrpcServer - com.alipay.sofa.jraft.rpc.impl中的类
GRPC RPC server implement.
GrpcServer(Server, MutableHandlerRegistry, Map<String, Message>, MarshallerRegistry) - 类 的构造器com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
GrpcServerHelper - com.alipay.sofa.jraft.rpc.impl中的类
 
GrpcServerHelper() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.GrpcServerHelper
 

I

init(RpcOptions) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
init(Void) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.ConnectionInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.RemoteAddressInterceptor
 
invokeAsync(Endpoint, Object, InvokeContext, InvokeCallback, long) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
invokeSync(Endpoint, Object, InvokeContext, long) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
io.grpc.internal - 程序包 io.grpc.internal
 
io.grpc.netty.shaded.io.grpc.netty - 程序包 io.grpc.netty.shaded.io.grpc.netty
 
isReplicatorPipelineEnabled() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 

M

ManagedChannelHelper - com.alipay.sofa.jraft.rpc.impl中的类
 
ManagedChannelHelper() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.ManagedChannelHelper
 
MarshallerHelper - com.alipay.sofa.jraft.rpc.impl中的类
Not thread safe.
MarshallerHelper() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.MarshallerHelper
 
MarshallerRegistry - com.alipay.sofa.jraft.rpc.impl中的接口
 

N

NettyConnectionHelper - io.grpc.netty.shaded.io.grpc.netty中的类
Get netty channel.
NettyConnectionHelper() - 类 的构造器io.grpc.netty.shaded.io.grpc.netty.NettyConnectionHelper
 
newResponse(Message, int, String, Object...) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcResponseFactory
 

R

registerConnectEventListener(ReplicatorGroup) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
registerConnectionClosedEventListener(ConnectionClosedEventListener) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
registerProcessor(RpcProcessor) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
registerProtobufSerializer(String, Object...) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory
 
registerRespInstance(String, Message) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.MarshallerHelper
 
registerResponseInstance(String, Message) - 接口 中的方法com.alipay.sofa.jraft.rpc.impl.MarshallerRegistry
Register response default instance.
RemoteAddressInterceptor - com.alipay.sofa.jraft.rpc.impl中的类
GRPC server interceptor to trace remote address.
RemoteAddressInterceptor() - 类 的构造器com.alipay.sofa.jraft.rpc.impl.RemoteAddressInterceptor
 

S

ServerStreamHelper - io.grpc.internal中的类
Get grpc's server stream.
ServerStreamHelper() - 类 的构造器io.grpc.internal.ServerStreamHelper
 
setDefaultExecutor(ExecutorService) - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
shutdown() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcClient
 
shutdown() - 类 中的方法com.alipay.sofa.jraft.rpc.impl.GrpcServer
 
shutdownAndAwaitTermination(Server) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.GrpcServerHelper
 
shutdownAndAwaitTermination(Server, long) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.GrpcServerHelper
The following method shuts down an Server in two phases, first by calling shutdown to reject incoming tasks, and then calling shutdownNow, if necessary, to cancel any lingering tasks.
shutdownAndAwaitTermination(ManagedChannel) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.ManagedChannelHelper
 
shutdownAndAwaitTermination(ManagedChannel, long) - 类 中的静态方法com.alipay.sofa.jraft.rpc.impl.ManagedChannelHelper
The following method shuts down an ManagedChannel in two phases, first by calling shutdown to reject incoming tasks, and then calling shutdownNow, if necessary, to cancel any lingering tasks.
A B C F G I M N R S 
跳过导航链接

Copyright © 2020. All rights reserved.