Apache Ignite.NET
Apache.Ignite.Core.Datastream.IStreamReceiver< TK, TV > Interface Template Reference

Updates cache with batch of entries. Usually it is enough to configure IDataStreamer<K,V>.AllowOverwrite property and appropriate internal cache receiver will be chosen automatically. But in some cases custom implementation may help to achieve better performance. More...

Inheritance diagram for Apache.Ignite.Core.Datastream.IStreamReceiver< TK, TV >:
Apache.Ignite.Core.Datastream.StreamTransformer< TK, TV, TArg, TRes > Apache.Ignite.Core.Datastream.StreamVisitor< TK, TV >

Public Member Functions

void Receive (ICache< TK, TV > cache, ICollection< ICacheEntry< TK, TV >> entries)
 Updates cache with batch of entries. More...
 

Detailed Description

Member Function Documentation

void Apache.Ignite.Core.Datastream.IStreamReceiver< TK, TV >.Receive ( ICache< TK, TV >  cache,
ICollection< ICacheEntry< TK, TV >>  entries 
)