K - the type of the Cache keysV - the type of the Cache valuespublic class PassThroughFilterAdapter<K,V> extends Object implements Filter, ExternalizableLite, PortableObject
| Constructor and Description |
|---|
PassThroughFilterAdapter()
Constructs a
PassThroughFilterAdapter. |
PassThroughFilterAdapter(javax.cache.configuration.Factory<javax.cache.event.CacheEntryEventFilter<? super K,? super V>> factory)
Constructs a
PassThroughFilterAdapter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object object)
Apply the test to the input argument.
|
protected javax.cache.event.CacheEntryEventFilter<? super K,? super V> |
getCacheEntryEventFilter()
Obtains the
CacheEntryEventFilter to which to delegate CacheEntryEvents. |
void |
readExternal(DataInput in)
Restore the contents of this object by loading the object's state from the passed DataInput object.
|
void |
readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.
|
void |
writeExternal(DataOutput out)
Save the contents of this object by storing the object's state into the passed DataOutput object.
|
void |
writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, asLimitFilter, associatedWith, forKeys, forPartitions, or, xorpublic PassThroughFilterAdapter()
PassThroughFilterAdapter. (required for serialization)public PassThroughFilterAdapter(javax.cache.configuration.Factory<javax.cache.event.CacheEntryEventFilter<? super K,? super V>> factory)
PassThroughFilterAdapter.factory - a Factory to produce the CacheEntryEventFilterpublic boolean evaluate(Object object)
Filterpublic void readExternal(DataInput in) throws IOException
ExternalizableLitereadExternal in interface ExternalizableLitein - the DataInput stream to read data from in order to restore the state of this objectIOException - if an I/O exception occursNotActiveException - if the object is not in its initial state, and therefore cannot be deserialized intopublic void writeExternal(DataOutput out) throws IOException
ExternalizableLitewriteExternal in interface ExternalizableLiteout - the DataOutput stream to write the state of this object toIOException - if an I/O exception occurspublic void readExternal(PofReader reader) throws IOException
PortableObjectreadExternal in interface PortableObjectreader - the PofReader from which to read the object's stateIOException - if an I/O error occurspublic void writeExternal(PofWriter writer) throws IOException
PortableObjectwriteExternal in interface PortableObjectwriter - the PofWriter to which to write the object's stateIOException - if an I/O error occurs