Search Results for

    Show / Hide Table of Contents

    Interface ICacheClientPluginConfiguration

    Client cache plugin configuration.

    Namespace: Apache.Ignite.Core.Client.Cache
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface ICacheClientPluginConfiguration

    Properties

    PluginName

    Gets the name of the plugin.

    Declaration
    string PluginName { get; }
    Property Value
    Type Description
    System.String

    Methods

    WriteBinary(IBinaryRawWriter)

    Serializes the configuration.

    Declaration
    void WriteBinary(IBinaryRawWriter writer)
    Parameters
    Type Name Description
    IBinaryRawWriter writer

    Writer.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation