.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    EventJournalOptions Class

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

    Represents options for a map event journal.

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

    Constructors

    Name Description
    EventJournalOptions()

    Initializes a new instance of the EventJournalOptions class.

    EventJournalOptions(EventJournalOptions)

    Initializes a new instance of the EventJournalOptions class.

    Properties

    Name Description
    Capacity

    Gets or sets the capacity of the event journal.

    ClassId

    Gets the identifier of the class.

    Enabled

    Whether the event journal is enabled.

    FactoryId

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

    TimeToLiveSeconds

    Gets or sets the time-to-live in seconds.

    Methods

    Name Description
    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.