Search Results for

    Show / Hide Table of Contents

    Class ContinuousQuery

    Continuous query base class, see ContinuousQuery<TK, TV>.

    Inheritance
    System.Object
    ContinuousQuery
    ContinuousQuery<TK, TV>
    Namespace: Apache.Ignite.Core.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public abstract class ContinuousQuery : object

    Constructors

    ContinuousQuery()

    Initializes a new instance of the ContinuousQuery class.

    Declaration
    protected ContinuousQuery()

    Fields

    DefaultAutoUnsubscribe

    Default auto-unsubscribe flag value.

    Declaration
    public const bool DefaultAutoUnsubscribe = null
    Field Value
    Type Description
    System.Boolean

    DefaultBufferSize

    Default buffer size.

    Declaration
    public const int DefaultBufferSize = null
    Field Value
    Type Description
    System.Int32

    DefaultTimeInterval

    Default time interval.

    Declaration
    public static readonly TimeSpan DefaultTimeInterval
    Field Value
    Type Description
    TimeSpan
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation