Class QueryInterceptor

  • All Implemented Interfaces:
    Visitor, AsyncInterceptor

    public final class QueryInterceptor
    extends DDAsyncInterceptor
    This interceptor will be created when the System Property "infinispan.query.indexLocalOnly" is "false"

    This type of interceptor will allow the indexing of data even when it comes from other caches within a cluster.

    However, if the a cache would not be putting the data locally, the interceptor will not index it.

    Since:
    4.0
    Author:
    Navin Surtani, Sanne Grinovero <sanne@hibernate.org> (C) 2011 Red Hat Inc., Marko Luksa, anistor@redhat.com