Package org.infinispan.functional.impl
Class StatsEnvelope.Externalizer
- java.lang.Object
-
- org.infinispan.functional.impl.StatsEnvelope.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<StatsEnvelope>
,org.infinispan.commons.marshall.Externalizer<StatsEnvelope>
- Enclosing class:
- StatsEnvelope<T>
public static class StatsEnvelope.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<StatsEnvelope>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends StatsEnvelope>>
getTypeClasses()
StatsEnvelope
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, StatsEnvelope object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends StatsEnvelope>> getTypeClasses()
- Specified by:
getTypeClasses
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<StatsEnvelope>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<StatsEnvelope>
-
writeObject
public void writeObject(ObjectOutput output, StatsEnvelope object) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<StatsEnvelope>
- Throws:
IOException
-
readObject
public StatsEnvelope readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<StatsEnvelope>
- Throws:
IOException
ClassNotFoundException
-
-