gravitino.audit.internal_client_type.InternalClientType

class gravitino.audit.internal_client_type.InternalClientType(value)

Bases: Enum

An enum class containing internal client type that supported.

__init__()

Attributes

HADOOP_GVFS

The client type is org.apache.gravitino.filesystem.hadoop.GravitinoVirtualFileSystem which in the filesystem-hadoop3 module.

PYTHON_GVFS

The client type is gravitino.filesystem.gvfs.GravitinoVirtualFileSystem which in the client-python module.

UNKNOWN

The client type is unknown.

HADOOP_GVFS = 'HADOOP_GVFS'

The client type is org.apache.gravitino.filesystem.hadoop.GravitinoVirtualFileSystem which in the filesystem-hadoop3 module.

PYTHON_GVFS = 'PYTHON_GVFS'

The client type is gravitino.filesystem.gvfs.GravitinoVirtualFileSystem which in the client-python module.

UNKNOWN = 'UNKNOWN'

The client type is unknown.