Table of Contents

Class AclOperation

Namespace
Org.Apache.Kafka.Common.Acl
Assembly
MASES.KNet.dll
public class AclOperation : Enum<AclOperation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
AclOperation
Implements
Inherited Members

Constructors

AclOperation()

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

public AclOperation()

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

Parameters

args object[]

Properties

ALL

public static AclOperation ALL { get; }

Property Value

AclOperation

ALTER

public static AclOperation ALTER { get; }

Property Value

AclOperation

ALTER_CONFIGS

public static AclOperation ALTER_CONFIGS { get; }

Property Value

AclOperation

ANY

public static AclOperation ANY { get; }

Property Value

AclOperation

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLUSTER_ACTION

public static AclOperation CLUSTER_ACTION { get; }

Property Value

AclOperation

CREATE

public static AclOperation CREATE { get; }

Property Value

AclOperation

CREATE_TOKENS

public static AclOperation CREATE_TOKENS { get; }

Property Value

AclOperation

DELETE

public static AclOperation DELETE { get; }

Property Value

AclOperation

DESCRIBE

public static AclOperation DESCRIBE { get; }

Property Value

AclOperation

DESCRIBE_CONFIGS

public static AclOperation DESCRIBE_CONFIGS { get; }

Property Value

AclOperation

DESCRIBE_TOKENS

public static AclOperation DESCRIBE_TOKENS { get; }

Property Value

AclOperation

IDEMPOTENT_WRITE

public static AclOperation IDEMPOTENT_WRITE { get; }

Property Value

AclOperation

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 Closeable

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

READ

public static AclOperation READ { get; }

Property Value

AclOperation

UNKNOWN

public static AclOperation UNKNOWN { get; }

Property Value

AclOperation

WRITE

public static AclOperation WRITE { get; }

Property Value

AclOperation

Methods

Code()

public byte Code()

Returns

byte

byte

FromCode(byte)

public static AclOperation FromCode(byte arg0)

Parameters

arg0 byte

byte

Returns

AclOperation

AclOperation

FromString(String)

public static AclOperation FromString(String arg0)

Parameters

arg0 String

String

Returns

AclOperation

AclOperation

Exceptions

IllegalArgumentException

IsUnknown()

public bool IsUnknown()

Returns

bool

bool

ValueOf(String)

public static AclOperation ValueOf(String arg0)

Parameters

arg0 String

String

Returns

AclOperation

AclOperation

Values()

public static AclOperation[] Values()

Returns

AclOperation[]

AclOperation