| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs.security |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.fs.azurebfs.services |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ContextProviderEncryptionAdapter |
Class manages the encryptionContext and encryptionKey that needs to be added
to the headers to server request if Customer-Encryption-Context is enabled in
the configuration.
|
class |
NoContextEncryptionAdapter |
| Modifier and Type | Method | Description |
|---|---|---|
ContextEncryptionAdapter |
AbfsInputStreamContext.getEncryptionAdapter() |
|
ContextEncryptionAdapter |
AbfsOutputStreamContext.getEncryptionAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
AbfsRestOperation |
AbfsClient.append(java.lang.String path,
byte[] buffer,
AppendRequestParameters reqParams,
java.lang.String cachedSasToken,
ContextEncryptionAdapter contextEncryptionAdapter,
TracingContext tracingContext) |
|
AbfsRestOperation |
AbfsClient.createPath(java.lang.String path,
boolean isFile,
boolean overwrite,
AzureBlobFileSystemStore.Permissions permissions,
boolean isAppendBlob,
java.lang.String eTag,
ContextEncryptionAdapter contextEncryptionAdapter,
TracingContext tracingContext) |
Method for calling createPath API to the backend.
|
AbfsRestOperation |
AbfsClient.flush(java.lang.String path,
long position,
boolean retainUncommittedData,
boolean isClose,
java.lang.String cachedSasToken,
java.lang.String leaseId,
ContextEncryptionAdapter contextEncryptionAdapter,
TracingContext tracingContext) |
|
AbfsRestOperation |
AbfsClient.getPathStatus(java.lang.String path,
boolean includeProperties,
TracingContext tracingContext,
ContextEncryptionAdapter contextEncryptionAdapter) |
|
AbfsRestOperation |
AbfsClient.read(java.lang.String path,
long position,
byte[] buffer,
int bufferOffset,
int bufferLength,
java.lang.String eTag,
java.lang.String cachedSasToken,
ContextEncryptionAdapter contextEncryptionAdapter,
TracingContext tracingContext) |
|
AbfsRestOperation |
AbfsClient.setPathProperties(java.lang.String path,
java.lang.String properties,
TracingContext tracingContext,
ContextEncryptionAdapter contextEncryptionAdapter) |
|
AbfsInputStreamContext |
AbfsInputStreamContext.withEncryptionAdapter(ContextEncryptionAdapter contextEncryptionAdapter) |
|
AbfsOutputStreamContext |
AbfsOutputStreamContext.withEncryptionAdapter(ContextEncryptionAdapter contextEncryptionAdapter) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.