public static interface LogProxyProto.RuntimeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIp()
log proxy ip
string ip = 1; |
com.google.protobuf.ByteString |
getIpBytes()
log proxy ip
string ip = 1; |
int |
getPort()
log proxy port
int32 port = 2; |
int |
getStreamCount()
number of stream for log transmission
int32 stream_count = 3; |
int |
getWorkerCount()
number of worker processes
int32 worker_count = 4; |
String getIp()
log proxy ip
string ip = 1;com.google.protobuf.ByteString getIpBytes()
log proxy ip
string ip = 1;int getPort()
log proxy port
int32 port = 2;int getStreamCount()
number of stream for log transmission
int32 stream_count = 3;int getWorkerCount()
number of worker processes
int32 worker_count = 4;Copyright © 2024. All rights reserved.