Interface TableMetaStoreFactory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EmptyMetaStoreFactory
@Internal public interface TableMetaStoreFactory extends Serializable
Meta store factory to createTableMetaStoreFactory.TableMetaStore
. Meta store may need contains connection to remote, so we should not create too frequently.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TableMetaStoreFactory.TableMetaStore
Meta store to manage the location paths of this table and its partitions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableMetaStoreFactory.TableMetaStore
createTableMetaStore()
Create aTableMetaStoreFactory.TableMetaStore
.
-
-
-
Method Detail
-
createTableMetaStore
TableMetaStoreFactory.TableMetaStore createTableMetaStore() throws Exception
Create aTableMetaStoreFactory.TableMetaStore
.- Throws:
Exception
-
-