public static final class QueryAppTopologyRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
QueryAppTopologyRequest.Builder |
appType(String appType)
The application type
|
QueryAppTopologyRequest |
build() |
QueryAppTopologyRequest.Builder |
db(String db)
The database domain name.
|
QueryAppTopologyRequest.Builder |
dbName(String dbName)
The name of the database.
|
QueryAppTopologyRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
QueryAppTopologyRequest.Builder |
filters(Map<String,String> filters)
The filter conditions.
|
QueryAppTopologyRequest.Builder |
pid(String pid)
The ID of the application.
|
QueryAppTopologyRequest.Builder |
regionId(String regionId)
The ID of the region.
|
QueryAppTopologyRequest.Builder |
rpc(String rpc)
RPC interface name.
|
QueryAppTopologyRequest.Builder |
startTime(Long startTime)
The start of the time range to query.
|
QueryAppTopologyRequest.Builder |
type(String type)
The type kind of topology.
|
public QueryAppTopologyRequest.Builder appType(String appType)
public QueryAppTopologyRequest.Builder db(String db)
public QueryAppTopologyRequest.Builder dbName(String dbName)
public QueryAppTopologyRequest.Builder endTime(Long endTime)
public QueryAppTopologyRequest.Builder filters(Map<String,String> filters)
public QueryAppTopologyRequest.Builder pid(String pid)
Log on to the **ARMS console**. In the left-side navigation pane, choose **Browser Monitoring** > **Browser Monitoring**. On the Browser Monitoring page, click the name of an application. The URL in the address bar contains the process ID (PID) of the application. The PID is indicated in the pid=xxx format. The PID is usually percent encoded as xxx%40xxx. You must modify this value to remove the percent encoding. For example, if the PID in the URL is eb4zdose6v%409781be0f44d\*\*\*\*, you must replace %40 with an at sign (@) to obtain eb4zdose6v@9781be0f44d\*\*\*\*.
public QueryAppTopologyRequest.Builder regionId(String regionId)
public QueryAppTopologyRequest.Builder rpc(String rpc)
public QueryAppTopologyRequest.Builder startTime(Long startTime)
public QueryAppTopologyRequest.Builder type(String type)
public QueryAppTopologyRequest build()
Copyright © 2024. All rights reserved.