Java Processors

Every Java Processor defined in the Consolidation Server implicitly implements the CVComponent Exalead CloudView interface, required to define a Exalead CloudView Component.

For more information, see the Creating Custom Components for CloudView in the Exalead CloudView Programmer's Guide.

Consequently, it is possible to:

  • Create Java processors externally within your IDE,

  • Package this appropriately in a Jar/Zip,

  • And deploy it into the Exalead CloudView instance to enable your processors selectively.

This is one of the key advantages over Groovy, as Groovy processors are added and written within the Exalead CloudView Administration Console. With the Exalead CloudView component mechanism, you can also define runtime properties that to customize the component behavior. It thus becomes possible to write a generic processor that can be customized using runtime properties defined within the Administration Console later on.


In this section:

Define Java Transformation Processors
Transformation Operations
Define Java Aggregation Processors
Aggregation Operations
Company Hierarchy Example