Package org.infinispan.query.clustered
Class QueryResponse.Externalizer
- java.lang.Object
-
- org.infinispan.query.clustered.QueryResponse.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<QueryResponse>,org.infinispan.commons.marshall.Externalizer<QueryResponse>
- Enclosing class:
- QueryResponse
public static final class QueryResponse.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<QueryResponse>
- 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 QueryResponse>>getTypeClasses()QueryResponsereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, QueryResponse queryResponse)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends QueryResponse>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<QueryResponse>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<QueryResponse>
-
writeObject
public void writeObject(ObjectOutput output, QueryResponse queryResponse) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<QueryResponse>- Throws:
IOException
-
readObject
public QueryResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<QueryResponse>- Throws:
IOExceptionClassNotFoundException
-
-