public class CatalogEnvironment extends Object implements Serializable
Constructor and Description |
---|
CatalogEnvironment(Identifier identifier,
String uuid,
CatalogLoader catalogLoader,
SnapshotCommit.Factory commitFactory) |
Modifier and Type | Method and Description |
---|---|
SnapshotCommit.Factory |
commitFactory() |
static CatalogEnvironment |
empty() |
Identifier |
identifier() |
PartitionHandler |
partitionHandler() |
SnapshotCommit |
snapshotCommit(SnapshotManager snapshotManager) |
String |
uuid() |
public CatalogEnvironment(@Nullable Identifier identifier, @Nullable String uuid, @Nullable CatalogLoader catalogLoader, @Nullable SnapshotCommit.Factory commitFactory)
public static CatalogEnvironment empty()
@Nullable public Identifier identifier()
@Nullable public SnapshotCommit snapshotCommit(SnapshotManager snapshotManager)
@Nullable public PartitionHandler partitionHandler()
@VisibleForTesting public SnapshotCommit.Factory commitFactory()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.