public interface MetaMasterClient extends Closeable
Modifier and Type | Method and Description |
---|---|
BackupResponse |
backup(BackupPOptions options)
Writes a backup of the journal to the specified directory.
|
String |
checkpoint()
Creates a checkpoint in the primary master journal system.
|
ConfigCheckReport |
getConfigReport()
Gets the server-side configuration check report.
|
MasterInfo |
getMasterInfo(Set<MasterInfoField> masterInfoFields) |
Map<String,MetricValue> |
getMetrics()
Gets a map of metrics property names and their values from metrics system.
|
BackupResponse backup(BackupPOptions options) throws IOException
options
- backup optionsIOException
ConfigCheckReport getConfigReport() throws IOException
IOException
MasterInfo getMasterInfo(Set<MasterInfoField> masterInfoFields) throws IOException
masterInfoFields
- optional list of fields to query; if null all fields will be queriedIOException
Map<String,MetricValue> getMetrics() throws AlluxioStatusException
AlluxioStatusException
String checkpoint() throws IOException
IOException
Copyright © 2023. All Rights Reserved.