Class PlatformContinuousQueryRemoteFilter
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.cache.query.PlatformContinuousQueryRemoteFilter
-
- All Implemented Interfaces:
Externalizable,Serializable,javax.cache.event.CacheEntryEventFilter,CacheEntryEventSerializableFilter,PlatformContinuousQueryFilter
public class PlatformContinuousQueryRemoteFilter extends Object implements PlatformContinuousQueryFilter, Externalizable
Continuous query filter deployed on remote nodes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformContinuousQueryRemoteFilter()Externalizablesupport.PlatformContinuousQueryRemoteFilter(Object filter)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(javax.cache.event.CacheEntryEvent evt)voidonQueryUnregister()Callback for query unregister event.voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
PlatformContinuousQueryRemoteFilter
public PlatformContinuousQueryRemoteFilter()
Externalizablesupport.
-
PlatformContinuousQueryRemoteFilter
public PlatformContinuousQueryRemoteFilter(Object filter)
Constructor.- Parameters:
filter- Serialized native filter.
-
-
Method Detail
-
evaluate
public boolean evaluate(javax.cache.event.CacheEntryEvent evt) throws javax.cache.event.CacheEntryListenerException- Specified by:
evaluatein interfacejavax.cache.event.CacheEntryEventFilter- Throws:
javax.cache.event.CacheEntryListenerException
-
onQueryUnregister
public void onQueryUnregister()
Callback for query unregister event.- Specified by:
onQueryUnregisterin interfacePlatformContinuousQueryFilter
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-