使用InfoSphere Streams本机函数在分布式部署中进行实时数据格式转换——使用c++与InfoSphere Streams?本机函数重载的概念
Real-time data representation conversion in a distributed deployment using InfoSphere Streams native functions——Using the function overloading concepts of C++ with native functions of InfoSphere Streams?
关键词:InfoSphere Streams本机函数;实时数据;函数重载;数据格式转换
摘 要:InfoSphere Streams provides the capabilities for handling/reporting data or events as they happen in real time. But sometimes when running a distributed application on multiple platforms where data flows between machines having different processor architectures, the task can be challenging. Due to variations in processor architectures, the data representation may differ, requiring the application developer to convert the representation before applying the required logic. This is true especially if the data is in binary format. By performing data format conversion at real time, soon after data is read from source, more consistent and meaningful results can be obtained.