Search Results for

    Show / Hide Table of Contents

    Class ContinuousQueryExtensions

    Extensions for continuous queries.

    Inheritance
    System.Object
    ContinuousQueryExtensions
    Namespace: Apache.Ignite.Core.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public static class ContinuousQueryExtensions : object

    Methods

    ToCacheEntryEventFilter<TK, TV>(JavaObject)

    Creates the cache event filter that delegates to the corresponding Java object.

    Declaration
    public static ICacheEntryEventFilter<TK, TV> ToCacheEntryEventFilter<TK, TV>(this JavaObject javaObject)
    Parameters
    Type Name Description
    JavaObject javaObject
    Returns
    Type Description
    ICacheEntryEventFilter<TK, TV>
    Type Parameters
    Name Description
    TK

    Key type.

    TV

    Value type.

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