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