Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.proxy | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseFileSystem.exists(AlluxioURI path,
ExistsPOptions options) |
boolean |
DelegatingFileSystem.exists(AlluxioURI path,
ExistsPOptions options) |
boolean |
FileSystem.exists(AlluxioURI path,
ExistsPOptions options)
Checks whether a path exists in Alluxio space.
|
boolean |
FileSystemCache.InstanceCachingFileSystem.exists(AlluxioURI path,
ExistsPOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ExistsPOptions> |
ExistsPOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExistsPOptions |
ExistsPOptions.Builder.build() |
ExistsPOptions |
ExistsPOptions.Builder.buildPartial() |
static ExistsPOptions |
ExistsPOptions.getDefaultInstance() |
ExistsPOptions |
ExistsPOptions.getDefaultInstanceForType() |
ExistsPOptions |
ExistsPOptions.Builder.getDefaultInstanceForType() |
static ExistsPOptions |
ExistsPOptions.parseDelimitedFrom(InputStream input) |
static ExistsPOptions |
ExistsPOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExistsPOptions |
ExistsPOptions.parseFrom(byte[] data) |
static ExistsPOptions |
ExistsPOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExistsPOptions |
ExistsPOptions.parseFrom(ByteBuffer data) |
static ExistsPOptions |
ExistsPOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExistsPOptions |
ExistsPOptions.parseFrom(com.google.protobuf.ByteString data) |
static ExistsPOptions |
ExistsPOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExistsPOptions |
ExistsPOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExistsPOptions |
ExistsPOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExistsPOptions |
ExistsPOptions.parseFrom(InputStream input) |
static ExistsPOptions |
ExistsPOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ExistsPOptions> |
ExistsPOptions.getParserForType() |
static com.google.protobuf.Parser<ExistsPOptions> |
ExistsPOptions.parser() |
Modifier and Type | Method and Description |
---|---|
ExistsPOptions.Builder |
ExistsPOptions.Builder.mergeFrom(ExistsPOptions other) |
static ExistsPOptions.Builder |
ExistsPOptions.newBuilder(ExistsPOptions prototype) |
static GetStatusPOptions |
GrpcUtils.toGetStatusOptions(ExistsPOptions existsOptions)
Converts from proto type to options.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.exists(String path,
ExistsPOptions options) |
Modifier and Type | Method and Description |
---|---|
static ExistsPOptions |
FileSystemOptions.existsDefaults(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.