Class HiveLayout.HiveLayoutFactory

  • All Implemented Interfaces:
    LayoutFactory
    Enclosing class:
    HiveLayout

    public static class HiveLayout.HiveLayoutFactory
    extends java.lang.Object
    implements LayoutFactory
    Factory to create layout implementation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Layout create​(alluxio.grpc.table.Layout layoutProto)  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • HiveLayoutFactory

        public HiveLayoutFactory()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface LayoutFactory
        Returns:
        the type of layout for the factory
      • create

        public Layout create​(alluxio.grpc.table.Layout layoutProto)
        Specified by:
        create in interface LayoutFactory
        Parameters:
        layoutProto - the proto representation of the layout
        Returns:
        a new instance of the layout