Modifier and Type | Method and Description |
---|---|
DeviceInfo |
OFPContext.getDeviceInfo()
Get device info.
|
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
ConnectionContext.getDeviceInfo()
Create and return basic device info.
|
Modifier and Type | Method and Description |
---|---|
O |
MessageTranslator.translate(I input,
DeviceInfo deviceInfo,
Object connectionDistinguisher)
Translates from input to output.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceRemovedHandler.onDeviceRemoved(DeviceInfo deviceInfo)
Method is used to propagate information about device being removed from manager.
|
Modifier and Type | Method and Description |
---|---|
List<DeviceInfo> |
MasterChecker.listOfMasteredDevices()
Mastered devices.
|
Modifier and Type | Method and Description |
---|---|
void |
OwnershipChangeListener.becomeMaster(DeviceInfo deviceInfo)
This event is called when device is fully mastered.
|
com.google.common.util.concurrent.ListenableFuture<ResultState> |
OwnershipChangeListener.becomeMasterBeforeSubmittedDS(DeviceInfo deviceInfo)
Should be called when device is being mastered as in
OwnershipChangeListener.becomeMaster(DeviceInfo) . |
void |
OwnershipChangeListener.becomeSlaveOrDisconnect(DeviceInfo deviceInfo)
Should be called when device is disconnected or going to be slaved.
|
ContextChain |
ContextChainHolder.getContextChain(DeviceInfo deviceInfo)
Return the
ContextChain for a given DeviceInfo . |
void |
ContextChainMastershipWatcher.onMasterRoleAcquired(DeviceInfo deviceInfo,
ContextChainMastershipState mastershipState)
Changed to MASTER role on device.
|
void |
ContextChainMastershipWatcher.onNotAbleToStartMastership(DeviceInfo deviceInfo,
String reason,
boolean mandatory)
Event occurs if there was a try to acquire MASTER role.
|
default void |
ContextChainMastershipWatcher.onNotAbleToStartMastershipMandatory(DeviceInfo deviceInfo,
String reason)
Event occurs if there was a try to acquire MASTER role.
|
void |
ContextChainMastershipWatcher.onSlaveRoleAcquired(DeviceInfo deviceInfo)
Change to SLAVE role on device was successful.
|
void |
ContextChainMastershipWatcher.onSlaveRoleNotAcquired(DeviceInfo deviceInfo,
String reason)
Change to SLAVE role on device was not able.
|
Modifier and Type | Method and Description |
---|---|
void |
MastershipChangeService.onBecomeOwner(DeviceInfo deviceInfo)
Event when device is ready as a master.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ReconciliationFrameworkEvent.onDeviceDisconnected(DeviceInfo deviceInfo)
This event occurs after device is disconnected or being slaved.
|
com.google.common.util.concurrent.ListenableFuture<ResultState> |
ReconciliationFrameworkEvent.onDevicePrepared(DeviceInfo deviceInfo)
Event when device is ready as a master but not yet submitted in data store.
|
void |
MastershipChangeService.onLoseOwnership(DeviceInfo deviceInfo)
Event when device disconnected or become slave.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ArbitratorReconciliationManagerImpl.endReconciliation(DeviceInfo node) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ArbitratorReconciliationManagerImpl.startReconciliation(DeviceInfo node) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlowNodeReconciliationImpl.endReconciliation(DeviceInfo node) |
void |
DeviceMastershipManager.onBecomeOwner(DeviceInfo deviceInfo) |
void |
DeviceMastershipManager.onLoseOwnership(DeviceInfo deviceInfo) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlowNodeReconciliationImpl.startReconciliation(DeviceInfo node) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ReconciliationNotificationListener.endReconciliation(DeviceInfo node) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ReconciliationNotificationListener.startReconciliation(DeviceInfo node) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
ReconciliationManagerImpl.onDeviceDisconnected(DeviceInfo node) |
com.google.common.util.concurrent.ListenableFuture<ResultState> |
ReconciliationManagerImpl.onDevicePrepared(DeviceInfo node) |
Modifier and Type | Method and Description |
---|---|
static Optional<? extends MultipartReplyBody> |
MultipartReplyTranslatorUtil.translate(OfHeader message,
DeviceInfo deviceInfo,
ConvertorExecutor convertorExecutor,
TranslatorLibrary translatorLibrary) |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
ConnectionContextImpl.getDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
DeviceContextImpl.getDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DeviceManagerImpl.onDeviceRemoved(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
GuardedContextImpl.getDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
List<DeviceInfo> |
ContextChainHolderImpl.listOfMasteredDevices() |
Modifier and Type | Method and Description |
---|---|
ContextChain |
ContextChainHolderImpl.getContextChain(DeviceInfo deviceInfo) |
void |
ContextChainHolderImpl.onDeviceRemoved(DeviceInfo deviceInfo) |
void |
ContextChainHolderImpl.onMasterRoleAcquired(DeviceInfo deviceInfo,
ContextChainMastershipState mastershipState) |
void |
ContextChainHolderImpl.onNotAbleToStartMastership(DeviceInfo deviceInfo,
String reason,
boolean mandatory) |
void |
ContextChainHolderImpl.onSlaveRoleAcquired(DeviceInfo deviceInfo) |
void |
ContextChainHolderImpl.onSlaveRoleNotAcquired(DeviceInfo deviceInfo,
String reason) |
Modifier and Type | Method and Description |
---|---|
void |
MastershipChangeServiceManagerImpl.becomeMaster(DeviceInfo deviceInfo) |
com.google.common.util.concurrent.ListenableFuture<ResultState> |
MastershipChangeServiceManagerImpl.becomeMasterBeforeSubmittedDS(DeviceInfo deviceInfo) |
void |
MastershipChangeServiceManagerImpl.becomeSlaveOrDisconnect(DeviceInfo deviceInfo) |
void |
MastershipServiceDelegate.onBecomeOwner(DeviceInfo deviceInfo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ReconciliationFrameworkServiceDelegate.onDeviceDisconnected(DeviceInfo deviceInfo) |
com.google.common.util.concurrent.ListenableFuture<ResultState> |
ReconciliationFrameworkServiceDelegate.onDevicePrepared(DeviceInfo deviceInfo) |
void |
MastershipServiceDelegate.onLoseOwnership(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
RoleContextImpl.getDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
RoleManagerImpl.onDeviceRemoved(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.onDeviceRemoved(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
AbstractService.getDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsManagerImpl.onDeviceRemoved(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
static NodeConnectorStatisticsUpdate |
NodeConnectorStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId)
Transform statistics to notification.
|
static QueueStatisticsUpdate |
QueueStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId)
Transform statistics to notification.
|
static MeterStatisticsUpdated |
MeterStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId,
ConvertorExecutor convertorExecutor)
Transform statistics to notification.
|
static FlowsStatisticsUpdate |
FlowStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpResult,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId,
ConvertorExecutor convertorExecutor)
Transform to notification.
|
static GroupStatisticsUpdated |
GroupStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
TransactionId emulatedTxId,
ConvertorExecutor convertorExecutor)
Transform statistics to notification.
|
Modifier and Type | Method and Description |
---|---|
FlowRemoved |
FlowRemovedTranslator.translate(FlowRemoved input,
DeviceInfo deviceInfo,
Object connectionDistinguisher) |
AggregatedFlowStatistics |
AggregatedFlowStatisticsTranslator.translate(MultipartReply input,
DeviceInfo deviceInfo,
Object connectionDistinguisher) |
PacketReceived |
PacketReceivedTranslator.translate(PacketInMessage input,
DeviceInfo deviceInfo,
Object connectionDistinguisher) |
FlowCapableNodeConnector |
PortUpdateTranslator.translate(PortGrouping input,
DeviceInfo deviceInfo,
Object connectionDistinguisher) |
protected MatchBuilder |
FlowRemovedTranslator.translateMatch(FlowRemoved flowRemoved,
DeviceInfo deviceInfo) |
protected MatchBuilder |
FlowRemovedV10Translator.translateMatch(FlowRemoved flowRemoved,
DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
DeviceInitializationUtil.makeEmptyTables(TxFacade txFacade,
DeviceInfo deviceInfo,
short nrOfTables)
Create specified number of empty tables on device.
|
Copyright © 2019 OpenDaylight. All rights reserved.