Table of Contents

Class TopicConfig

Namespace
Org.Apache.Kafka.Common.Config
Assembly
MASES.KNet.dll
public class TopicConfig : JVMBridgeBase<TopicConfig>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<TopicConfig>
TopicConfig
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TopicConfig>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TopicConfig>.IsAssignableFrom<T>()
JVMBridgeBase<TopicConfig>.Execute<T>(params T[])
JVMBridgeBase<TopicConfig>.DynBridgeClazz
JVMBridgeBase<TopicConfig>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

TopicConfig()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public TopicConfig()

TopicConfig(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public TopicConfig(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CLEANUP_POLICY_COMPACT

public static String CLEANUP_POLICY_COMPACT { get; }

Property Value

String

CLEANUP_POLICY_CONFIG

public static String CLEANUP_POLICY_CONFIG { get; }

Property Value

String

CLEANUP_POLICY_DELETE

public static String CLEANUP_POLICY_DELETE { get; }

Property Value

String

CLEANUP_POLICY_DOC

public static String CLEANUP_POLICY_DOC { get; }

Property Value

String

COMPRESSION_GZIP_LEVEL_CONFIG

public static String COMPRESSION_GZIP_LEVEL_CONFIG { get; }

Property Value

String

COMPRESSION_GZIP_LEVEL_DOC

public static String COMPRESSION_GZIP_LEVEL_DOC { get; }

Property Value

String

COMPRESSION_LZ4_LEVEL_CONFIG

public static String COMPRESSION_LZ4_LEVEL_CONFIG { get; }

Property Value

String

COMPRESSION_LZ4_LEVEL_DOC

public static String COMPRESSION_LZ4_LEVEL_DOC { get; }

Property Value

String

COMPRESSION_TYPE_CONFIG

public static String COMPRESSION_TYPE_CONFIG { get; }

Property Value

String

COMPRESSION_TYPE_DOC

public static String COMPRESSION_TYPE_DOC { get; }

Property Value

String

COMPRESSION_ZSTD_LEVEL_CONFIG

public static String COMPRESSION_ZSTD_LEVEL_CONFIG { get; }

Property Value

String

COMPRESSION_ZSTD_LEVEL_DOC

public static String COMPRESSION_ZSTD_LEVEL_DOC { get; }

Property Value

String

DELETE_RETENTION_MS_CONFIG

public static String DELETE_RETENTION_MS_CONFIG { get; }

Property Value

String

DELETE_RETENTION_MS_DOC

public static String DELETE_RETENTION_MS_DOC { get; }

Property Value

String

FILE_DELETE_DELAY_MS_CONFIG

public static String FILE_DELETE_DELAY_MS_CONFIG { get; }

Property Value

String

FILE_DELETE_DELAY_MS_DOC

public static String FILE_DELETE_DELAY_MS_DOC { get; }

Property Value

String

FLUSH_MESSAGES_INTERVAL_CONFIG

public static String FLUSH_MESSAGES_INTERVAL_CONFIG { get; }

Property Value

String

FLUSH_MESSAGES_INTERVAL_DOC

public static String FLUSH_MESSAGES_INTERVAL_DOC { get; }

Property Value

String

FLUSH_MS_CONFIG

public static String FLUSH_MS_CONFIG { get; }

Property Value

String

FLUSH_MS_DOC

public static String FLUSH_MS_DOC { get; }

Property Value

String

INDEX_INTERVAL_BYTES_CONFIG

public static String INDEX_INTERVAL_BYTES_CONFIG { get; }

Property Value

String

INDEX_INTERVAL_BYTES_DOC

public static String INDEX_INTERVAL_BYTES_DOC { get; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LOCAL_LOG_RETENTION_BYTES_CONFIG

public static String LOCAL_LOG_RETENTION_BYTES_CONFIG { get; }

Property Value

String

LOCAL_LOG_RETENTION_BYTES_DOC

public static String LOCAL_LOG_RETENTION_BYTES_DOC { get; }

Property Value

String

LOCAL_LOG_RETENTION_MS_CONFIG

public static String LOCAL_LOG_RETENTION_MS_CONFIG { get; }

Property Value

String

LOCAL_LOG_RETENTION_MS_DOC

public static String LOCAL_LOG_RETENTION_MS_DOC { get; }

Property Value

String

MAX_COMPACTION_LAG_MS_CONFIG

public static String MAX_COMPACTION_LAG_MS_CONFIG { get; }

Property Value

String

MAX_COMPACTION_LAG_MS_DOC

public static String MAX_COMPACTION_LAG_MS_DOC { get; }

Property Value

String

MAX_MESSAGE_BYTES_CONFIG

public static String MAX_MESSAGE_BYTES_CONFIG { get; }

Property Value

String

MAX_MESSAGE_BYTES_DOC

public static String MAX_MESSAGE_BYTES_DOC { get; }

Property Value

String

MESSAGE_DOWNCONVERSION_ENABLE_CONFIG

public static String MESSAGE_DOWNCONVERSION_ENABLE_CONFIG { get; }

Property Value

String

MESSAGE_DOWNCONVERSION_ENABLE_DOC

public static String MESSAGE_DOWNCONVERSION_ENABLE_DOC { get; }

Property Value

String

MESSAGE_TIMESTAMP_AFTER_MAX_MS_CONFIG

public static String MESSAGE_TIMESTAMP_AFTER_MAX_MS_CONFIG { get; }

Property Value

String

MESSAGE_TIMESTAMP_AFTER_MAX_MS_DOC

public static String MESSAGE_TIMESTAMP_AFTER_MAX_MS_DOC { get; }

Property Value

String

MESSAGE_TIMESTAMP_BEFORE_MAX_MS_CONFIG

public static String MESSAGE_TIMESTAMP_BEFORE_MAX_MS_CONFIG { get; }

Property Value

String

MESSAGE_TIMESTAMP_BEFORE_MAX_MS_DOC

public static String MESSAGE_TIMESTAMP_BEFORE_MAX_MS_DOC { get; }

Property Value

String

MESSAGE_TIMESTAMP_TYPE_CONFIG

public static String MESSAGE_TIMESTAMP_TYPE_CONFIG { get; }

Property Value

String

MESSAGE_TIMESTAMP_TYPE_DOC

public static String MESSAGE_TIMESTAMP_TYPE_DOC { get; }

Property Value

String

MIN_CLEANABLE_DIRTY_RATIO_CONFIG

public static String MIN_CLEANABLE_DIRTY_RATIO_CONFIG { get; }

Property Value

String

MIN_CLEANABLE_DIRTY_RATIO_DOC

public static String MIN_CLEANABLE_DIRTY_RATIO_DOC { get; }

Property Value

String

MIN_COMPACTION_LAG_MS_CONFIG

public static String MIN_COMPACTION_LAG_MS_CONFIG { get; }

Property Value

String

MIN_COMPACTION_LAG_MS_DOC

public static String MIN_COMPACTION_LAG_MS_DOC { get; }

Property Value

String

MIN_IN_SYNC_REPLICAS_CONFIG

public static String MIN_IN_SYNC_REPLICAS_CONFIG { get; }

Property Value

String

MIN_IN_SYNC_REPLICAS_DOC

public static String MIN_IN_SYNC_REPLICAS_DOC { get; }

Property Value

String

PREALLOCATE_CONFIG

public static String PREALLOCATE_CONFIG { get; }

Property Value

String

PREALLOCATE_DOC

public static String PREALLOCATE_DOC { get; }

Property Value

String

REMOTE_LOG_COPY_DISABLE_CONFIG

public static String REMOTE_LOG_COPY_DISABLE_CONFIG { get; }

Property Value

String

REMOTE_LOG_COPY_DISABLE_DOC

public static String REMOTE_LOG_COPY_DISABLE_DOC { get; }

Property Value

String

REMOTE_LOG_DELETE_ON_DISABLE_CONFIG

public static String REMOTE_LOG_DELETE_ON_DISABLE_CONFIG { get; }

Property Value

String

REMOTE_LOG_DELETE_ON_DISABLE_DOC

public static String REMOTE_LOG_DELETE_ON_DISABLE_DOC { get; }

Property Value

String

REMOTE_LOG_STORAGE_ENABLE_CONFIG

public static String REMOTE_LOG_STORAGE_ENABLE_CONFIG { get; }

Property Value

String

REMOTE_LOG_STORAGE_ENABLE_DOC

public static String REMOTE_LOG_STORAGE_ENABLE_DOC { get; }

Property Value

String

RETENTION_BYTES_CONFIG

public static String RETENTION_BYTES_CONFIG { get; }

Property Value

String

RETENTION_BYTES_DOC

public static String RETENTION_BYTES_DOC { get; }

Property Value

String

RETENTION_MS_CONFIG

public static String RETENTION_MS_CONFIG { get; }

Property Value

String

RETENTION_MS_DOC

public static String RETENTION_MS_DOC { get; }

Property Value

String

SEGMENT_BYTES_CONFIG

public static String SEGMENT_BYTES_CONFIG { get; }

Property Value

String

SEGMENT_BYTES_DOC

public static String SEGMENT_BYTES_DOC { get; }

Property Value

String

SEGMENT_INDEX_BYTES_CONFIG

public static String SEGMENT_INDEX_BYTES_CONFIG { get; }

Property Value

String

SEGMENT_INDEX_BYTES_DOC

public static String SEGMENT_INDEX_BYTES_DOC { get; }

Property Value

String

SEGMENT_JITTER_MS_CONFIG

public static String SEGMENT_JITTER_MS_CONFIG { get; }

Property Value

String

SEGMENT_JITTER_MS_DOC

public static String SEGMENT_JITTER_MS_DOC { get; }

Property Value

String

SEGMENT_MS_CONFIG

public static String SEGMENT_MS_CONFIG { get; }

Property Value

String

SEGMENT_MS_DOC

public static String SEGMENT_MS_DOC { get; }

Property Value

String

UNCLEAN_LEADER_ELECTION_ENABLE_CONFIG

public static String UNCLEAN_LEADER_ELECTION_ENABLE_CONFIG { get; }

Property Value

String

UNCLEAN_LEADER_ELECTION_ENABLE_DOC

public static String UNCLEAN_LEADER_ELECTION_ENABLE_DOC { get; }

Property Value

String