public class DeviceInterfaceDataOperator extends Object
Constructor and Description |
---|
DeviceInterfaceDataOperator(DataProcess dataProcess,
org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry) |
Modifier and Type | Method and Description |
---|---|
GrpcInfo |
readGrpcFromDevice(String nodeId) |
NodeInterfacesState |
readInterfacesFromControllerDataStore() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState |
readInterfacesFromDevice(String nodeId) |
void |
sendP4DeviceInfo(String nodeId,
GrpcInfo grpcInfo) |
void |
writeInterfacesToControllerDataStore(String nodeId,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState interfacesData,
GrpcInfo grpcInfo) |
public DeviceInterfaceDataOperator(DataProcess dataProcess, org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState readInterfacesFromDevice(String nodeId)
public void writeInterfacesToControllerDataStore(String nodeId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState interfacesData, GrpcInfo grpcInfo)
public NodeInterfacesState readInterfacesFromControllerDataStore()
Copyright © 2018 OpenDaylight. All rights reserved.