Package org.apache.iceberg
Class SerializableTable.SerializableMetadataTable
- java.lang.Object
- 
- org.apache.iceberg.SerializableTable
- 
- org.apache.iceberg.SerializableTable.SerializableMetadataTable
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HasTableOperations,- Table
 - Direct Known Subclasses:
- SerializableTableWithSize.SerializableMetadataTableWithSize
 - Enclosing class:
- SerializableTable
 
 public static class SerializableTable.SerializableMetadataTable extends SerializableTable - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.iceberg.SerializableTableSerializableTable.SerializableMetadataTable
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedSerializableMetadataTable(BaseMetadataTable metadataTable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TablenewTable(TableOperations ops, java.lang.String tableName)MetadataTableTypetype()- 
Methods inherited from class org.apache.iceberg.SerializableTablecopyOf, currentSnapshot, encryption, expireSnapshots, history, io, location, locationProvider, manageSnapshots, name, newAppend, newBatchScan, newDelete, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.iceberg.TablenewFastAppend, newIncrementalAppendScan, newIncrementalChangelogScan, snapshot
 
- 
 
- 
- 
- 
Constructor Detail- 
SerializableMetadataTableprotected SerializableMetadataTable(BaseMetadataTable metadataTable) 
 
- 
 - 
Method Detail- 
newTableprotected Table newTable(TableOperations ops, java.lang.String tableName) - Overrides:
- newTablein class- SerializableTable
 
 - 
typepublic MetadataTableType type() 
 
- 
 
-