Table of Contents

Class TopicConfigBuilder

Namespace
MASES.KNet.Common
Assembly
MASES.KNet.dll

Builder for TopicConfig

public class TopicConfigBuilder : GenericConfigBuilder<TopicConfigBuilder>, INotifyPropertyChanged, IGenericSerDesFactory, IDisposable
Inheritance
TopicConfigBuilder
Implements
Inherited Members

Properties

CleanupPolicy

public TopicConfigBuilder.CleanupPolicyTypes CleanupPolicy { get; set; }

Property Value

TopicConfigBuilder.CleanupPolicyTypes

CompressionType

public TopicConfigBuilder.CompressionTypes CompressionType { get; set; }

Property Value

TopicConfigBuilder.CompressionTypes

DeleteRetentionMs

public int DeleteRetentionMs { get; set; }

Property Value

int

FileDeleteDelayMs

public int FileDeleteDelayMs { get; set; }

Property Value

int

FlushMessageInterval

public int FlushMessageInterval { get; set; }

Property Value

int

FlushMs

public int FlushMs { get; set; }

Property Value

int

IndexIntervalBytes

public int IndexIntervalBytes { get; set; }

Property Value

int

LocalLogRetentionBytes

public int LocalLogRetentionBytes { get; set; }

Property Value

int

LocalLogRetentionMs

public int LocalLogRetentionMs { get; set; }

Property Value

int

MaxCompactationLagMs

public int MaxCompactationLagMs { get; set; }

Property Value

int

MaxMessageBytes

public int MaxMessageBytes { get; set; }

Property Value

int

MessageDownConversionEnable

public bool MessageDownConversionEnable { get; set; }

Property Value

bool

MessageTimestampAfterMaxMs

public int MessageTimestampAfterMaxMs { get; set; }

Property Value

int

MessageTimestampBeforeMaxMs

public int MessageTimestampBeforeMaxMs { get; set; }

Property Value

int

MessageTimestampType

public TopicConfigBuilder.MessageTimestampTypes MessageTimestampType { get; set; }

Property Value

TopicConfigBuilder.MessageTimestampTypes

MinCleanableDirtyRatio

public double MinCleanableDirtyRatio { get; set; }

Property Value

double

MinCompactationLagMs

public int MinCompactationLagMs { get; set; }

Property Value

int

MinInSyncReplicas

public int MinInSyncReplicas { get; set; }

Property Value

int

Preallocate

public bool Preallocate { get; set; }

Property Value

bool

RemoteLogStorageEnable

public bool RemoteLogStorageEnable { get; set; }

Property Value

bool

RetentionBytes

public int RetentionBytes { get; set; }

Property Value

int

RetentionMs

public int RetentionMs { get; set; }

Property Value

int

SegmentBytes

public int SegmentBytes { get; set; }

Property Value

int

SegmentIndexBytes

public int SegmentIndexBytes { get; set; }

Property Value

int

SegmentJitterMs

public int SegmentJitterMs { get; set; }

Property Value

int

SegmentMs

public int SegmentMs { get; set; }

Property Value

int

UncleanLeaderElectionEnable

public bool UncleanLeaderElectionEnable { get; set; }

Property Value

bool

Methods

WithCleanupPolicy(CleanupPolicyTypes)

public TopicConfigBuilder WithCleanupPolicy(TopicConfigBuilder.CleanupPolicyTypes cleanupPolicy)

Parameters

cleanupPolicy TopicConfigBuilder.CleanupPolicyTypes

Returns

TopicConfigBuilder

WithCompressionType(CompressionTypes)

public TopicConfigBuilder WithCompressionType(TopicConfigBuilder.CompressionTypes compressionType)

Parameters

compressionType TopicConfigBuilder.CompressionTypes

Returns

TopicConfigBuilder

WithDeleteRetentionMs(int)

public TopicConfigBuilder WithDeleteRetentionMs(int deleteRetentionMs)

Parameters

deleteRetentionMs int

Returns

TopicConfigBuilder

WithFileDeleteDelayMs(int)

public TopicConfigBuilder WithFileDeleteDelayMs(int fileDeleteDelayMs)

Parameters

fileDeleteDelayMs int

Returns

TopicConfigBuilder

WithFlushMessageInterval(int)

public TopicConfigBuilder WithFlushMessageInterval(int flushMessageInterval)

Parameters

flushMessageInterval int

Returns

TopicConfigBuilder

WithFlushMs(int)

public TopicConfigBuilder WithFlushMs(int flushMs)

Parameters

flushMs int

Returns

TopicConfigBuilder

WithIndexIntervalBytes(int)

public TopicConfigBuilder WithIndexIntervalBytes(int indexIntervalBytes)

Parameters

indexIntervalBytes int

Returns

TopicConfigBuilder

WithLocalLogRetentionBytes(int)

public TopicConfigBuilder WithLocalLogRetentionBytes(int localLogRetentionBytes)

Parameters

localLogRetentionBytes int

Returns

TopicConfigBuilder

WithLocalLogRetentionMs(int)

public TopicConfigBuilder WithLocalLogRetentionMs(int localLogRetentionMs)

Parameters

localLogRetentionMs int

Returns

TopicConfigBuilder

WithMaxCompactationLagMs(int)

public TopicConfigBuilder WithMaxCompactationLagMs(int maxCompactationLagMs)

Parameters

maxCompactationLagMs int

Returns

TopicConfigBuilder

WithMaxMessageBytes(int)

public TopicConfigBuilder WithMaxMessageBytes(int maxMessageBytes)

Parameters

maxMessageBytes int

Returns

TopicConfigBuilder

WithMessageDownConversionEnable(bool)

public TopicConfigBuilder WithMessageDownConversionEnable(bool messageDownConversionEnable)

Parameters

messageDownConversionEnable bool

Returns

TopicConfigBuilder

WithMessageTimestampAfterMaxMs(int)

public TopicConfigBuilder WithMessageTimestampAfterMaxMs(int messageTimestampAfterMaxMs)

Parameters

messageTimestampAfterMaxMs int

Returns

TopicConfigBuilder

WithMessageTimestampBeforeMaxMs(int)

public TopicConfigBuilder WithMessageTimestampBeforeMaxMs(int messageTimestampBeforeMaxMs)

Parameters

messageTimestampBeforeMaxMs int

Returns

TopicConfigBuilder

WithMessageTimestampType(MessageTimestampTypes)

public TopicConfigBuilder WithMessageTimestampType(TopicConfigBuilder.MessageTimestampTypes messageTimestampType)

Parameters

messageTimestampType TopicConfigBuilder.MessageTimestampTypes

Returns

TopicConfigBuilder

WithMinCleanableDirtyRatio(double)

public TopicConfigBuilder WithMinCleanableDirtyRatio(double minCleanableDirtyRatio)

Parameters

minCleanableDirtyRatio double

Returns

TopicConfigBuilder

WithMinCompactationLagMs(int)

public TopicConfigBuilder WithMinCompactationLagMs(int minCompactationLagMs)

Parameters

minCompactationLagMs int

Returns

TopicConfigBuilder

WithMinInSyncReplicas(int)

public TopicConfigBuilder WithMinInSyncReplicas(int minInSyncReplicas)

Parameters

minInSyncReplicas int

Returns

TopicConfigBuilder

WithPreallocate(bool)

public TopicConfigBuilder WithPreallocate(bool preallocate)

Parameters

preallocate bool

Returns

TopicConfigBuilder

WithRemoteLogStorageEnable(bool)

public TopicConfigBuilder WithRemoteLogStorageEnable(bool remoteLogStorageEnable)

Parameters

remoteLogStorageEnable bool

Returns

TopicConfigBuilder

WithRetentionBytes(int)

public TopicConfigBuilder WithRetentionBytes(int retentionBytes)

Parameters

retentionBytes int

Returns

TopicConfigBuilder

WithRetentionMs(int)

public TopicConfigBuilder WithRetentionMs(int retentionMs)

Parameters

retentionMs int

Returns

TopicConfigBuilder

WithSegmentBytes(int)

public TopicConfigBuilder WithSegmentBytes(int segmentBytes)

Parameters

segmentBytes int

Returns

TopicConfigBuilder

WithSegmentIndexBytes(int)

public TopicConfigBuilder WithSegmentIndexBytes(int segmentIndexBytes)

Parameters

segmentIndexBytes int

Returns

TopicConfigBuilder

WithSegmentJitterMs(int)

public TopicConfigBuilder WithSegmentJitterMs(int segmentJitterMs)

Parameters

segmentJitterMs int

Returns

TopicConfigBuilder

WithSegmentMs(int)

public TopicConfigBuilder WithSegmentMs(int segmentMs)

Parameters

segmentMs int

Returns

TopicConfigBuilder

WithUncleanLeaderElectionEnable(bool)

public TopicConfigBuilder WithUncleanLeaderElectionEnable(bool uncleanLeaderElectionEnable)

Parameters

uncleanLeaderElectionEnable bool

Returns

TopicConfigBuilder