Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Object as DataType for Out Emit Funtion #108

Open
Abder88 opened this issue Mar 9, 2015 · 1 comment
Open

Object as DataType for Out Emit Funtion #108

Abder88 opened this issue Mar 9, 2015 · 1 comment

Comments

@Abder88
Copy link

Abder88 commented Mar 9, 2015

Hi, currently only the primitive types are supported to emit the java object from one flowlet to another. Therefore, an abstract or generic datatype cannot be send or pipeline. is it possible to add such support as I would like to send custom made objects. Secondly, currently Tigon only supports the old version of Guava library (ver 13.0.1), however the newest version of Guava is 18.0. Cheers

@gokulavasan
Copy link
Contributor

@Abder88 Currently Tigon supports the following Java object types for emitting from one flowlet to another:

All primitive types and boxed types
String, enum, arrays and collections
User defined POJO (which contains fields of the types above)
Recursive types (eg TreeNode) are supported

Are you facing any problems using your own custom objects?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants