{"id":23480413,"url":"https://github.com/fluid-cloudnative/fluid-client-java","last_synced_at":"2025-04-14T22:54:55.468Z","repository":{"id":51268778,"uuid":"367231238","full_name":"fluid-cloudnative/fluid-client-java","owner":"fluid-cloudnative","description":" Fluid Java Client","archived":false,"fork":false,"pushed_at":"2023-12-15T15:37:07.000Z","size":331,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T22:54:37.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluid-cloudnative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-05-14T02:46:08.000Z","updated_at":"2023-11-30T06:41:14.000Z","dependencies_parsed_at":"2023-12-15T16:03:10.084Z","dependency_job_id":null,"html_url":"https://github.com/fluid-cloudnative/fluid-client-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid-cloudnative%2Ffluid-client-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid-cloudnative%2Ffluid-client-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid-cloudnative%2Ffluid-client-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid-cloudnative%2Ffluid-client-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluid-cloudnative","download_url":"https://codeload.github.com/fluid-cloudnative/fluid-client-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975330,"owners_count":21192208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T20:12:56.654Z","updated_at":"2025-04-14T22:54:55.441Z","avatar_url":"https://github.com/fluid-cloudnative.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluid-java-client\n\nfluid\n- API version: v0.1\n  - Build date: 2021-05-14T16:48:53.494+08:00\n\nJava SDK for [Fluid](https://github.com/fluid-cloudnative/fluid)\n\n\n*Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen)*\n\n\n## Requirements\n\nBuilding the API client library requires:\n1. Java 1.7+\n2. Maven/Gradle\n\n## Installation\n\nTo install the API client library to your local Maven repository, simply execute:\n\n```shell\nmvn clean install\n```\n\nTo deploy it to a remote Maven repository instead, configure the settings of the repository and execute:\n\n```shell\nmvn clean deploy\n```\n\nRefer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) for more information.\n\n### Maven users\n\nAdd this dependency to your project's POM:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003efluid-cloudnative.fluid\u003c/groupId\u003e\n  \u003cartifactId\u003efluid-java-client\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003cscope\u003ecompile\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle users\n\nAdd this dependency to your project's build file:\n\n```groovy\ncompile \"fluid-cloudnative.fluid:fluid-java-client:1.0.0\"\n```\n\n### Others\n\nAt first generate the JAR by executing:\n\n```shell\nmvn clean package\n```\n\nThen manually install the following JARs:\n\n* `target/fluid-java-client-1.0.0.jar`\n* `target/lib/*.jar`\n\n## Documentation for Models\n\n - [APIGatewayStatus](docs/APIGatewayStatus.md)\n - [AlluxioCompTemplateSpec](docs/AlluxioCompTemplateSpec.md)\n - [AlluxioFuseSpec](docs/AlluxioFuseSpec.md)\n - [AlluxioRuntime](docs/AlluxioRuntime.md)\n - [AlluxioRuntimeList](docs/AlluxioRuntimeList.md)\n - [AlluxioRuntimeSpec](docs/AlluxioRuntimeSpec.md)\n - [BackupLocation](docs/BackupLocation.md)\n - [CacheableNodeAffinity](docs/CacheableNodeAffinity.md)\n - [Condition](docs/Condition.md)\n - [Data](docs/Data.md)\n - [DataBackup](docs/DataBackup.md)\n - [DataBackupList](docs/DataBackupList.md)\n - [DataBackupSpec](docs/DataBackupSpec.md)\n - [DataBackupStatus](docs/DataBackupStatus.md)\n - [DataLoad](docs/DataLoad.md)\n - [DataLoadList](docs/DataLoadList.md)\n - [DataLoadSpec](docs/DataLoadSpec.md)\n - [DataLoadStatus](docs/DataLoadStatus.md)\n - [DataRestoreLocation](docs/DataRestoreLocation.md)\n - [Dataset](docs/Dataset.md)\n - [DatasetCondition](docs/DatasetCondition.md)\n - [DatasetList](docs/DatasetList.md)\n - [DatasetSpec](docs/DatasetSpec.md)\n - [DatasetStatus](docs/DatasetStatus.md)\n - [EncryptOption](docs/EncryptOption.md)\n - [EncryptOptionSource](docs/EncryptOptionSource.md)\n - [HCFSStatus](docs/HCFSStatus.md)\n - [InitUsersSpec](docs/InitUsersSpec.md)\n - [JindoCompTemplateSpec](docs/JindoCompTemplateSpec.md)\n - [JindoFuseSpec](docs/JindoFuseSpec.md)\n - [JindoRuntime](docs/JindoRuntime.md)\n - [JindoRuntimeList](docs/JindoRuntimeList.md)\n - [JindoRuntimeSpec](docs/JindoRuntimeSpec.md)\n - [Level](docs/Level.md)\n - [Mount](docs/Mount.md)\n - [Runtime](docs/Runtime.md)\n - [RuntimeCondition](docs/RuntimeCondition.md)\n - [RuntimeStatus](docs/RuntimeStatus.md)\n - [SecretKeySelector](docs/SecretKeySelector.md)\n - [TargetDataset](docs/TargetDataset.md)\n - [TargetPath](docs/TargetPath.md)\n - [Tieredstore](docs/Tieredstore.md)\n - [User](docs/User.md)\n - [VersionSpec](docs/VersionSpec.md)\n\n\n## Documentation for Authorization\n\nAll endpoints do not require authorization.\nAuthentication schemes defined for the API:\n\n## Recommendation\n\nIt's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.\n\n## Author\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluid-cloudnative%2Ffluid-client-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluid-cloudnative%2Ffluid-client-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluid-cloudnative%2Ffluid-client-java/lists"}