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