gravitino.audit.internal_client_type.InternalClientType¶
- class gravitino.audit.internal_client_type.InternalClientType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
EnumAn enum class containing internal client type that supported.
- __init__(*args, **kwds)¶
Attributes
The client type is org.apache.gravitino.filesystem.hadoop.GravitinoVirtualFileSystem which in the filesystem-hadoop3 module.
The client type is gravitino.filesystem.gvfs.GravitinoVirtualFileSystem which in the client-python module.
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.