Class ProtoUtils


  • public final class ProtoUtils
    extends Object
    • Method Detail

      • fromProto

        public static Database fromProto​(alluxio.grpc.table.Database db)
      • fromProto

        public static Table fromProto​(alluxio.grpc.table.TableInfo table)
      • fromProto

        public static Partition fromProto​(alluxio.grpc.table.layout.hive.PartitionInfo info)
      • toPartitionInfo

        public static alluxio.grpc.table.layout.hive.PartitionInfo toPartitionInfo​(alluxio.grpc.table.Partition part)
      • toPartitionInfoList

        public static List<alluxio.grpc.table.layout.hive.PartitionInfo> toPartitionInfoList​(List<alluxio.grpc.table.Partition> parts)