.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    RingbufferStoreOptions Class

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

    Represents the configuration of a ringbuffer store.

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

    Constructors

    Name Description
    RingbufferStoreOptions()

    Initializes a new instance of the RingbufferStoreOptions class.

    RingbufferStoreOptions(RingbufferStoreOptions)

    Initializes a new instance of the RingbufferStoreOptions class.

    Properties

    Name Description
    ClassId

    Gets the identifier of the class.

    ClassName

    Gets or sets the store class name.

    Enabled

    Whether the store is enabled.

    FactoryClassName

    Gets or sets the factory class name.

    FactoryId

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

    Properties

    Gets or sets the properties.

    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.