Class IndexWorker.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<IndexWorker>
-
- org.infinispan.query.impl.massindex.IndexWorker.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<IndexWorker>,org.infinispan.commons.marshall.Externalizer<IndexWorker>
- Enclosing class:
- IndexWorker
public static final class IndexWorker.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<IndexWorker>
- 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 IndexWorker>>getTypeClasses()IndexWorkerreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, IndexWorker worker)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends IndexWorker>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, IndexWorker worker) throws IOException
- Throws:
IOException
-
readObject
public IndexWorker readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<IndexWorker>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<IndexWorker>
-
-