Class SegmentPublisherResult.Externalizer
- java.lang.Object
-
- org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<SegmentPublisherResult>,org.infinispan.commons.marshall.Externalizer<SegmentPublisherResult>
- Enclosing class:
- SegmentPublisherResult<R>
public static class SegmentPublisherResult.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<SegmentPublisherResult>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends SegmentPublisherResult>>getTypeClasses()SegmentPublisherResultreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, SegmentPublisherResult object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends SegmentPublisherResult>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<SegmentPublisherResult>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<SegmentPublisherResult>
-
writeObject
public void writeObject(ObjectOutput output, SegmentPublisherResult object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SegmentPublisherResult>- Throws:
IOException
-
readObject
public SegmentPublisherResult readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SegmentPublisherResult>- Throws:
IOExceptionClassNotFoundException
-
-