If I submit the data through the YangUI,I need to define my own yang model,then 
generate the jar file?Is there some examples in the wiki




发自网易邮箱大师
On 06/19/2017 22:21, Michael Vorburger wrote:
Hello huqiwei321,



On Mon, Jun 19, 2017 at 12:36 PM, huqiwei...@163.com<huqiwei...@163.com> wrote:

Hi everyone,
Anybody knows that the flow that how the data from YangUI POST is saved to data 
store. 
1.data flow:YangUI->RESTCONF subsystem- >rpc(exist in my internal app)->data 
store    must use a internal app?
2.data flow:YangUI->RESTCONF subsystem->data store   access the datastore from 
RESTCONF subsystem directly without any other internal app?
Is data flow 2 right? 


If I understand your question correctly, I think the answer is that this 
depends on whether you actually call an RPC or just do a direct datastore 
read/write from YangUI; an RPC will necessarily go through your code, where as 
a read won't, and a write only if you have a listener registered on that path.

Tx,
M.
--
Michael Vorburger, Red Hat
vorbur...@redhat.com | IRC: vorburger @freenode | ~ = http://vorburger.ch

 
Any help is expect.


huqiwei...@163.com

_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev



_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to