Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.proxy | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.free(AlluxioURI path,
FreePOptions options) |
void |
RetryHandlingFileSystemMasterClient.free(AlluxioURI path,
FreePOptions options) |
void |
FileSystemMasterClient.free(AlluxioURI path,
FreePOptions options)
Frees a file.
|
void |
FileSystemCache.InstanceCachingFileSystem.free(AlluxioURI path,
FreePOptions options) |
void |
FileSystem.free(AlluxioURI path,
FreePOptions options)
Evicts any data under the given path from Alluxio space, but does not delete the data from the
UFS.
|
void |
DelegatingFileSystem.free(AlluxioURI path,
FreePOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FreePOptions> |
FreePOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FreePOptions |
FreePOptions.Builder.build() |
FreePOptions |
FreePOptions.Builder.buildPartial() |
static FreePOptions |
FreePOptions.getDefaultInstance() |
FreePOptions |
FreePOptions.getDefaultInstanceForType() |
FreePOptions |
FreePOptions.Builder.getDefaultInstanceForType() |
FreePOptions |
FreePRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.FreePOptions options = 2; |
FreePOptions |
FreePRequest.getOptions()
optional .alluxio.grpc.file.FreePOptions options = 2; |
FreePOptions |
FreePRequest.Builder.getOptions()
optional .alluxio.grpc.file.FreePOptions options = 2; |
static FreePOptions |
FreePOptions.parseDelimitedFrom(InputStream input) |
static FreePOptions |
FreePOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePOptions |
FreePOptions.parseFrom(byte[] data) |
static FreePOptions |
FreePOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePOptions |
FreePOptions.parseFrom(ByteBuffer data) |
static FreePOptions |
FreePOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePOptions |
FreePOptions.parseFrom(com.google.protobuf.ByteString data) |
static FreePOptions |
FreePOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePOptions |
FreePOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static FreePOptions |
FreePOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePOptions |
FreePOptions.parseFrom(InputStream input) |
static FreePOptions |
FreePOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FreePOptions> |
FreePOptions.getParserForType() |
static com.google.protobuf.Parser<FreePOptions> |
FreePOptions.parser() |
Modifier and Type | Method and Description |
---|---|
FreePOptions.Builder |
FreePOptions.Builder.mergeFrom(FreePOptions other) |
FreePRequest.Builder |
FreePRequest.Builder.mergeOptions(FreePOptions value)
optional .alluxio.grpc.file.FreePOptions options = 2; |
static FreePOptions.Builder |
FreePOptions.newBuilder(FreePOptions prototype) |
FreePRequest.Builder |
FreePRequest.Builder.setOptions(FreePOptions value)
optional .alluxio.grpc.file.FreePOptions options = 2; |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.free(String path,
FreePOptions options) |
Modifier and Type | Method and Description |
---|---|
static FreePOptions |
FileSystemOptions.freeDefaults(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.