Package org.infinispan.filter
Class CollectionKeyFilter.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<CollectionKeyFilter>
-
- org.infinispan.filter.CollectionKeyFilter.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<CollectionKeyFilter>
,org.infinispan.commons.marshall.Externalizer<CollectionKeyFilter>
- Enclosing class:
- CollectionKeyFilter<K>
public static class CollectionKeyFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CollectionKeyFilter>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends CollectionKeyFilter>>
getTypeClasses()
CollectionKeyFilter
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, CollectionKeyFilter object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends CollectionKeyFilter>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, CollectionKeyFilter object) throws IOException
- Throws:
IOException
-
readObject
public CollectionKeyFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CollectionKeyFilter>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<CollectionKeyFilter>
-
-