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 byte array.
|
byte[] getRawIdentifier()
@Nonnull com.google.common.util.concurrent.ListenableFuture<?> close()
Copyright © 2019 OpenDaylight. All rights reserved.