Apache Ignite.NET
Apache.Ignite.Core.Plugin.Cache.ICachePluginConfiguration Interface Reference

Cache plugin configuration marker interface. Starting point to extend CacheConfiguration and extend existing cache functionality. More...

Public Member Functions

void WriteBinary (IBinaryRawWriter writer)
 Writes this instance to a raw writer. This method will be called when CachePluginConfigurationClosureFactoryId is not null to propagate configuration to the Java side. More...
 

Properties

int CachePluginConfigurationClosureFactoryId [get]
 Gets the id to locate PlatformCachePluginConfigurationClosureFactory on Java side and read the data written by WriteBinary method. More...
 

Detailed Description

Member Function Documentation

void Apache.Ignite.Core.Plugin.Cache.ICachePluginConfiguration.WriteBinary ( IBinaryRawWriter  writer)
Parameters
writerThe writer.

Property Documentation

int Apache.Ignite.Core.Plugin.Cache.ICachePluginConfiguration.CachePluginConfigurationClosureFactoryId
get