| Package | Description |
|---|---|
| com.aliyun.odps.storage.internal | |
| com.aliyun.odps.storage.read | |
| com.aliyun.odps.storage.write |
| Constructor and Description |
|---|
BlobManagerImpl(StorageStub stub) |
| Modifier and Type | Method and Description |
|---|---|
StorageStub |
TableReaderBuilder.getStorageStub() |
| Constructor and Description |
|---|
InstanceReaderBuilder(StorageStub storageStub,
InstanceIdentifier instanceId,
String sessionId,
TableSchema tableSchema,
org.apache.arrow.memory.BufferAllocator allocator) |
InstanceReadSession(StorageStub storageStub,
InstanceIdentifier instanceId,
org.apache.arrow.memory.BufferAllocator allocator,
CreateInstanceReadSessionResponse response)
Constructs a new InstanceReadSession with the provided parameters.
|
InstanceReadSessionBuilder(StorageStub storageStub,
org.apache.arrow.memory.BufferAllocator allocator,
InstanceIdentifier instance)
Constructs a new InstanceReadSessionBuilder with the provided parameters.
|
TableReadSession(StorageStub storageStub,
TableIdentifier tableId,
org.apache.arrow.memory.BufferAllocator allocator,
CreateTableReadSessionResponse response,
TableReadSessionBuilder builder)
Constructs a new TableReadSession with the provided parameters.
|
TableReadSessionBuilder(StorageStub storageStub,
org.apache.arrow.memory.BufferAllocator allocator,
TableIdentifier table)
Constructs a new TableReadSessionBuilder with the provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
StorageStub |
TableWriterBuilder.getStorageStub() |
| Constructor and Description |
|---|
TableWriteSessionBuilder(StorageStub storageStub,
org.apache.arrow.memory.BufferAllocator allocator,
TableIdentifier table)
Constructs a new TableWriteSessionBuilder with the provided parameters.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.