Class FilterResultExternalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.query.remote.client.FilterResult>
-
- org.infinispan.query.remote.impl.filter.FilterResultExternalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.query.remote.client.FilterResult>,org.infinispan.commons.marshall.Externalizer<org.infinispan.query.remote.client.FilterResult>
public final class FilterResultExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.query.remote.client.FilterResult>A 'remote' FilterResult needs jboss-marshalling serializability between nodes when running with object storage. It will only be marshalled using protobuf before passing it to the remote client.- Since:
- 9.0
- Author:
- anistor@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterResultExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends org.infinispan.query.remote.client.FilterResult>>getTypeClasses()org.infinispan.query.remote.client.FilterResultreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, org.infinispan.query.remote.client.FilterResult filterResult)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.query.remote.client.FilterResult filterResult) throws IOException
- Throws:
IOException
-
readObject
public org.infinispan.query.remote.client.FilterResult readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.query.remote.client.FilterResult>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.query.remote.client.FilterResult>
-
-