public class FileGroup extends AbstractGroup
| 构造器和说明 |
|---|
FileGroup(org.apache.dubbo.common.URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
close the group.
|
Peer |
join(org.apache.dubbo.common.URL url,
ChannelHandler handler)
join.
|
void |
leave(org.apache.dubbo.common.URL url)
leave.
|
getUrlpublic void close()
Groupclose 在接口中 Groupclose 在类中 AbstractGrouppublic Peer join(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
Groupjoin 在接口中 Groupjoin 在类中 AbstractGroupRemotingExceptionpublic void leave(org.apache.dubbo.common.URL url)
throws RemotingException
Groupleave 在接口中 Groupleave 在类中 AbstractGroupRemotingExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.