Class LayoutRegistry


  • public class LayoutRegistry
    extends java.lang.Object
    The 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
      Layout create​(alluxio.grpc.table.Layout layoutProto)
      Creates a new instance of a Layout.
      void refresh()
      Refreshes the registry by service loading classes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutRegistry

        public LayoutRegistry()
        Creates an instance.
    • Method Detail

      • refresh

        public void refresh()
        Refreshes the registry by service loading classes.
      • create

        public Layout create​(alluxio.grpc.table.Layout layoutProto)
        Creates a new instance of a Layout.
        Parameters:
        layoutProto - the proto representation of the layout
        Returns:
        a new instance of the layout