Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerServiceHandler.getPinnedFileIds(GetPinnedFileIdsTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetPinnedFileIdsTResponse |
GetPinnedFileIdsTResponse.deepCopy() |
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerService.Iface.getPinnedFileIds(GetPinnedFileIdsTOptions options)
Returns the set of pinned file ids.
|
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerService.Client.getPinnedFileIds(GetPinnedFileIdsTOptions options) |
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerService.AsyncClient.getPinnedFileIds_call.getResult() |
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerService.getPinnedFileIds_result.getSuccess() |
GetPinnedFileIdsTResponse |
FileSystemMasterWorkerService.Client.recv_getPinnedFileIds() |
GetPinnedFileIdsTResponse |
GetPinnedFileIdsTResponse.setPinnedFileIds(Set<Long> pinnedFileIds) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetPinnedFileIdsTResponse> |
FileSystemMasterWorkerService.AsyncProcessor.getPinnedFileIds.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetPinnedFileIdsTResponse.compareTo(GetPinnedFileIdsTResponse other) |
boolean |
GetPinnedFileIdsTResponse.equals(GetPinnedFileIdsTResponse that) |
FileSystemMasterWorkerService.getPinnedFileIds_result |
FileSystemMasterWorkerService.getPinnedFileIds_result.setSuccess(GetPinnedFileIdsTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterWorkerService.AsyncProcessor.getPinnedFileIds.start(I iface,
FileSystemMasterWorkerService.getPinnedFileIds_args args,
org.apache.thrift.async.AsyncMethodCallback<GetPinnedFileIdsTResponse> resultHandler) |
Constructor and Description |
---|
getPinnedFileIds_result(GetPinnedFileIdsTResponse success,
AlluxioTException e) |
GetPinnedFileIdsTResponse(GetPinnedFileIdsTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.