Apache Ignite.NET
Apache.Ignite.Core Namespace Reference

Ignite APIs. More...

Namespaces

namespace  Binary
 Ignite Binary Objects API classes.
 
namespace  Cache
 Main Data Grid APIs.
 
namespace  Cluster
 Cluster-related classes.
 
namespace  Common
 Common Ignite types.
 
namespace  Communication
 Communication API.
 
namespace  Compute
 Compute Grid functionality.
 
namespace  Configuration
 General configuration APIs.
 
namespace  Datastream
 Ignite Streamer classes.
 
namespace  DataStructures
 Distributed data structures.
 
namespace  Deployment
 
namespace  Discovery
 Node discovery API.
 
namespace  Events
 Event Subscription functionality together with various events emitted by Ignite.
 
namespace  Interop
 Platform interoperability.
 
namespace  Lifecycle
 Lifecycle-related classes.
 
namespace  Log
 
namespace  Messaging
 Topic-based Messaging functionality.
 
namespace  PersistentStore
 Persistent Store APIs.
 
namespace  Plugin
 
namespace  Resource
 Attributes to inject resources into user-defined code such as tasks, jobs, entry processors.
 
namespace  Services
 Managed Services APIs.
 
namespace  Transactions
 Transaction-related classes.
 

Classes

class  IgniteConfiguration
 Grid configuration. More...
 
class  IgniteConfigurationSection
 Ignite configuration section for app.config and web.config files. More...
 
class  Ignition
 This class defines a factory for the main Ignite API. Use Start() method to start Ignite with default configuration. All members are thread-safe and may be used concurrently from multiple threads. More...
 
interface  IIgnite
 Main entry point for all Ignite APIs. You can obtain an instance of IGrid through Ignition.GetIgnite(), or for named grids you can use Ignition.GetIgnite(string). Note that you can have multiple instances of IGrid running in the same process by giving each instance a different name. All members are thread-safe and may be used concurrently from multiple threads. More...
 

Typedefs

using BinaryReader = Apache.Ignite.Core.Impl.Binary.BinaryReader
 
using BinaryWriter = Apache.Ignite.Core.Impl.Binary.BinaryWriter
 
using UU = Apache.Ignite.Core.Impl.Unmanaged.UnmanagedUtils
 

Detailed Description

Typedef Documentation

typedef Apache Ignite Core Impl Binary BinaryReader Apache.Ignite.Core.BinaryReader
using Apache.Ignite.Core.BinaryWriter = typedef Apache.Ignite.Core.Impl.Binary.BinaryWriter
using Apache.Ignite.Core.UU = typedef Apache.Ignite.Core.Impl.Unmanaged.UnmanagedUtils