Table of Contents

Class KNetCompactedReplicatorBuffered<K, V>

Namespace
MASES.KNet.Replicator
Assembly
MASES.KNet.dll

Provides a reliable dictionary, persisted in a COMPACTED Kafka topic and shared among applications, extends KNetCompactedReplicator<K, V, TJVMK, TJVMV> using ByteBuffer

public class KNetCompactedReplicatorBuffered<K, V> : KNetCompactedReplicator<K, V, ByteBuffer, ByteBuffer>, IKNetCompactedReplicator<K, V, ByteBuffer, ByteBuffer>, IDictionary<K, V>, ICollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, IEnumerable, IDisposable where V : class

Type Parameters

K

The type of keys in the dictionary

V

The type of values in the dictionary. Must be a nullable type

Inheritance
KNetCompactedReplicatorBuffered<K, V>
Implements
Inherited Members