Class KNetCompactedReplicator<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 array of byte
public class KNetCompactedReplicator<K, V> : KNetCompactedReplicator<K, V, byte[], byte[]>, IKNetCompactedReplicator<K, V, byte[], byte[]>, 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
-
KNetCompactedReplicator<K, V>
- Implements
-
IDictionary<K, V>ICollection<KeyValuePair<K, V>>IEnumerable<KeyValuePair<K, V>>
- Inherited Members