Modifier and Type | Method and Description |
---|---|
BucketMode |
KeyValueFileStore.bucketMode() |
BucketMode |
FileStore.bucketMode() |
BucketMode |
AppendOnlyFileStore.bucketMode() |
Modifier and Type | Method and Description |
---|---|
String |
IndexManifestFile.writeIndexFiles(String previousIndexManifest,
List<IndexManifestEntry> newIndexFiles,
BucketMode bucketMode)
Write new index files to index manifest.
|
Constructor and Description |
---|
FileStoreCommitImpl(SnapshotCommit snapshotCommit,
FileIO fileIO,
SchemaManager schemaManager,
String tableName,
String commitUser,
RowType partitionType,
CoreOptions options,
String partitionDefaultName,
FileStorePathFactory pathFactory,
SnapshotManager snapshotManager,
ManifestFile.Factory manifestFileFactory,
ManifestList.Factory manifestListFactory,
IndexManifestFile.Factory indexManifestFileFactory,
FileStoreScan scan,
int numBucket,
MemorySize manifestTargetSize,
MemorySize manifestFullCompactionSize,
int manifestMergeMinCount,
boolean dynamicPartitionOverwrite,
Comparator<InternalRow> keyComparator,
String branchName,
StatsFileHandler statsFileHandler,
BucketMode bucketMode,
Integer manifestReadParallelism,
List<CommitCallback> commitCallbacks,
int commitMaxRetries,
long commitTimeout) |
Modifier and Type | Method and Description |
---|---|
BucketMode |
PrivilegedFileStore.bucketMode() |
Modifier and Type | Method and Description |
---|---|
default BucketMode |
FileStoreTable.bucketMode() |
BucketMode |
BucketSpec.getBucketMode() |
static BucketMode |
BucketMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketMode[] |
BucketMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BucketSpec(BucketMode bucketMode,
List<String> bucketKeys,
int numBuckets) |
Modifier and Type | Method and Description |
---|---|
TableWriteImpl<T> |
TableWriteImpl.withBucketMode(BucketMode bucketMode) |
Constructor and Description |
---|
AppendOnlySplitGenerator(long targetSplitSize,
long openFileCost,
BucketMode bucketMode) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.