public class GroupBasedAggregatorParameterGroup extends TimeoutContainingAggregatorParameterGroup
| Constructor and Description |
|---|
GroupBasedAggregatorParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEvictionTime() |
TimeUnit |
getEvictionTimeUnit() |
String |
getGroupId() |
Integer |
getGroupSize() |
void |
setEvictionTime(Integer evictionTime) |
void |
setEvictionTimeUnit(TimeUnit evictionTimeUnit) |
void |
setGroupId(String groupId) |
void |
setGroupSize(Integer groupSize) |
getTimeout, getTimeoutUnit, isTimeoutSet, setTimeout, setTimeoutUnitgetContent, setContentpublic String getGroupId()
public void setGroupId(String groupId)
public Integer getGroupSize()
public void setGroupSize(Integer groupSize)
public Integer getEvictionTime()
public void setEvictionTime(Integer evictionTime)
public TimeUnit getEvictionTimeUnit()
public void setEvictionTimeUnit(TimeUnit evictionTimeUnit)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.