public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAbstract()
Abstract speicifies whether to use abstract namespace or not.
|
String |
getPath()
Path of the domain socket.
|
com.google.protobuf.ByteString |
getPathBytes()
Path of the domain socket.
|
String getPath()
Path of the domain socket. This overrides the IP/Port parameter from upstream caller.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path of the domain socket. This overrides the IP/Port parameter from upstream caller.
string path = 1;boolean getAbstract()
Abstract speicifies whether to use abstract namespace or not. Traditionally Unix domain socket is file system based. Abstract domain socket can be used without acquiring file lock.
bool abstract = 2;Copyright © 2019. All rights reserved.