Class MasterExecutable

  • All Implemented Interfaces:
    org.apache.accumulo.start.spi.KeywordExecutable

    @AutoService(org.apache.accumulo.start.spi.KeywordExecutable.class)
    public class MasterExecutable
    extends Object
    implements org.apache.accumulo.start.spi.KeywordExecutable
    • Constructor Detail

      • MasterExecutable

        public MasterExecutable()
    • Method Detail

      • keyword

        public String keyword()
        Specified by:
        keyword in interface org.apache.accumulo.start.spi.KeywordExecutable
      • execute

        public void execute​(String[] args)
                     throws Exception
        Specified by:
        execute in interface org.apache.accumulo.start.spi.KeywordExecutable
        Throws:
        Exception