Package org.apache.opendal
Class ServiceConfig.NebulaGraph
java.lang.Object
org.apache.opendal.ServiceConfig.NebulaGraph
- All Implemented Interfaces:
ServiceConfig
- Enclosing interface:
- ServiceConfig
Configuration for service nebula-graph.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.opendal.ServiceConfig
ServiceConfig.AliyunDrive, ServiceConfig.Alluxio, ServiceConfig.Atomicserver, ServiceConfig.Azblob, ServiceConfig.Azdls, ServiceConfig.Azfile, ServiceConfig.B2, ServiceConfig.Cacache, ServiceConfig.CloudflareKv, ServiceConfig.Compfs, ServiceConfig.Cos, ServiceConfig.D1, ServiceConfig.Dashmap, ServiceConfig.Dbfs, ServiceConfig.Dropbox, ServiceConfig.Etcd, ServiceConfig.Fs, ServiceConfig.Gcs, ServiceConfig.Gdrive, ServiceConfig.Ghac, ServiceConfig.Github, ServiceConfig.Gridfs, ServiceConfig.HdfsNative, ServiceConfig.Http, ServiceConfig.Huggingface, ServiceConfig.Icloud, ServiceConfig.Ipfs, ServiceConfig.Ipmfs, ServiceConfig.Koofr, ServiceConfig.Lakefs, ServiceConfig.Memcached, ServiceConfig.Memory, ServiceConfig.MiniMoka, ServiceConfig.Moka, ServiceConfig.Mongodb, ServiceConfig.Monoiofs, ServiceConfig.Mysql, ServiceConfig.NebulaGraph, ServiceConfig.Obs, ServiceConfig.Onedrive, ServiceConfig.Opfs, ServiceConfig.Oss, ServiceConfig.Pcloud, ServiceConfig.Persy, ServiceConfig.Postgresql, ServiceConfig.Redb, ServiceConfig.Redis, ServiceConfig.S3, ServiceConfig.Seafile, ServiceConfig.Sftp, ServiceConfig.Sled, ServiceConfig.Sqlite, ServiceConfig.Surrealdb, ServiceConfig.Swift, ServiceConfig.Upyun, ServiceConfig.VercelArtifacts, ServiceConfig.VercelBlob, ServiceConfig.Webdav, ServiceConfig.Webhdfs, ServiceConfig.YandexDisk -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe host addr of nebulagraph's graphd serverfinal StringThe key field name of the NebulaGraph service to read/write.final StringThe password of nebulagraph's graphd serverfinal IntegerThe host port of nebulagraph's graphd serverfinal StringThe root for NebulaGraphfinal StringThe space name of nebulagraph's graphd serverfinal StringThe tag name of nebulagraph's graphd serverfinal StringThe username of nebulagraph's graphd serverfinal StringThe value field name of the NebulaGraph service to read/write. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
The host addr of nebulagraph's graphd server
-
port
The host port of nebulagraph's graphd server
-
username
The username of nebulagraph's graphd server
-
password
The password of nebulagraph's graphd server
-
space
The space name of nebulagraph's graphd server
-
tag
The tag name of nebulagraph's graphd server
-
keyField
The key field name of the NebulaGraph service to read/write.
-
valueField
The value field name of the NebulaGraph service to read/write.
-
root
The root for NebulaGraph
-
-
Constructor Details
-
NebulaGraph
public NebulaGraph()
-
-
Method Details
-
scheme
Description copied from interface:ServiceConfigThe scheme of the service.- Specified by:
schemein interfaceServiceConfig- Returns:
- the scheme
-
configMap
Description copied from interface:ServiceConfigConvert the structured config to a type erased config map.- Specified by:
configMapin interfaceServiceConfig- Returns:
- the config map
-