public class BigDecimalAverageAccumulateFunction extends AbstractAccumulateFunction<BigDecimalAverageAccumulateFunction.AverageData>
Modifier and Type | Class and Description |
---|---|
static class |
BigDecimalAverageAccumulateFunction.AverageData |
Constructor and Description |
---|
BigDecimalAverageAccumulateFunction() |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(BigDecimalAverageAccumulateFunction.AverageData data,
Object value) |
BigDecimalAverageAccumulateFunction.AverageData |
createContext() |
Object |
getResult(BigDecimalAverageAccumulateFunction.AverageData data) |
Class<?> |
getResultType() |
void |
init(BigDecimalAverageAccumulateFunction.AverageData data) |
void |
readExternal(ObjectInput in) |
void |
reverse(BigDecimalAverageAccumulateFunction.AverageData data,
Object value) |
boolean |
supportsReverse() |
void |
writeExternal(ObjectOutput out) |
equals, hashCode
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public BigDecimalAverageAccumulateFunction.AverageData createContext()
public void init(BigDecimalAverageAccumulateFunction.AverageData data)
public void accumulate(BigDecimalAverageAccumulateFunction.AverageData data, Object value)
public void reverse(BigDecimalAverageAccumulateFunction.AverageData data, Object value)
public Object getResult(BigDecimalAverageAccumulateFunction.AverageData data)
public boolean supportsReverse()
public Class<?> getResultType()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.