- AbstractExporter<T> - Class in org.apache.dubbo.rpc.protocol
-
AbstractExporter.
- AbstractExporter(Invoker<T>) - Constructor for class org.apache.dubbo.rpc.protocol.AbstractExporter
-
- AbstractInvoker<T> - Class in org.apache.dubbo.rpc.protocol
-
AbstractInvoker.
- AbstractInvoker(Class<T>, URL) - Constructor for class org.apache.dubbo.rpc.protocol.AbstractInvoker
-
- AbstractInvoker(Class<T>, URL, String[]) - Constructor for class org.apache.dubbo.rpc.protocol.AbstractInvoker
-
- AbstractInvoker(Class<T>, URL, Map<String, Object>) - Constructor for class org.apache.dubbo.rpc.protocol.AbstractInvoker
-
- AbstractProtocol - Class in org.apache.dubbo.rpc.protocol
-
abstract ProtocolSupport.
- AbstractProtocol() - Constructor for class org.apache.dubbo.rpc.protocol.AbstractProtocol
-
- AbstractProxyFactory - Class in org.apache.dubbo.rpc.proxy
-
AbstractProxyFactory
- AbstractProxyFactory() - Constructor for class org.apache.dubbo.rpc.proxy.AbstractProxyFactory
-
- AbstractProxyInvoker<T> - Class in org.apache.dubbo.rpc.proxy
-
InvokerWrapper
- AbstractProxyInvoker(T, Class<T>, URL) - Constructor for class org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
-
- AbstractProxyProtocol - Class in org.apache.dubbo.rpc.protocol
-
AbstractProxyProtocol
- AbstractProxyProtocol() - Constructor for class org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
-
- AbstractProxyProtocol(Class<?>...) - Constructor for class org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
-
- ACCESS_LOG_KEY - Static variable in interface org.apache.dubbo.rpc.Constants
-
- AccessLogData - Class in org.apache.dubbo.rpc.support
-
AccessLogData is a container for log event data.
- AccessLogFilter - Class in org.apache.dubbo.rpc.filter
-
Record access log for the service.
- AccessLogFilter() - Constructor for class org.apache.dubbo.rpc.filter.AccessLogFilter
-
Default constructor initialize demon thread for writing into access log file with names with access log key
defined in url accesslog
- ActiveLimitFilter - Class in org.apache.dubbo.rpc.filter
-
ActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.
- ActiveLimitFilter() - Constructor for class org.apache.dubbo.rpc.filter.ActiveLimitFilter
-
- ACTIVES_KEY - Static variable in interface org.apache.dubbo.rpc.Constants
-
- addAttachments(Map<String, String>) - Method in class org.apache.dubbo.rpc.AppResponse
-
- addAttachments(Map<String, String>) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
Deprecated.
- addAttachments(Map<String, String>) - Method in interface org.apache.dubbo.rpc.Result
-
Add the specified map to existing attachments in this instance.
- addAttachments(Map<String, String>) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- addAttachmentsIfAbsent(Map<String, String>) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- addListener(Invocation, Filter.Listener) - Method in class org.apache.dubbo.rpc.ListenableFilter
-
- addObjectAttachments(Map<String, Object>) - Method in class org.apache.dubbo.rpc.AppResponse
-
- addObjectAttachments(Map<String, Object>) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- addObjectAttachments(Map<String, Object>) - Method in interface org.apache.dubbo.rpc.Result
-
Add the specified map to existing attachments in this instance.
- addObjectAttachments(Map<String, Object>) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- addObjectAttachmentsIfAbsent(Map<String, Object>) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- addRpcException(Class<?>) - Method in class org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
-
- AppResponse - Class in org.apache.dubbo.rpc
-
AsyncRpcResult is introduced in 3.0.0 to replace RpcResult, and RpcResult is replaced with
AppResponse:
AsyncRpcResult is the object that is actually passed in the call chain
AppResponse only simply represents the business result
The relationship between them can be described as follow, an abstraction of the definition of AsyncRpcResult:
- AppResponse() - Constructor for class org.apache.dubbo.rpc.AppResponse
-
- AppResponse(Object) - Constructor for class org.apache.dubbo.rpc.AppResponse
-
- AppResponse(Throwable) - Constructor for class org.apache.dubbo.rpc.AppResponse
-
- ASYNC_KEY - Static variable in interface org.apache.dubbo.rpc.Constants
-
- asyncCall(Callable<T>) - Method in class org.apache.dubbo.rpc.RpcContext
-
Async invocation.
- asyncCall(Runnable) - Method in class org.apache.dubbo.rpc.RpcContext
-
one way async call, send request only, and result is not required
- AsyncContext - Interface in org.apache.dubbo.rpc
-
AsyncContext works like javax.servlet.AsyncContext in the Servlet 3.0.
- AsyncContextImpl - Class in org.apache.dubbo.rpc
-
- AsyncContextImpl() - Constructor for class org.apache.dubbo.rpc.AsyncContextImpl
-
- AsyncRpcResult - Class in org.apache.dubbo.rpc
-
This class represents an unfinished RPC call, it will hold some context information for this call, for example RpcContext and Invocation,
so that when the call finishes and the result returns, it can guarantee all the contexts being recovered as the same as when the call was made
before any callback is invoked.
- AsyncRpcResult(CompletableFuture<AppResponse>, Invocation) - Constructor for class org.apache.dubbo.rpc.AsyncRpcResult
-
- AsyncToSyncInvoker<T> - Class in org.apache.dubbo.rpc.protocol
-
This class will work as a wrapper wrapping outside of each protocol invoker.
- AsyncToSyncInvoker(Invoker<T>) - Constructor for class org.apache.dubbo.rpc.protocol.AsyncToSyncInvoker
-
- attachInvocationIdIfAsync(URL, Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
Idempotent operation: invocation id will be added in async operation by default
- AttachmentsAdapter - Class in org.apache.dubbo.rpc
-
This class provides map adapters to support attachments in RpcContext, Invocation and Result switch from
to
- AttachmentsAdapter() - Constructor for class org.apache.dubbo.rpc.AttachmentsAdapter
-
- AttachmentsAdapter.ObjectToStringMap - Class in org.apache.dubbo.rpc
-
- AttachmentsAdapter.StringToObjectMap - Class in org.apache.dubbo.rpc
-
- AUTO_ATTACH_INVOCATIONID_KEY - Static variable in interface org.apache.dubbo.rpc.Constants
-
- GENERIC_KEY - Static variable in interface org.apache.dubbo.rpc.Constants
-
- GenericException - Exception in com.alibaba.dubbo.rpc.service
-
Deprecated.
- GenericException() - Constructor for exception com.alibaba.dubbo.rpc.service.GenericException
-
Deprecated.
- GenericException(String, String) - Constructor for exception com.alibaba.dubbo.rpc.service.GenericException
-
Deprecated.
- GenericException(Throwable) - Constructor for exception com.alibaba.dubbo.rpc.service.GenericException
-
Deprecated.
- GenericFilter - Class in org.apache.dubbo.rpc.filter
-
GenericInvokerFilter.
- GenericFilter() - Constructor for class org.apache.dubbo.rpc.filter.GenericFilter
-
- GenericImplFilter - Class in org.apache.dubbo.rpc.filter
-
GenericImplInvokerFilter
- GenericImplFilter() - Constructor for class org.apache.dubbo.rpc.filter.GenericImplFilter
-
- GenericService - Interface in com.alibaba.dubbo.rpc.service
-
Deprecated.
- get() - Method in class org.apache.dubbo.rpc.AppResponse
-
- get(long, TimeUnit) - Method in class org.apache.dubbo.rpc.AppResponse
-
- get() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
This method will always return after a maximum 'timeout' waiting:
1.
- get(long, TimeUnit) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- get(Object) - Method in class org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
-
- get(Object) - Method in class org.apache.dubbo.rpc.AttachmentsAdapter.StringToObjectMap
-
- get(Object) - Method in interface org.apache.dubbo.rpc.Invocation
-
- get() - Method in class org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- get(long, TimeUnit) - Method in class org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- get() - Method in interface org.apache.dubbo.rpc.Result
-
- get(long, TimeUnit) - Method in interface org.apache.dubbo.rpc.Result
-
- get() - Method in class org.apache.dubbo.rpc.RpcContext
-
get values.
- get(String) - Method in class org.apache.dubbo.rpc.RpcContext
-
get value.
- get(Object) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- get(String) - Method in class org.apache.dubbo.rpc.RpcStatus
-
get value.
- getActive() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get active.
- getAddress() - Method in interface org.apache.dubbo.rpc.ProtocolServer
-
- getAppResponse() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getArguments() - Method in interface org.apache.dubbo.rpc.Invocation
-
get arguments.
- getArguments() - Method in class org.apache.dubbo.rpc.RpcContext
-
get arguments.
- getArguments() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getArguments(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getAsyncContext() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getAttachment(String) - Method in class org.apache.dubbo.rpc.AppResponse
-
- getAttachment(String, String) - Method in class org.apache.dubbo.rpc.AppResponse
-
- getAttachment(String) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getAttachment(String, String) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getAttachment(String) - Method in interface org.apache.dubbo.rpc.Invocation
-
get attachment by key.
- getAttachment(String, String) - Method in interface org.apache.dubbo.rpc.Invocation
-
get attachment by key with default value.
- getAttachment(String) - Method in interface org.apache.dubbo.rpc.Result
-
get attachment by key.
- getAttachment(String, String) - Method in interface org.apache.dubbo.rpc.Result
-
get attachment by key with default value.
- getAttachment(String) - Method in class org.apache.dubbo.rpc.RpcContext
-
- getAttachment(String) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- getAttachment(String, String) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- getAttachments() - Method in class org.apache.dubbo.rpc.AppResponse
-
Deprecated.
- getAttachments() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
Deprecated.
- getAttachments() - Method in interface org.apache.dubbo.rpc.Invocation
-
get attachments.
- getAttachments() - Method in interface org.apache.dubbo.rpc.Result
-
get attachments.
- getAttachments() - Method in class org.apache.dubbo.rpc.RpcContext
-
Deprecated.
- getAttachments() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- getAttributes() - Method in interface org.apache.dubbo.rpc.Invocation
-
- getAttributes() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getAverageElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get average elapsed.
- getAverageTps() - Method in class org.apache.dubbo.rpc.RpcStatus
-
Calculate average TPS (Transaction per second).
- getCode() - Method in exception org.apache.dubbo.rpc.RpcException
-
- getCompatibleCompletableFuture() - Method in class org.apache.dubbo.rpc.FutureContext
-
Deprecated.
- getCompatibleParamSignatures() - Method in interface org.apache.dubbo.rpc.Invocation
-
get parameter's signature, string representation of parameter types.
- getCompatibleParamSignatures() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getCompletableFuture() - Method in class org.apache.dubbo.rpc.FutureContext
-
get future.
- getCompletableFuture() - Method in class org.apache.dubbo.rpc.RpcContext
-
get CompletableFuture.
- getContext() - Static method in class org.apache.dubbo.rpc.FutureContext
-
- getContext() - Static method in class org.apache.dubbo.rpc.RpcContext
-
get context.
- getDefaultPort() - Method in interface org.apache.dubbo.rpc.Protocol
-
Get default port when user doesn't config the port.
- getDefaultPort() - Method in class org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper
-
- getDefaultPort() - Method in class org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
-
- getDefaultPort() - Method in class org.apache.dubbo.rpc.support.MockProtocol
-
- getException() - Method in class org.apache.dubbo.rpc.AppResponse
-
- getException() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getException() - Method in interface org.apache.dubbo.rpc.Result
-
Get exception.
- getExceptionClass() - Method in exception com.alibaba.dubbo.rpc.service.GenericException
-
Deprecated.
- getExceptionMessage() - Method in exception com.alibaba.dubbo.rpc.service.GenericException
-
Deprecated.
- getExecutor() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getExporterMap() - Method in class org.apache.dubbo.rpc.protocol.AbstractProtocol
-
- getExporters() - Method in class org.apache.dubbo.rpc.protocol.AbstractProtocol
-
- getFailed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get failed.
- getFailedAverageElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get failed average elapsed.
- getFailedElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get failed elapsed.
- getFailedMaxElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get failed max elapsed.
- getFuture() - Method in class org.apache.dubbo.rpc.RpcContext
-
get future.
- getInterface() - Method in interface org.apache.dubbo.rpc.Invoker
-
get service interface.
- getInterface() - Method in class org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
-
- getInterface() - Method in class org.apache.dubbo.rpc.protocol.AbstractInvoker
-
- getInterface() - Method in class org.apache.dubbo.rpc.protocol.AsyncToSyncInvoker
-
- getInterface() - Method in class org.apache.dubbo.rpc.protocol.InvokerWrapper
-
- getInterface() - Method in class org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
-
- getInterface() - Method in class org.apache.dubbo.rpc.support.MockInvoker
-
- getInternalFuture() - Method in class org.apache.dubbo.rpc.AsyncContextImpl
-
- getInvocation() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getInvocationId(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getInvokeMode() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getInvokeMode(URL, Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getInvoker() - Method in interface org.apache.dubbo.rpc.Exporter
-
get invoker.
- getInvoker() - Method in interface org.apache.dubbo.rpc.Invocation
-
get the invoker in current context.
- getInvoker() - Method in class org.apache.dubbo.rpc.listener.ListenerExporterWrapper
-
- getInvoker() - Method in class org.apache.dubbo.rpc.protocol.AbstractExporter
-
- getInvoker() - Method in class org.apache.dubbo.rpc.protocol.AsyncToSyncInvoker
-
- getInvoker(T, Class<T>, URL) - Method in class org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
-
- getInvoker(T, Class<T>, URL) - Method in class org.apache.dubbo.rpc.proxy.jdk.JdkProxyFactory
-
- getInvoker(T, Class<T>, URL) - Method in class org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
-
- getInvoker(T, Class<T>, URL) - Method in interface org.apache.dubbo.rpc.ProxyFactory
-
create invoker.
- getInvoker() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getInvoker() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getInvokers() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getLocalAddress() - Method in class org.apache.dubbo.rpc.RpcContext
-
get local address.
- getLocalAddressString() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getLocalHost() - Method in class org.apache.dubbo.rpc.RpcContext
-
get local host.
- getLocalHostName() - Method in class org.apache.dubbo.rpc.RpcContext
-
get local host name.
- getLocalPort() - Method in class org.apache.dubbo.rpc.RpcContext
-
get local port.
- getLogMessage() - Method in class org.apache.dubbo.rpc.support.AccessLogData
-
- getMaxElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get max elapsed.
- getMethodName() - Method in interface org.apache.dubbo.rpc.Invocation
-
get method name.
- getMethodName() - Method in class org.apache.dubbo.rpc.RpcContext
-
get method name.
- getMethodName() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getMethodName(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getMockObject(String, Class) - Static method in class org.apache.dubbo.rpc.support.MockInvoker
-
- getObjectAttachment(String) - Method in class org.apache.dubbo.rpc.AppResponse
-
- getObjectAttachment(String, Object) - Method in class org.apache.dubbo.rpc.AppResponse
-
- getObjectAttachment(String) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getObjectAttachment(String, Object) - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getObjectAttachment(String) - Method in interface org.apache.dubbo.rpc.Invocation
-
- getObjectAttachment(String, Object) - Method in interface org.apache.dubbo.rpc.Invocation
-
- getObjectAttachment(String) - Method in interface org.apache.dubbo.rpc.Result
-
get attachment by key.
- getObjectAttachment(String, Object) - Method in interface org.apache.dubbo.rpc.Result
-
get attachment by key with default value.
- getObjectAttachment(String) - Method in class org.apache.dubbo.rpc.RpcContext
-
get attachment.
- getObjectAttachment(String) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getObjectAttachment(String, Object) - Method in class org.apache.dubbo.rpc.RpcInvocation
-
Deprecated.
- getObjectAttachments() - Method in class org.apache.dubbo.rpc.AppResponse
-
- getObjectAttachments() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getObjectAttachments() - Method in interface org.apache.dubbo.rpc.Invocation
-
- getObjectAttachments() - Method in interface org.apache.dubbo.rpc.Result
-
get attachments.
- getObjectAttachments() - Method in class org.apache.dubbo.rpc.RpcContext
-
get attachments.
- getObjectAttachments() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getParameterTypes() - Method in interface org.apache.dubbo.rpc.Invocation
-
get parameter types.
- getParameterTypes() - Method in class org.apache.dubbo.rpc.RpcContext
-
get parameter types.
- getParameterTypes() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getParameterTypes(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getParameterTypesDesc() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getProxy(Invoker<T>) - Method in class org.apache.dubbo.rpc.proxy.AbstractProxyFactory
-
- getProxy(Invoker<T>, boolean) - Method in class org.apache.dubbo.rpc.proxy.AbstractProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - Method in class org.apache.dubbo.rpc.proxy.AbstractProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - Method in class org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - Method in class org.apache.dubbo.rpc.proxy.jdk.JdkProxyFactory
-
- getProxy(Invoker<T>, boolean) - Method in class org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
-
- getProxy(Invoker<T>) - Method in class org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
-
- getProxy(Invoker<T>) - Method in interface org.apache.dubbo.rpc.ProxyFactory
-
create proxy.
- getProxy(Invoker<T>, boolean) - Method in interface org.apache.dubbo.rpc.ProxyFactory
-
create proxy.
- getProxyFactory() - Method in class org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
-
- getRemoteAddress() - Method in class org.apache.dubbo.rpc.RpcContext
-
get remote address.
- getRemoteAddressString() - Method in class org.apache.dubbo.rpc.RpcContext
-
get remote address string.
- getRemoteApplicationName() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getRemoteHost() - Method in class org.apache.dubbo.rpc.RpcContext
-
get remote host.
- getRemoteHostName() - Method in class org.apache.dubbo.rpc.RpcContext
-
get remote host name.
- getRemotePort() - Method in class org.apache.dubbo.rpc.RpcContext
-
get remote port.
- getRemotingServer() - Method in interface org.apache.dubbo.rpc.ProtocolServer
-
- getRequest() - Method in class org.apache.dubbo.rpc.RpcContext
-
Get the request object of the underlying RPC protocol, e.g.
- getRequest(Class<T>) - Method in class org.apache.dubbo.rpc.RpcContext
-
Get the request object of the underlying RPC protocol, e.g.
- getResponse() - Method in class org.apache.dubbo.rpc.RpcContext
-
Get the response object of the underlying RPC protocol, e.g.
- getResponse(Class<T>) - Method in class org.apache.dubbo.rpc.RpcContext
-
Get the response object of the underlying RPC protocol, e.g.
- getResponseFuture() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getReturnType() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getReturnType(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getReturnTypes() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getReturnTypes(Invocation) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getServerContext() - Static method in class org.apache.dubbo.rpc.RpcContext
-
get server side context.
- getServers() - Method in class org.apache.dubbo.rpc.protocol.AbstractProtocol
-
- getServers() - Method in interface org.apache.dubbo.rpc.Protocol
-
Get all servers serving this protocol
- getServers() - Method in class org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper
-
- getServers() - Method in class org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
-
- getServiceName() - Method in interface org.apache.dubbo.rpc.Invocation
-
get the interface name
- getServiceName() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getServiceName() - Method in class org.apache.dubbo.rpc.support.AccessLogData
-
Return gthe service of access log entry
- getStatus(URL) - Static method in class org.apache.dubbo.rpc.RpcStatus
-
- getStatus(URL, String) - Static method in class org.apache.dubbo.rpc.RpcStatus
-
- getSucceeded() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get succeeded.
- getSucceededAverageElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get succeeded average elapsed.
- getSucceededElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get succeeded elapsed.
- getSucceededMaxElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get succeeded max elapsed.
- getTargetServiceUniqueName() - Method in interface org.apache.dubbo.rpc.Invocation
-
- getTargetServiceUniqueName() - Method in class org.apache.dubbo.rpc.RpcInvocation
-
- getThrowable(String) - Static method in class org.apache.dubbo.rpc.support.MockInvoker
-
- getTimeout(Invocation, long) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getTimeout(URL, String, RpcContext, long) - Static method in class org.apache.dubbo.rpc.support.RpcUtils
-
- getTimeoutInMilli() - Method in class org.apache.dubbo.rpc.TimeoutCountDown
-
- getTotal() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get total.
- getTotalElapsed() - Method in class org.apache.dubbo.rpc.RpcStatus
-
get total elapsed.
- getUrl() - Method in class org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
-
- getUrl() - Method in class org.apache.dubbo.rpc.protocol.AbstractInvoker
-
- getUrl() - Method in class org.apache.dubbo.rpc.protocol.AsyncToSyncInvoker
-
- getUrl() - Method in class org.apache.dubbo.rpc.protocol.InvokerWrapper
-
- getUrl() - Method in interface org.apache.dubbo.rpc.ProtocolServer
-
- getUrl() - Method in class org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
-
- getUrl() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getUrl() - Method in class org.apache.dubbo.rpc.support.MockInvoker
-
- getUrls() - Method in class org.apache.dubbo.rpc.RpcContext
-
- getValue() - Method in class org.apache.dubbo.rpc.AppResponse
-
- getValue() - Method in class org.apache.dubbo.rpc.AsyncRpcResult
-
- getValue() - Method in interface org.apache.dubbo.rpc.Result
-
Get invoke result.
- getZoneOfCurrentRequest(Invocation) - Method in interface org.apache.dubbo.rpc.ZoneDetector
-