Search Results for

    Show / Hide Table of Contents

    Namespace Apache.Ignite.Core.Client.Cache.Query.Continuous

    Classes

    ContinuousQueryClient

    Thin client continuous query base class, see ContinuousQueryClient<TK, TV>.

    ContinuousQueryClient<TK, TV>

    API for configuring continuous cache queries in thin client.

    Continuous queries allow to register a remote filter and a listener for cache update events. If an update event passes the filter, it will be sent to the client.

    To execute the query use method QueryContinuous(ContinuousQueryClient<TK, TV>).

    ContinuousQueryClientDisconnectedEventArgs

    Provides data for the Disconnected event.

    Interfaces

    IContinuousQueryHandleClient

    Represents a continuous query handle. Call to stop the continuous query.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation