Class VerifyGroupsCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action, org.onosproject.codec.CodecContext

    public class VerifyGroupsCommand
    extends org.onosproject.cli.AbstractShellCommand
    Triggers the verification of hashed group buckets in the specified device, and corrects the buckets if necessary. Outcome can be viewed in the 'groups' command.
    • Field Summary

      • Fields inherited from class org.onosproject.cli.AbstractShellCommand

        log
    • Constructor Detail

      • VerifyGroupsCommand

        public VerifyGroupsCommand()
    • Method Detail

      • doExecute

        protected void doExecute()
        Specified by:
        doExecute in class org.onosproject.cli.AbstractShellCommand