Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetNewBlockIdForFileTResponse |
FileSystemMasterClientServiceHandler.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetNewBlockIdForFileTOptions |
GetNewBlockIdForFileTOptions.deepCopy() |
GetNewBlockIdForFileTOptions |
FileSystemMasterClientService.getNewBlockIdForFile_args.getOptions()
the method options
|
GetNewBlockIdForFileTOptions |
GetNewBlockIdForFileTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
Modifier and Type | Method and Description |
---|---|
int |
GetNewBlockIdForFileTOptions.compareTo(GetNewBlockIdForFileTOptions other) |
boolean |
GetNewBlockIdForFileTOptions.equals(GetNewBlockIdForFileTOptions that) |
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.Iface.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options)
Generates a new block id for the given file.
|
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.Client.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options) |
FileSystemMasterClientService.getNewBlockIdForFile_args |
FileSystemMasterClientService.getNewBlockIdForFile_args.setOptions(GetNewBlockIdForFileTOptions options)
the method options
|
Constructor and Description |
---|
getNewBlockIdForFile_args(String path,
GetNewBlockIdForFileTOptions options) |
getNewBlockIdForFile_call(String path,
GetNewBlockIdForFileTOptions 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) |
GetNewBlockIdForFileTOptions(GetNewBlockIdForFileTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.