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.Logger
LOG
-
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:
sendMapNotify
in interfaceOdlLispSbService
-
sendMapReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapReplyOutput>> sendMapReply(SendMapReplyInput mapReplyInput)
- Specified by:
sendMapReply
in interfaceOdlLispSbService
-
sendMapRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRequestOutput>> sendMapRequest(SendMapRequestInput mapRequestInput)
- Specified by:
sendMapRequest
in interfaceOdlLispSbService
-
sendMapRegister
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRegisterOutput>> sendMapRegister(SendMapRegisterInput mapRegisterInput)
- Specified by:
sendMapRegister
in interfaceOdlLispSbService
-
getStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> getStats(GetStatsInput input)
- Specified by:
getStats
in interfaceOdlLispSbService
-
resetStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetStatsOutput>> resetStats(ResetStatsInput input)
- Specified by:
resetStats
in interfaceOdlLispSbService
-
-