Apache Ignite.NET
Package Apache.Ignite.Core.Plugin

Namespaces

package  Cache
 

Classes

interface  IPluginConfiguration
 Plugin configuration interface. More...
 
interface  IPluginContext
 Plugin execution context. More...
 
interface  IPluginProvider
 Pluggable Ignite component. Should have parameterless constructor. More...
 
class  PluginNotFoundException
 Indicates missing Ignite plugin. More...
 
class  PluginProviderTypeAttribute
 When applied to IPluginConfiguration, defines the type of IPluginProvider<T> to instantiate. More...
 

Functions

delegate long PluginCallback (IBinaryRawReader input, IBinaryRawWriter output)
 Plugin callback delegate. More...
 

Function Documentation

delegate long Apache.Ignite.Core.Plugin.PluginCallback ( IBinaryRawReader  input,
IBinaryRawWriter  output 
)
Parameters
inputInput reader. May be null.
outputOutput writer. May be null.
Returns
Result code.