Class TableShellUtils


  • public class TableShellUtils
    extends java.lang.Object
    A utility class for the table shell.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void printSyncStatus​(alluxio.grpc.table.SyncStatus status, org.slf4j.Logger logger, int maxErrors)
      Prints out the sync status.
      • Methods inherited from class java.lang.Object

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

      • printSyncStatus

        public static void printSyncStatus​(alluxio.grpc.table.SyncStatus status,
                                           org.slf4j.Logger logger,
                                           int maxErrors)
        Prints out the sync status.
        Parameters:
        status - the sync status to print
        logger - the logger to errors log to
        maxErrors - a max number of errors to print to stdout