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 SummaryNested classes/interfaces inherited from class org.apache.iceberg.SerializableTableSerializableTable.SerializableMetadataTable
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSerializableMetadataTable(BaseMetadataTable metadataTable) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected TablenewTable(TableOperations ops, String tableName) type()Methods inherited from class org.apache.iceberg.SerializableTablecopyOf, currentSnapshot, encryption, expireSnapshots, formatVersion, history, io, location, locationProvider, manageSnapshots, metadataFileLocation, name, newAppend, newBatchScan, newDelete, newIncrementalAppendScan, newIncrementalChangelogScan, newOverwrite, newReplacePartitions, newRewrite, newRowDelta, newScan, newTransaction, partitionStatisticsFiles, properties, refresh, refs, replaceSortOrder, rewriteManifests, schema, schemas, snapshot, snapshots, sortOrder, sortOrders, spec, specs, statisticsFiles, updateLocation, updatePartitionStatistics, updateProperties, updateSchema, updateSpec, updateStatistics, uuidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.TablenewFastAppend, snapshot
- 
Constructor Details- 
SerializableMetadataTable
 
- 
- 
Method Details- 
newTable- Overrides:
- newTablein class- SerializableTable
 
- 
operations- Specified by:
- operationsin interface- HasTableOperations
- Overrides:
- operationsin class- SerializableTable
 
- 
type
 
-