Class MergeFunction.Externalizer
- java.lang.Object
-
- org.infinispan.commands.functional.functions.MergeFunction.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<MergeFunction>
,org.infinispan.commons.marshall.Externalizer<MergeFunction>
- Enclosing class:
- MergeFunction<K,V>
public static class MergeFunction.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<MergeFunction>
- 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 MergeFunction>>
getTypeClasses()
MergeFunction
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, MergeFunction object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends MergeFunction>> getTypeClasses()
- Specified by:
getTypeClasses
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<MergeFunction>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<MergeFunction>
-
writeObject
public void writeObject(ObjectOutput output, MergeFunction object) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<MergeFunction>
- Throws:
IOException
-
readObject
public MergeFunction readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<MergeFunction>
- Throws:
IOException
ClassNotFoundException
-
-