public class FileGroup extends AbstractGroup
| Constructor and Description |
|---|
FileGroup(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface Groupclose in class AbstractGrouppublic Peer join(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
Groupjoin in interface Groupjoin in class AbstractGroupRemotingExceptionpublic void leave(org.apache.dubbo.common.URL url)
throws RemotingException
Groupleave in interface Groupleave in class AbstractGroupRemotingExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.