Re: Write data to couchbase

2016-09-06 Thread Sanjay Pujare
transient DefaultInputPort input = new DefaultInputPort() …. From: Hitesh Goyal Reply-To: Date: Tuesday, September 6, 2016 at 1:00 AM To: "users@apex.apache.org" Subject: Write data to couchbase Hi team, I want to write data to my couchbase. I tr

Re: Write data to couchbase

2016-09-06 Thread Venkatesh Kottapalli
Hi Hitesh, There is port “input" that AbstractCouchBaseOperator and CouchBasePojoSetOperator exposes for incoming data. You can define your needed implementation in your custom operator that extends AbstractCouchBaseOperator and use the “input” port as well. The AbstractTransactionableStoreO

Write data to couchbase

2016-09-06 Thread Hitesh Goyal
Hi team, I want to write data to my couchbase. I tried to use AbstractCouchBaseOutputOperator and CouchBasePojoSetOperator. I want to know where should I input the data because I am not able to find any input port or so where I can get the data in. Please tell how can I do that. Regards, Hitesh