Package alluxio.table.common
Interface LayoutFactory
-
- All Known Implementing Classes:
HiveLayout.HiveLayoutFactory
public interface LayoutFactoryThe layout factory interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Layoutcreate(alluxio.grpc.table.Layout layoutProto)java.lang.StringgetType()
-
-
-
Method Detail
-
getType
java.lang.String getType()
- Returns:
- the type of layout for the factory
-
create
Layout create(alluxio.grpc.table.Layout layoutProto)
- Parameters:
layoutProto- the proto representation of the layout- Returns:
- a new instance of the layout
-
-