Table of Contents

Class TopicCommand.TopicService

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

TopicService()

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

public TopicService()

TopicService(Properties, Optional<String>)

public TopicService(Properties arg0, Optional<String> arg1)

Parameters

arg0 Properties

Properties

arg1 Optional<String>

Optional

TopicService(Admin)

public TopicService(Admin arg0)

Parameters

arg0 Admin

Admin

TopicService(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 TopicService(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

AlterTopic(TopicCommandOptions)

public void AlterTopic(TopicCommand.TopicCommandOptions arg0)

Parameters

arg0 TopicCommand.TopicCommandOptions

TopicCommand.TopicCommandOptions

Exceptions

ExecutionException
InterruptedException

Close()

public void Close()

Exceptions

Exception

CreateTopic(TopicCommandOptions)

public void CreateTopic(TopicCommand.TopicCommandOptions arg0)

Parameters

arg0 TopicCommand.TopicCommandOptions

TopicCommand.TopicCommandOptions

Exceptions

Exception

DeleteTopic(TopicCommandOptions)

public void DeleteTopic(TopicCommand.TopicCommandOptions arg0)

Parameters

arg0 TopicCommand.TopicCommandOptions

TopicCommand.TopicCommandOptions

Exceptions

ExecutionException
InterruptedException

DescribeTopic(TopicCommandOptions)

public void DescribeTopic(TopicCommand.TopicCommandOptions arg0)

Parameters

arg0 TopicCommand.TopicCommandOptions

TopicCommand.TopicCommandOptions

Exceptions

ExecutionException
InterruptedException

GetTopicIds(Uuid, bool)

public List<Uuid> GetTopicIds(Uuid arg0, bool arg1)

Parameters

arg0 Uuid

Uuid

arg1 bool

bool

Returns

List<Uuid>

List

Exceptions

ExecutionException
InterruptedException

GetTopics(Optional<String>, bool)

public List<String> GetTopics(Optional<String> arg0, bool arg1)

Parameters

arg0 Optional<String>

Optional

arg1 bool

bool

Returns

List<String>

List

Exceptions

ExecutionException
InterruptedException

ListAllReassignments(Set<TopicPartition>)

public Map<TopicPartition, PartitionReassignment> ListAllReassignments(Set<TopicPartition> arg0)

Parameters

arg0 Set<TopicPartition>

Set

Returns

Map<TopicPartition, PartitionReassignment>

Map

ListTopics(TopicCommandOptions)

public void ListTopics(TopicCommand.TopicCommandOptions arg0)

Parameters

arg0 TopicCommand.TopicCommandOptions

TopicCommand.TopicCommandOptions

Exceptions

ExecutionException
InterruptedException