Package org.apache.iceberg
Class SerializableTable.SerializableMetadataTable
java.lang.Object
org.apache.iceberg.SerializableTable
org.apache.iceberg.SerializableTable.SerializableMetadataTable
- All Implemented Interfaces:
Serializable
,HasTableOperations
,Table
- Direct Known Subclasses:
SerializableTableWithSize.SerializableMetadataTableWithSize
- Enclosing class:
- SerializableTable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iceberg.SerializableTable
SerializableTable.SerializableMetadataTable
-
Constructor Summary
ModifierConstructorDescriptionprotected
SerializableMetadataTable
(BaseMetadataTable metadataTable) -
Method Summary
Modifier and TypeMethodDescriptionprotected Table
newTable
(TableOperations ops, String tableName) type()
Methods inherited from class org.apache.iceberg.SerializableTable
copyOf, currentSnapshot, encryption, expireSnapshots, history, io, location, locationProvider, manageSnapshots, name, newAppend, newBatchScan, newDelete, newIncrementalAppendScan, newIncrementalChangelogScan, newOverwrite, newReplacePartitions, newRewrite, newRowDelta, newScan, newTransaction, operations, partitionStatisticsFiles, properties, refresh, refs, replaceSortOrder, rewriteManifests, schema, schemas, snapshot, snapshots, sortOrder, sortOrders, spec, specs, statisticsFiles, updateLocation, updatePartitionStatistics, updateProperties, updateSchema, updateSpec, updateStatistics, uuid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.Table
newFastAppend, snapshot
-
Constructor Details
-
SerializableMetadataTable
-
-
Method Details
-
newTable
- Overrides:
newTable
in classSerializableTable
-
type
-