Functions: com.teracloud.streams.crossdcfailover 2.0.0

Functions

delete_files_in_a_directory(rstring, rstring)
Delete all the files in a directory with a given file extension
deserializeDataItem(T, blob)
Deserialize a given blob into its original data item made of some SPL type
deserializeTuple(T, blob)
Deserialize the blob into a tuple
getUrlEmbeddedWithParallelChannel(rstring, int32)
get_file_names_in_a_directory(rstring, rstring, list<rstring>)
Get a list of names of all the files in a directory with a given file extension
launch_app(rstring)
Launch the given external application.
readBinaryDataFromFile(blob, rstring)
readValueFromConfigFile(rstring, rstring, rstring)
serializeDataItem(T, blob)
Serialize any given data item made of some SPL type into a blob
serializeTuple(T, blob)
Serialize a given tuple to a blob
writeBinaryDataToFile(blob, rstring)