Search Results for

    Show / Hide Table of Contents

    Class ContinuousQuery

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

    Inheritance
    object
    ContinuousQuery
    ContinuousQuery<TK, TV>
    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 abstract class ContinuousQuery

    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 = true
    Field Value
    Type Description
    bool

    DefaultBufferSize

    Default buffer size.

    Declaration
    public const int DefaultBufferSize = 1
    Field Value
    Type Description
    int

    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