Package org.infinispan.query.clustered
Class ClusteredQueryOperation.Externalizer
java.lang.Object
org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<ClusteredQueryOperation>,org.infinispan.commons.marshall.Externalizer<ClusteredQueryOperation>
- Enclosing class:
ClusteredQueryOperation
public static final class ClusteredQueryOperation.Externalizer
extends Object
implements org.infinispan.commons.marshall.AdvancedExternalizer<ClusteredQueryOperation>
- See Also:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Set<Class<? extends ClusteredQueryOperation>> readObject(ObjectInput input) voidwriteObject(ObjectOutput output, ClusteredQueryOperation object)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
getTypeClasses
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ClusteredQueryOperation>
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ClusteredQueryOperation>
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<ClusteredQueryOperation>- Throws:
IOException
-
readObject
public ClusteredQueryOperation readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<ClusteredQueryOperation>- Throws:
IOExceptionClassNotFoundException
-