public interface Peer
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
close()
Close Peers and performs asynchronously DS clean up
|
String |
getName()
Return peer's symbolic name.
|
byte[] |
getRawIdentifier()
Return the peer's BGP identifier as raw bytearray
|
String getName()
byte[] getRawIdentifier()
com.google.common.util.concurrent.ListenableFuture<?> close()
Copyright © 2018 OpenDaylight. All rights reserved.