Class BgpUpdater.AsyncProcessor<I extends BgpUpdater.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.TBaseAsyncProcessor<I>
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpUpdater.AsyncProcessor<I>
-
- All Implemented Interfaces:
org.apache.thrift.TAsyncProcessor
,org.apache.thrift.TProcessor
- Enclosing class:
- BgpUpdater
public static class BgpUpdater.AsyncProcessor<I extends BgpUpdater.AsyncIface> extends org.apache.thrift.TBaseAsyncProcessor<I>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BgpUpdater.AsyncProcessor.onNotificationSendEvent<I extends BgpUpdater.AsyncIface>
static class
BgpUpdater.AsyncProcessor.onStartConfigResyncNotification<I extends BgpUpdater.AsyncIface>
static class
BgpUpdater.AsyncProcessor.onUpdatePushRoute<I extends BgpUpdater.AsyncIface>
static class
BgpUpdater.AsyncProcessor.onUpdateWithdrawRoute<I extends BgpUpdater.AsyncIface>
static class
BgpUpdater.AsyncProcessor.peerDown<I extends BgpUpdater.AsyncIface>
static class
BgpUpdater.AsyncProcessor.peerUp<I extends BgpUpdater.AsyncIface>
-
Constructor Summary
Constructors Modifier Constructor Description AsyncProcessor(I iface)
protected
AsyncProcessor(I iface, java.util.Map<java.lang.String,org.apache.thrift.AsyncProcessFunction<I,? extends org.apache.thrift.TBase,?>> processMap)
-