Package alluxio.table.common
Class LayoutRegistry
- java.lang.Object
-
- alluxio.table.common.LayoutRegistry
-
public class LayoutRegistry extends java.lang.ObjectThe registry of layout implementations.
-
-
Constructor Summary
Constructors Constructor Description LayoutRegistry()Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Layoutcreate(alluxio.grpc.table.Layout layoutProto)Creates a new instance of aLayout.voidrefresh()Refreshes the registry by service loading classes.
-