| Package | Description |
|---|---|
| org.apache.paimon | |
| org.apache.paimon.privilege | |
| org.apache.paimon.table |
| Modifier and Type | Class and Description |
|---|---|
class |
AppendOnlyFileStore
FileStore for reading and writing InternalRow. |
class |
KeyValueFileStore
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrivilegedFileStore<T>
FileStore with privilege checks. |
| Modifier and Type | Method and Description |
|---|---|
FileStore<?> |
PrivilegedFileStoreTable.store() |
| Constructor and Description |
|---|
PrivilegedFileStore(FileStore<T> wrapped,
PrivilegeChecker privilegeChecker,
Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
FileStore<?> |
FileStoreTable.store() |
FileStore<?> |
DelegatedFileStoreTable.store() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.