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
,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.SerializableTable
SerializableTable.SerializableMetadataTable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SerializableMetadataTable(BaseMetadataTable metadataTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Table
newTable(TableOperations ops, java.lang.String tableName)
MetadataTableType
type()
-
Methods inherited from class org.apache.iceberg.SerializableTable
copyOf, currentSnapshot, encryption, expireSnapshots, history, io, location, locationProvider, manageSnapshots, name, newAppend, newBatchScan, newDelete, newOverwrite, newReplacePartitions, newRewrite, newRowDelta, newScan, newTransaction, properties, refresh, refs, replaceSortOrder, rewriteManifests, schema, schemas, snapshot, snapshots, sortOrder, sortOrders, spec, specs, statisticsFiles, updateLocation, updateProperties, updateSchema, updateSpec, updateStatistics
-
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, newIncrementalAppendScan, newIncrementalChangelogScan, snapshot
-
-
-
-
Constructor Detail
-
SerializableMetadataTable
protected SerializableMetadataTable(BaseMetadataTable metadataTable)
-
-
Method Detail
-
newTable
protected Table newTable(TableOperations ops, java.lang.String tableName)
- Overrides:
newTable
in classSerializableTable
-
type
public MetadataTableType type()
-
-