| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
File |
File._package(PackageClause _package) |
File |
File.addBodyItem(Statement bodyItem) |
File |
File.addImportsItem(ImportDeclaration importsItem) |
File |
File.body(List<Statement> body) |
File |
Query.getExtern()
Get extern
|
File |
MetadataBackup.getKv()
Get kv
|
File |
MetadataBackup.getSql()
Get sql
|
File |
File.imports(List<ImportDeclaration> imports) |
File |
File.name(String name) |
File |
File.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
ModelPackage.getFiles()
Package files
|
| Modifier and Type | Method and Description |
|---|---|
ModelPackage |
ModelPackage.addFilesItem(File filesItem) |
Query |
Query.extern(File extern) |
MetadataBackup |
MetadataBackup.kv(File kv) |
void |
Query.setExtern(File extern) |
void |
MetadataBackup.setKv(File kv) |
void |
MetadataBackup.setSql(File sql) |
MetadataBackup |
MetadataBackup.sql(File sql) |
| Modifier and Type | Method and Description |
|---|---|
ModelPackage |
ModelPackage.files(List<File> files) |
void |
ModelPackage.setFiles(List<File> files) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Void> |
RestoreService.postRestoreKV(File body,
String zapTraceSpan,
String contentEncoding,
String contentType)
Overwrite the embedded KV store on the server with a backed-up snapshot.
|
retrofit2.Call<Void> |
RestoreService.postRestoreShardId(String shardID,
File body,
String zapTraceSpan,
String contentEncoding,
String contentType)
Restore a TSM snapshot into a shard.
|
retrofit2.Call<Void> |
RestoreService.postRestoreSQL(File body,
String zapTraceSpan,
String contentEncoding,
String contentType)
Overwrite the embedded SQL store on the server with a backed-up snapshot.
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.