fluid
- API version: v0.1
- Build date: 2021-05-14T16:48:53.494+08:00
Java SDK for Fluid
Automatically generated by the Swagger Codegen
Building the API client library requires:
- Java 1.7+
- Maven/Gradle
To install the API client library to your local Maven repository, simply execute:
mvn clean install
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn clean deploy
Refer to the OSSRH Guide for more information.
Add this dependency to your project's POM:
<dependency>
<groupId>fluid-cloudnative.fluid</groupId>
<artifactId>fluid-java-client</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
Add this dependency to your project's build file:
compile "fluid-cloudnative.fluid:fluid-java-client:1.0.0"
At first generate the JAR by executing:
mvn clean package
Then manually install the following JARs:
target/fluid-java-client-1.0.0.jar
target/lib/*.jar
- APIGatewayStatus
- AlluxioCompTemplateSpec
- AlluxioFuseSpec
- AlluxioRuntime
- AlluxioRuntimeList
- AlluxioRuntimeSpec
- BackupLocation
- CacheableNodeAffinity
- Condition
- Data
- DataBackup
- DataBackupList
- DataBackupSpec
- DataBackupStatus
- DataLoad
- DataLoadList
- DataLoadSpec
- DataLoadStatus
- DataRestoreLocation
- Dataset
- DatasetCondition
- DatasetList
- DatasetSpec
- DatasetStatus
- EncryptOption
- EncryptOptionSource
- HCFSStatus
- InitUsersSpec
- JindoCompTemplateSpec
- JindoFuseSpec
- JindoRuntime
- JindoRuntimeList
- JindoRuntimeSpec
- Level
- Mount
- Runtime
- RuntimeCondition
- RuntimeStatus
- SecretKeySelector
- TargetDataset
- TargetPath
- Tieredstore
- User
- VersionSpec
All endpoints do not require authorization. Authentication schemes defined for the API:
It's recommended to create an instance of ApiClient
per thread in a multithreaded environment to avoid any potential issues.