Table of Contents

Class TopicAdmin.TopicCreationResponse

Namespace
Org.Apache.Kafka.Connect.Util
Assembly
MASES.KNet.dll
public class TopicAdmin.TopicCreationResponse : JVMBridgeBase<TopicAdmin.TopicCreationResponse>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
TopicAdmin.TopicCreationResponse
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.IsAssignableFrom<T>()
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.Execute<T>(params T[])
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.DynBridgeClazz
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.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

TopicCreationResponse()

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

public TopicCreationResponse()

TopicCreationResponse(Set<String>, Set<String>)

public TopicCreationResponse(Set<String> arg0, Set<String> arg1)

Parameters

arg0 Set<String>

Set

arg1 Set<String>

Set

TopicCreationResponse(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 TopicCreationResponse(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { 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

Methods

CreatedOrExistingTopicsCount()

public int CreatedOrExistingTopicsCount()

Returns

int

int

CreatedTopics()

public Set<String> CreatedTopics()

Returns

Set<String>

Set

CreatedTopicsCount()

public int CreatedTopicsCount()

Returns

int

int

ExistingTopicsCount()

public int ExistingTopicsCount()

Returns

int

int

IsCreated(String)

public bool IsCreated(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsCreatedOrExisting(String)

public bool IsCreatedOrExisting(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

IsExisting(String)

public bool IsExisting(String arg0)

Parameters

arg0 String

String

Returns

bool

bool