Class ConfigurationCompilerPlugInAggregationFunction
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom aggregation function.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.ConfigurationCompilerPlugInAggregationFunction
(String name, String forgeClassName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the class name of the aggregation function factory class.getName()
Returns the aggregation function name.int
hashCode()
void
setForgeClassName
(String forgeClassName) Sets the class name of the aggregation function factory class.void
Sets the aggregation function name.
-
Constructor Details
-
ConfigurationCompilerPlugInAggregationFunction
public ConfigurationCompilerPlugInAggregationFunction()Ctor. -
ConfigurationCompilerPlugInAggregationFunction
Ctor.- Parameters:
name
- of the aggregation functionforgeClassName
- the name of the aggregation function factory class
-
-
Method Details
-
getName
Returns the aggregation function name.- Returns:
- aggregation function name
-
setName
Sets the aggregation function name.- Parameters:
name
- to set
-
getForgeClassName
Returns the class name of the aggregation function factory class.- Returns:
- class name
-
setForgeClassName
Sets the class name of the aggregation function factory class.- Parameters:
forgeClassName
- class name to set
-
equals
-
hashCode
public int hashCode()
-