Apache Ignite.NET
Package Apache.Ignite.Core

Ignite APIs. More...

Namespaces

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