Class KeyFilterAsCacheEventFilter.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<KeyFilterAsCacheEventFilter>
-
- org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<KeyFilterAsCacheEventFilter>
,org.infinispan.commons.marshall.Externalizer<KeyFilterAsCacheEventFilter>
- Enclosing class:
- KeyFilterAsCacheEventFilter<K>
public static class KeyFilterAsCacheEventFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<KeyFilterAsCacheEventFilter>
- 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 KeyFilterAsCacheEventFilter>>
getTypeClasses()
KeyFilterAsCacheEventFilter
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, KeyFilterAsCacheEventFilter object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends KeyFilterAsCacheEventFilter>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, KeyFilterAsCacheEventFilter object) throws IOException
- Throws:
IOException
-
readObject
public KeyFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<KeyFilterAsCacheEventFilter>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<KeyFilterAsCacheEventFilter>
-
-