Package | Description |
---|---|
alluxio.master.lineage | |
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
ReinitializeFileTResponse |
LineageMasterClientServiceHandler.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options) |
Modifier and Type | Method and Description |
---|---|
static TTtlAction |
TTtlAction.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TTtlAction |
LineageMasterClientService.reinitializeFile_args.getTtlAction()
expiry action
|
TTtlAction |
FileInfo.getTtlAction() |
TTtlAction |
SetAttributeTOptions.getTtlAction() |
TTtlAction |
CreateFileTOptions.getTtlAction() |
TTtlAction |
CreateDirectoryTOptions.getTtlAction() |
static TTtlAction |
TTtlAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTtlAction[] |
TTtlAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReinitializeFileTResponse |
LineageMasterClientService.Iface.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options)
Reinitializes a file.
|
ReinitializeFileTResponse |
LineageMasterClientService.Client.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options) |
void |
LineageMasterClientService.AsyncIface.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
LineageMasterClientService.AsyncClient.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
LineageMasterClientService.Client.send_reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options) |
LineageMasterClientService.reinitializeFile_args |
LineageMasterClientService.reinitializeFile_args.setTtlAction(TTtlAction ttlAction)
expiry action
|
FileInfo |
FileInfo.setTtlAction(TTtlAction ttlAction) |
SetAttributeTOptions |
SetAttributeTOptions.setTtlAction(TTtlAction ttlAction) |
CreateFileTOptions |
CreateFileTOptions.setTtlAction(TTtlAction ttlAction) |
CreateDirectoryTOptions |
CreateDirectoryTOptions.setTtlAction(TTtlAction ttlAction) |
Constructor and Description |
---|
FileInfo(long fileId,
String name,
String path,
String ufsPath,
long length,
long blockSizeBytes,
long creationTimeMs,
boolean completed,
boolean folder,
boolean pinned,
boolean cacheable,
boolean persisted,
List<Long> blockIds,
int inMemoryPercentage,
long lastModificationTimeMs,
long ttl,
String owner,
String group,
int mode,
String persistenceState,
boolean mountPoint,
List<FileBlockInfo> fileBlockInfos,
TTtlAction ttlAction,
long mountId,
int inAlluxioPercentage,
String ufsFingerprint) |
reinitializeFile_args(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options) |
reinitializeFile_call(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions 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) |
Modifier and Type | Method and Description |
---|---|
static TTtlAction |
TtlAction.toThrift(TtlAction ttlAction)
Converts wire type to thrift type.
|
Modifier and Type | Method and Description |
---|---|
static TtlAction |
TtlAction.fromThrift(TTtlAction tTtlAction)
Converts thrift type to wire type.
|
Copyright © 2023. All Rights Reserved.