See: Description
| Class | Description |
|---|---|
| SampleCollector |
Sample use of the
Collector super class. |
| SampleLTECollector |
Sample class for a java based ITNM collector that handles LTE data
|
| SampleRANCollector |
Sample class for a java based ITNM collector that handles RAN data.
|
Contains very simple sample collector implementations to demonstrate how to use the basic functionalities of the Java™ collector framework.
The samples provided are as follows:
SampleCollector - A basic collector that adds some simple network data to the in-memory data store.SampleRANCollector - A simple collector that adds some RAN specific network data to the in-memory data store. Also implements the GetRanData method for sending RAN data to the RAN collector agent.SampleLTECollector - A simple collector that adds some LTE specific network data to the in-memory data store. Also implements the various LTE methods for sending RAN data to the LTE collector agent.