public class RpcStatus extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
beginCount(String service)
begin count
|
static void |
endCount(String service)
end count
|
long |
getActive()
get active.
|
static RpcStatus |
getStatus(String service)
get the RpcStatus of this service
|
long |
getTotal()
get total.
|
static void |
removeStatus(String service)
remove the RpcStatus of this service
|
public static RpcStatus getStatus(String service)
service - the servicepublic static void removeStatus(String service)
service - the servicepublic static void beginCount(String service)
service - the servicepublic static void endCount(String service)
service - the servicepublic long getActive()
public long getTotal()
Copyright © 2020 Seata. All rights reserved.