Class RegionListCommand

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

    public class RegionListCommand
    extends AbstractShellCommand
    List Region details including membership.
    • Constructor Detail

      • RegionListCommand

        public RegionListCommand()
    • Method Detail

      • getSortedRegions

        protected java.util.List<Region> getSortedRegions​(RegionService service)
        Returns the list of regions sorted using the region identifier.
        Parameters:
        service - region service
        Returns:
        sorted region list