Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.grpc | |
alluxio.hadoop | |
alluxio.master.backcompat | |
alluxio.proxy | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
URIStatus |
RetryHandlingFileSystemMasterClient.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
DelegatingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a file.
|
FileOutStream |
FileSystemCache.InstanceCachingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
URIStatus |
FileSystemMasterClient.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a new file.
|
Constructor and Description |
---|
OutStreamOptions(CreateFilePOptions options,
ClientContext context,
AlluxioConfiguration alluxioConf)
Creates an
OutStreamOptions instance from given options. |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CreateFilePOptions> |
CreateFilePOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateFilePOptions |
CreateFilePOptions.Builder.build() |
CreateFilePOptions |
CreateFilePOptions.Builder.buildPartial() |
static CreateFilePOptions |
CreateFilePOptions.getDefaultInstance() |
CreateFilePOptions |
CreateFilePOptions.getDefaultInstanceForType() |
CreateFilePOptions |
CreateFilePOptions.Builder.getDefaultInstanceForType() |
CreateFilePOptions |
CreateFilePRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.CreateFilePOptions options = 2; |
CreateFilePOptions |
CreateFilePRequest.getOptions()
optional .alluxio.grpc.file.CreateFilePOptions options = 2; |
CreateFilePOptions |
CreateFilePRequest.Builder.getOptions()
optional .alluxio.grpc.file.CreateFilePOptions options = 2; |
static CreateFilePOptions |
CreateFilePOptions.parseDelimitedFrom(InputStream input) |
static CreateFilePOptions |
CreateFilePOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(byte[] data) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(ByteBuffer data) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(com.google.protobuf.ByteString data) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(InputStream input) |
static CreateFilePOptions |
CreateFilePOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CreateFilePOptions> |
CreateFilePOptions.getParserForType() |
static com.google.protobuf.Parser<CreateFilePOptions> |
CreateFilePOptions.parser() |
Modifier and Type | Method and Description |
---|---|
CreateFilePOptions.Builder |
CreateFilePOptions.Builder.mergeFrom(CreateFilePOptions other) |
CreateFilePRequest.Builder |
CreateFilePRequest.Builder.mergeOptions(CreateFilePOptions value)
optional .alluxio.grpc.file.CreateFilePOptions options = 2; |
static CreateFilePOptions.Builder |
CreateFilePOptions.newBuilder(CreateFilePOptions prototype) |
CreateFilePRequest.Builder |
CreateFilePRequest.Builder.setOptions(CreateFilePOptions value)
optional .alluxio.grpc.file.CreateFilePOptions options = 2; |
Modifier and Type | Method and Description |
---|---|
FileOutStream |
AlluxioHdfsFileSystem.createFile(AlluxioURI alluxioURI,
CreateFilePOptions options) |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.createFile(FileSystem fs,
AlluxioURI path,
CreateFilePOptions options)
Creates a file at the given path.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.createFile(String path,
CreateFilePOptions options) |
Modifier and Type | Method and Description |
---|---|
static CreateFilePOptions |
FileSystemOptions.createFileDefaults(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.