public class MetadataBackup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BUCKETS |
static String |
SERIALIZED_NAME_KV |
static String |
SERIALIZED_NAME_SQL |
| Constructor and Description |
|---|
MetadataBackup() |
| Modifier and Type | Method and Description |
|---|---|
MetadataBackup |
addBucketsItem(BucketMetadataManifest bucketsItem) |
MetadataBackup |
buckets(List<BucketMetadataManifest> buckets) |
boolean |
equals(Object o) |
List<BucketMetadataManifest> |
getBuckets()
Get buckets
|
File |
getKv()
Get kv
|
File |
getSql()
Get sql
|
int |
hashCode() |
MetadataBackup |
kv(File kv) |
void |
setBuckets(List<BucketMetadataManifest> buckets) |
void |
setKv(File kv) |
void |
setSql(File sql) |
MetadataBackup |
sql(File sql) |
String |
toString() |
public static final String SERIALIZED_NAME_KV
public static final String SERIALIZED_NAME_SQL
public static final String SERIALIZED_NAME_BUCKETS
public MetadataBackup kv(File kv)
public File getKv()
public void setKv(File kv)
public MetadataBackup sql(File sql)
public File getSql()
public void setSql(File sql)
public MetadataBackup buckets(List<BucketMetadataManifest> buckets)
public MetadataBackup addBucketsItem(BucketMetadataManifest bucketsItem)
public List<BucketMetadataManifest> getBuckets()
public void setBuckets(List<BucketMetadataManifest> buckets)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.