public class RpcStatus extends Object
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.