Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
GetConfigurationTResponse |
MetaMasterClientServiceHandler.getConfiguration(GetConfigurationTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetConfigurationTOptions |
GetConfigurationTOptions.deepCopy() |
GetConfigurationTOptions |
MetaMasterClientService.getConfiguration_args.getOptions()
the method options
|
GetConfigurationTOptions |
GetConfigurationTOptions.setRawValue(boolean rawValue) |
Modifier and Type | Method and Description |
---|---|
int |
GetConfigurationTOptions.compareTo(GetConfigurationTOptions other) |
boolean |
GetConfigurationTOptions.equals(GetConfigurationTOptions that) |
GetConfigurationTResponse |
MetaMasterClientService.Iface.getConfiguration(GetConfigurationTOptions options)
Returns a list of Alluxio runtime configuration information.
|
GetConfigurationTResponse |
MetaMasterClientService.Client.getConfiguration(GetConfigurationTOptions options) |
void |
MetaMasterClientService.AsyncIface.getConfiguration(GetConfigurationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.AsyncClient.getConfiguration(GetConfigurationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.Client.send_getConfiguration(GetConfigurationTOptions options) |
MetaMasterClientService.getConfiguration_args |
MetaMasterClientService.getConfiguration_args.setOptions(GetConfigurationTOptions options)
the method options
|
Constructor and Description |
---|
getConfiguration_args(GetConfigurationTOptions options) |
getConfiguration_call(GetConfigurationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetConfigurationTOptions(GetConfigurationTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
GetConfigurationTOptions |
GetConfigurationOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
static GetConfigurationOptions |
GetConfigurationOptions.fromThrift(GetConfigurationTOptions tOpts) |
Copyright © 2023. All Rights Reserved.