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