public class LongSummaryStatisticsExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics>
LongSummaryStatistics
. Note this assumes given fields have specific names to use
through reflection.Constructor and Description |
---|
LongSummaryStatisticsExternalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends LongSummaryStatistics>> |
getTypeClasses() |
LongSummaryStatistics |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
LongSummaryStatistics object) |
public Set<Class<? extends LongSummaryStatistics>> getTypeClasses()
public void writeObject(ObjectOutput output, LongSummaryStatistics object) throws IOException
IOException
public LongSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<LongSummaryStatistics>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.