ServerStatusFlags

ldbc.connector.data.ServerStatusFlags
See theServerStatusFlags companion enum

Attributes

Companion
enum
Source
ServerStatusFlags.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(bitset: Long): Seq[ServerStatusFlags]

Get bitset objects from numeric bitset.

Get bitset objects from numeric bitset.

Attributes

Source
ServerStatusFlags.scala
def apply(bitset: Seq[Short]): Seq[ServerStatusFlags]

Get bitset objects from numeric bitsets.

Get bitset objects from numeric bitsets.

Attributes

Source
ServerStatusFlags.scala

Check to whether has a bit flag.

Check to whether has a bit flag.

Attributes

Source
ServerStatusFlags.scala
def hasBitFlag(bitset: Seq[ServerStatusFlags], code: Long): Boolean

Attributes

Source
ServerStatusFlags.scala
def hasBitFlag(bitset: Long, flag: ServerStatusFlags): Boolean

Attributes

Source
ServerStatusFlags.scala
def hasBitFlag(bitset: Long, code: Long): Boolean

Attributes

Source
ServerStatusFlags.scala

Set a specified bit flag.

Set a specified bit flag.

Attributes

Source
ServerStatusFlags.scala
def setBitFlag(bitset: Long, flag: ServerStatusFlags): Long

Attributes

Source
ServerStatusFlags.scala
def setBitFlag(bitset: Long, code: Long): Long

Attributes

Source
ServerStatusFlags.scala

Calculate bitset as numeric

Calculate bitset as numeric

Attributes

Source
ServerStatusFlags.scala
def toCode(bitNum: Short): Long

Convert bitNum to BitFlag numbers

Convert bitNum to BitFlag numbers

Attributes

Source
ServerStatusFlags.scala

Calculate bitset as bit flags

Calculate bitset as bit flags

Attributes

Source
ServerStatusFlags.scala