Class LongSumAccumulateFunction.SumData
- java.lang.Object
-
- org.drools.core.base.accumulators.LongSumAccumulateFunction.SumData
-
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- LongSumAccumulateFunction
protected static class LongSumAccumulateFunction.SumData extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description longtotal
-
Constructor Summary
Constructors Constructor Description SumData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
-