Package com.opencloud.slee.resources.cdr.process
-
Interface Summary Interface Description CdrProcessor The interface for binary CDR files processing. -
Class Summary Class Description AbstractTypedCdrProcessor<M extends com.google.protobuf.GeneratedMessage> Abstract implementation ofCdrProcessor
that parses and processesBinaryCDR
s representingMessage
s of specified class.CdrFileProcessor Reads the records (header, binary CDR, text CDR, footer) in a CdrFile formatted as a CdrFileFormat.proto.CdrPipeline Command line tool that allows custom processing of binary CDR files.CdrProcessorAdapter Base class forCdrProcessor
implementations which provides implementations of all of its methods.GenerateStatsCdrProcessor Gather and display statistics related to number of processed CDR records and processing time.