-
Interface Summary
| Interface |
Description |
| YangCodecHandler |
Abstraction of an entity which provides interfaces to YANG codec handler.
|
| YangCompositeEncoding |
Abstraction of an entity which has the composite protocol request.
|
| YangDataTreeCodec |
Abstraction of an entity which overrides the default codec.
|
-
Package org.onosproject.yms.ych Description
In SBI, the provider or driver uses YANG management system as a CODEC
utility. These providers/drivers use the YANG codec utility to register
the device schema. YANG utils is used to generate the java files
corresponding to the device schema. Provider or driver use these classes
to seamlessly manage the device as java objects. While sending the request
to device, drivers use the utility to translate the objects to protocol
specific data representation and then send to the device.
Protocol or driver use the same instance of the codec utility across multiple
translation request.
Protocol or driver should not use the same instance of utility concurrently.