Search Results for

    Show / Hide Table of Contents

    Class ContinuousQueryExtensions

    Extensions for continuous queries.

    Inheritance
    object
    ContinuousQueryExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public static class ContinuousQueryExtensions

    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