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
JVMBridgeBase
JVMBridgeBase<Enum<AclOperation>>
AclOperation
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<AclOperation>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<AclOperation>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<AclOperation>>.Execute<T>(params T[])
JVMBridgeBase<Enum<AclOperation>>.DynBridgeClazz
JVMBridgeBase<Enum<AclOperation>>.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

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

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

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

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