public class AggregationMultiFunctionStateModeManaged extends Object implements AggregationMultiFunctionStateMode
Constructor and Description |
---|
AggregationMultiFunctionStateModeManaged() |
Modifier and Type | Method and Description |
---|---|
InjectionStrategy |
getInjectionStrategyAggregationStateFactory()
Returns the injection strategy for the aggregation state 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() |
AggregationMultiFunctionStateModeManaged |
setHasHA(boolean hasHA)
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by
getSerde() |
AggregationMultiFunctionStateModeManaged |
setInjectionStrategyAggregationStateFactory(InjectionStrategy strategy)
Sets the injection strategy for the aggregation state factory
|
AggregationMultiFunctionStateModeManaged |
setSerde(Class serde)
Sets the class providing the serde
|
public AggregationMultiFunctionStateModeManaged()
public InjectionStrategy getInjectionStrategyAggregationStateFactory()
public AggregationMultiFunctionStateModeManaged setInjectionStrategyAggregationStateFactory(InjectionStrategy strategy)
strategy
- strategypublic boolean isHasHA()
getSerde()
public AggregationMultiFunctionStateModeManaged setHasHA(boolean hasHA)
getSerde()
hasHA
- ha-indicatorpublic Class getSerde()
public AggregationMultiFunctionStateModeManaged setSerde(Class serde)
serde
- serde classCopyright © 2005–2018. All rights reserved.