Interface Operations<T>
- Type Parameters:
T
- component unit type
- All Known Implementing Classes:
IcebergTables
,MongoTables
,RdbmsTables
public interface Operations<T>
Each Metastore component must provide mechanisms which return
component metadata, allow reading / writing data from / into Metastore.
-
Method Summary
-
Method Details
-
metadata
Metadata metadata()- Returns:
- component metadata instance
-
read
- Returns:
- component read mechanism implementation
-
modify
- Returns:
- component write mechanism implementation
-