Package alluxio.cli.fsadmin.report
Class ProxyCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.report.ProxyCommand
-
public class ProxyCommand extends java.lang.ObjectPrints information about proxy instances in the cluster.
-
-
Field Summary
Fields Modifier and Type Field Description static java.time.format.DateTimeFormatterDATETIME_FORMAT
-
Constructor Summary
Constructors Constructor Description ProxyCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, java.io.PrintStream printStream)Creates a new instance ofProxyCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Runs a proxy report command.
-
-
-
Constructor Detail
-
ProxyCommand
public ProxyCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, java.io.PrintStream printStream)Creates a new instance ofProxyCommand.- Parameters:
metaMasterClient- the client to talk to the master withprintStream- the stream to print to
-
-