Package alluxio.cli.table
Class TableShellUtils
- java.lang.Object
-
- alluxio.cli.table.TableShellUtils
-
public class TableShellUtils extends java.lang.ObjectA utility class for the table shell.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintSyncStatus(alluxio.grpc.table.SyncStatus status, org.slf4j.Logger logger, int maxErrors)Prints out the sync status.
-
-
-
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 printlogger- the logger to errors log tomaxErrors- a max number of errors to print to stdout
-
-