public class LispSouthboundRPC extends Object implements OdlLispSbService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LispSouthboundRPC(LispSouthboundPlugin lispSbPlugin) |
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> |
getStats() |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
resetStats() |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
sendMapNotify(SendMapNotifyInput mapNotifyInput) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
sendMapRegister(SendMapRegisterInput mapRegisterInput) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
sendMapReply(SendMapReplyInput mapReplyInput) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
sendMapRequest(SendMapRequestInput mapRequestInput) |
public LispSouthboundRPC(LispSouthboundPlugin lispSbPlugin)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> sendMapNotify(SendMapNotifyInput mapNotifyInput)
sendMapNotify in interface OdlLispSbServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> sendMapReply(SendMapReplyInput mapReplyInput)
sendMapReply in interface OdlLispSbServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> sendMapRequest(SendMapRequestInput mapRequestInput)
sendMapRequest in interface OdlLispSbServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> sendMapRegister(SendMapRegisterInput mapRegisterInput)
sendMapRegister in interface OdlLispSbServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> getStats()
getStats in interface OdlLispSbServicejava.util.concurrent.Future stats, or null if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> resetStats()
resetStats in interface OdlLispSbServiceCopyright © 2019 OpenDaylight. All rights reserved.