Class LispSouthboundRPC
- java.lang.Object
-
- org.opendaylight.lispflowmapping.southbound.LispSouthboundRPC
-
- All Implemented Interfaces:
OdlLispSbService,org.opendaylight.yangtools.yang.binding.RpcService
public class LispSouthboundRPC extends java.lang.Object implements OdlLispSbService
This class holds all RPCs methods for LispSouthbound Plugin.- Author:
- Florin Coras (fcoras@cisco.com), Lorand Jakab (lojakab@cisco.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description LispSouthboundRPC(LispSouthboundPlugin lispSbPlugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>>getStats(GetStatsInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetStatsOutput>>resetStats(ResetStatsInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapNotifyOutput>>sendMapNotify(SendMapNotifyInput mapNotifyInput)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRegisterOutput>>sendMapRegister(SendMapRegisterInput mapRegisterInput)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapReplyOutput>>sendMapReply(SendMapReplyInput mapReplyInput)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRequestOutput>>sendMapRequest(SendMapRequestInput mapRequestInput)
-
-
-
Constructor Detail
-
LispSouthboundRPC
public LispSouthboundRPC(LispSouthboundPlugin lispSbPlugin)
-
-
Method Detail
-
sendMapNotify
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapNotifyOutput>> sendMapNotify(SendMapNotifyInput mapNotifyInput)
- Specified by:
sendMapNotifyin interfaceOdlLispSbService
-
sendMapReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapReplyOutput>> sendMapReply(SendMapReplyInput mapReplyInput)
- Specified by:
sendMapReplyin interfaceOdlLispSbService
-
sendMapRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRequestOutput>> sendMapRequest(SendMapRequestInput mapRequestInput)
- Specified by:
sendMapRequestin interfaceOdlLispSbService
-
sendMapRegister
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRegisterOutput>> sendMapRegister(SendMapRegisterInput mapRegisterInput)
- Specified by:
sendMapRegisterin interfaceOdlLispSbService
-
getStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> getStats(GetStatsInput input)
- Specified by:
getStatsin interfaceOdlLispSbService
-
resetStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetStatsOutput>> resetStats(ResetStatsInput input)
- Specified by:
resetStatsin interfaceOdlLispSbService
-
-