Table of Contents

Class Uuid

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

Constructors

Uuid()

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

public Uuid()

Uuid(long, long)

public Uuid(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

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

Parameters

args object[]

Properties

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

LeastSignificantBits

public long LeastSignificantBits { get; }

Property Value

long

METADATA_TOPIC_ID

public static Uuid METADATA_TOPIC_ID { get; }

Property Value

Uuid

MostSignificantBits

public long MostSignificantBits { get; }

Property Value

long

ONE_UUID

public static Uuid ONE_UUID { get; }

Property Value

Uuid

RESERVED

public static Set RESERVED { get; }

Property Value

Set

ZERO_UUID

public static Uuid ZERO_UUID { get; }

Property Value

Uuid

Methods

CompareTo(Uuid)

public int CompareTo(Uuid arg0)

Parameters

arg0 Uuid

Uuid

Returns

int

int

CompareTo(object)

public int CompareTo(object arg0)

Parameters

arg0 object

object

Returns

int

int

FromString(String)

public static Uuid FromString(String arg0)

Parameters

arg0 String

String

Returns

Uuid

Uuid

RandomUuid()

public static Uuid RandomUuid()

Returns

Uuid

Uuid

ToArray(List<Uuid>)

public static Uuid[] ToArray(List<Uuid> arg0)

Parameters

arg0 List<Uuid>

List

Returns

Uuid[]

Uuid

ToList(Uuid[])

public static List<Uuid> ToList(Uuid[] arg0)

Parameters

arg0 Uuid[]

Uuid

Returns

List<Uuid>

List