Package org.infinispan.marshall.exts
Class LongSummaryStatisticsExternalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics>
-
- org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<LongSummaryStatistics>,org.infinispan.commons.marshall.Externalizer<LongSummaryStatistics>
public class LongSummaryStatisticsExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics>
Externalizer used forLongSummaryStatistics. Note this assumes given fields have specific names to use through reflection.- Since:
- 8.2
- Author:
- wburns
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongSummaryStatisticsExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends LongSummaryStatistics>>getTypeClasses()LongSummaryStatisticsreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, LongSummaryStatistics object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends LongSummaryStatistics>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, LongSummaryStatistics object) throws IOException
- Throws:
IOException
-
readObject
public LongSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<LongSummaryStatistics>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics>
-
-