.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    QueryCacheOptions Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents configuration for the query cache.

    public class QueryCacheOptions : IIdentifiedDataSerializable
    Inheritance
    object
    QueryCacheOptions
    Implements
    IIdentifiedDataSerializable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    QueryCacheOptions()

    Initializes a new instance of the QueryCacheOptions class.

    QueryCacheOptions(QueryCacheOptions)

    Initializes a new instance of the QueryCacheOptions class.

    QueryCacheOptions(string)

    Initializes a new instance of the QueryCacheOptions class.

    Properties

    Name Description
    BatchSize

    Gets or sets the batch size.

    BufferSize

    Gets or sets the maximum number of events which can be stored in a buffer of partition.

    ClassId

    Gets the identifier of the class.

    Coalesce

    Whether coalescing is enabled.

    DelaySeconds

    Gets or sets the minimum number of delay seconds which an event waits in the buffer of node before sending to a query cache.

    EntryListeners

    Gets or sets the entry listener configurations.

    Eviction

    Gets or sets the eviction configuration.

    FactoryId

    Gets the identifier of the IDataSerializableFactory that can create instances of the class.

    InMemoryFormat

    Gets or sets the memory format of values of entries in the query cache.

    IncludeValue

    Whether value caching is enabled.

    Indexes

    Gets or sets the index configurations.

    Name

    Gets or sets the name of the query cache.

    Populate

    Whether initial population of the query cache is enabled.

    Predicate

    Gets or sets the predicate of the query cache.

    SerializeKeys

    Whether the query cache key is stored in serialized format (or by-reference).

    Methods

    Name Description
    AddEntryListener(EntryListenerOptions)

    Adds an entry listener configuration.

    AddIndex(IndexOptions)

    Adds an index configuration.

    ReadData(IObjectDataInput)

    Deserializes the object by reading from an IObjectDataInput.

    ToString()

    Returns a string that represents the current object.

    WriteData(IObjectDataOutput)

    Serializes the object by writing to an IObjectDataOutput.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.