| Package | Description |
|---|---|
| com.datasynapse.fabric.stats |
Provides basic classes to support statistics gathering from running Components and Enablers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddOperation
This class represents an
Operation in which the two operands are added. |
class |
DivideOperation
This class represents an
Operation in which the two operands are divided. |
class |
MultiplyOperation
This class represents an
Operation in which the two operands are multiplied. |
class |
SubtractOperation
This class represents an
Operation which returns the difference between the two operands. |
| Modifier and Type | Method and Description |
|---|---|
Operation |
MultiStatisticsMetadata.getOperation()
Get the operation to be used
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStatisticsMetadata.setOperation(Operation operation)
Set the operation to be used
|
Copyright © 2016 TIBCO Software, Inc. All Rights Reserved.