| Package | Description |
|---|---|
| com.aliyun.odps.storage |
| Modifier and Type | Method and Description |
|---|---|
MaxStorageClient.Builder |
MaxStorageClient.Builder.bufferAllocator(org.apache.arrow.memory.BufferAllocator bufferAllocator)
Sets the buffer allocator for memory management.
|
static MaxStorageClient.Builder |
MaxStorageClient.builder()
Creates a new builder for constructing MaxStorageClient instances.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.credentialsProvider(com.aliyun.credentials.api.ICredentialsProvider credentialsProvider)
Sets the credentials provider for authentication.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.endpoint(String endpoint)
Sets the MaxCompute service endpoint.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.httpSettings(HttpSettings httpSettings)
Sets the HTTP settings for connection management.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.project(String project)
Sets the MaxCompute project name.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.quota(String quota)
Sets the MaxCompute quota.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.region(String region)
Sets the MaxCompute region.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.tunnelEndpoint(String tunnelEndpoint)
Sets the MaxCompute tunnel endpoint.
|
MaxStorageClient.Builder |
MaxStorageClient.Builder.userAgent(String userAgent)
Appends a custom string to the 'User-Agent' header for all MaxStorage requests.
|
| Constructor and Description |
|---|
MaxStorageClient(MaxStorageClient.Builder builder)
Constructs a new MaxStorageClient with the provided builder configuration.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.