public class AggregationFunctionModeManaged extends Object implements AggregationFunctionMode
Constructor and Description |
---|
AggregationFunctionModeManaged() |
Modifier and Type | Method and Description |
---|---|
InjectionStrategy |
getInjectionStrategyAggregationFunctionFactory()
Returns the injection strategy for the aggregation function factory
|
Class |
getSerde()
Returns the class providing the serde
|
boolean |
isHasHA()
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by
getSerde() |
AggregationFunctionModeManaged |
setHasHA(boolean hasHA)
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by
getSerde() |
AggregationFunctionModeManaged |
setInjectionStrategyAggregationFunctionFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation function factory
|
AggregationFunctionModeManaged |
setSerde(Class serde)
Sets the class providing the serde
|
public InjectionStrategy getInjectionStrategyAggregationFunctionFactory()
public AggregationFunctionModeManaged setInjectionStrategyAggregationFunctionFactory(InjectionStrategy strategy)
strategy
- strategypublic boolean isHasHA()
getSerde()
public AggregationFunctionModeManaged setHasHA(boolean hasHA)
getSerde()
hasHA
- ha-indicatorpublic Class getSerde()
public AggregationFunctionModeManaged setSerde(Class serde)
serde
- serde classCopyright © 2005–2018. All rights reserved.