Uses of Class
com.influxdb.client.domain.File
-
Uses of File in com.influxdb.client.domain
Modifier and TypeMethodDescriptionFile._package
(PackageClause _package) File.addBodyItem
(Statement bodyItem) File.addImportsItem
(ImportDeclaration importsItem) Query.getExtern()
Get externMetadataBackup.getKv()
Get kvMetadataBackup.getSql()
Get sqlFile.imports
(List<ImportDeclaration> imports) -
Uses of File in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<PostRestoreKVResponse> 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.