Table of Contents

Class ResourcePatternFilter

Namespace
Org.Apache.Kafka.Common.Resource
Assembly
MASES.KNet.dll
public class ResourcePatternFilter : JVMBridgeBase<ResourcePatternFilter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ResourcePatternFilter
Implements

Constructors

ResourcePatternFilter(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ResourcePatternFilter(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

ResourcePatternFilter(ResourceType, String, PatternType)

public ResourcePatternFilter(ResourceType arg0, String arg1, PatternType arg2)

Parameters

arg0 ResourceType

ResourceType

arg1 String

String

arg2 PatternType

PatternType

Properties

ANY

public static ResourcePatternFilter ANY { get; set; }

Property Value

ResourcePatternFilter

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(ResourceType, String, PatternType)

HPA initializer for ResourcePatternFilter(Org.Apache.Kafka.Common.Resource.ResourceType arg0, Java.Lang.String arg1, Org.Apache.Kafka.Common.Resource.PatternType arg2)

public static ResourcePatternFilter CreatePoolableInstance(ResourceType arg0, String arg1, PatternType arg2)

Parameters

arg0 ResourceType
arg1 String
arg2 PatternType

Returns

ResourcePatternFilter

FindIndefiniteField()

public String FindIndefiniteField()

Returns

String

String

IsUnknown()

public bool IsUnknown()

Returns

bool

bool

Matches(ResourcePattern)

public bool Matches(ResourcePattern arg0)

Parameters

arg0 ResourcePattern

ResourcePattern

Returns

bool

bool

MatchesAtMostOne()

public bool MatchesAtMostOne()

Returns

bool

bool

Name()

public String Name()

Returns

String

String

PatternType()

public PatternType PatternType()

Returns

PatternType

PatternType

ResourceType()

public ResourceType ResourceType()

Returns

ResourceType

ResourceType