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