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)Invokeget-statsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetStatsOutput>>resetStats(ResetStatsInput input)Invokereset-statsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapNotifyOutput>>sendMapNotify(SendMapNotifyInput mapNotifyInput)Invokesend-map-notifyRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRegisterOutput>>sendMapRegister(SendMapRegisterInput mapRegisterInput)Invokesend-map-registerRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapReplyOutput>>sendMapReply(SendMapReplyInput mapReplyInput)Invokesend-map-replyRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRequestOutput>>sendMapRequest(SendMapRequestInput mapRequestInput)Invokesend-map-requestRPC.
-
-
-
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)
Description copied from interface:OdlLispSbServiceInvokesend-map-notifyRPC.- Specified by:
sendMapNotifyin interfaceOdlLispSbService- Parameters:
mapNotifyInput- ofsend-map-notify- Returns:
- output of
send-map-notify
-
sendMapReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapReplyOutput>> sendMapReply(SendMapReplyInput mapReplyInput)
Description copied from interface:OdlLispSbServiceInvokesend-map-replyRPC.- Specified by:
sendMapReplyin interfaceOdlLispSbService- Parameters:
mapReplyInput- ofsend-map-reply- Returns:
- output of
send-map-reply
-
sendMapRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRequestOutput>> sendMapRequest(SendMapRequestInput mapRequestInput)
Description copied from interface:OdlLispSbServiceInvokesend-map-requestRPC.- Specified by:
sendMapRequestin interfaceOdlLispSbService- Parameters:
mapRequestInput- ofsend-map-request- Returns:
- output of
send-map-request
-
sendMapRegister
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendMapRegisterOutput>> sendMapRegister(SendMapRegisterInput mapRegisterInput)
Description copied from interface:OdlLispSbServiceInvokesend-map-registerRPC.- Specified by:
sendMapRegisterin interfaceOdlLispSbService- Parameters:
mapRegisterInput- ofsend-map-register- Returns:
- output of
send-map-register
-
getStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> getStats(GetStatsInput input)
Description copied from interface:OdlLispSbServiceInvokeget-statsRPC.- Specified by:
getStatsin interfaceOdlLispSbService- Parameters:
input- ofget-stats- Returns:
- output of
get-stats
-
resetStats
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetStatsOutput>> resetStats(ResetStatsInput input)
Description copied from interface:OdlLispSbServiceInvokereset-statsRPC.- Specified by:
resetStatsin interfaceOdlLispSbService- Parameters:
input- ofreset-stats- Returns:
- output of
reset-stats
-
-