Show / Hide Table of Contents

    Class ContinuousQuery

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

    Inheritance
    System.Object
    ContinuousQuery
    ContinuousQuery<TK, TV>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.Boolean

    DefaultBufferSize

    Default buffer size.

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

    DefaultTimeInterval

    Default time interval.

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