Uses of Class
com.influxdb.client.domain.File
Packages that use File
-
Uses of File in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return FileModifier 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) Methods in com.influxdb.client.domain that return types with arguments of type FileMethods in com.influxdb.client.domain with parameters of type FileMethod parameters in com.influxdb.client.domain with type arguments of type File -
Uses of File in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type FileModifier 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.