Class LongSumAccumulateFunction.SumData
java.lang.Object
org.drools.core.base.accumulators.LongSumAccumulateFunction.SumData
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- LongSumAccumulateFunction
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Field Details
-
total
public long total
-
-
Constructor Details
-
SumData
public SumData()
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-