Class ServerList.Filter

  • Enclosing class:
    ServerList

    public static class ServerList.Filter
    extends java.lang.Object
    Filter in the Servers list.
    • Constructor Summary

      Constructors 
      Constructor Description
      Filter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDedicatedFilter​(java.util.List<java.lang.String> dedicatedFilter)
      Sets the dedicated filter of a process.
      void setExcludeHostName​(boolean excludeHostName)
      Sets "exclude" flag for host name.
      void setExcludeNetArea​(boolean excludeNetArea)
      Sets "exclude" flag for netArea.
      void setExcludeProcessName​(boolean excludeProcessName)
      Sets "exclude" flag for process name.
      void setHostName​(java.lang.String hostName)
      Sets the hostName filter of a process.
      void setIpAddressFilter​(java.util.List<java.lang.String> ipAddressFilter)
      Sets the ipAddressFilter of a process.
      void setNetArea​(java.lang.String netArea)
      Sets the netArea filter of a process.
      void setProcessName​(java.lang.String processName)
      Sets the name filter of a process.
      void setRoleFilter​(java.util.List<java.lang.String> roleFilter)
      Sets the role filter of a process.
      void setStatusFilter​(java.lang.Boolean statusFilter)
      Sets the status filter of a process.
      void setTypeFilter​(java.util.List<java.lang.String> typeFilter)
      Sets the type filter of a process.
      void setUt10m​(int ut10m)
      Sets the 10 minutes utilization filter of a process.
      void setUt1m​(int ut1m)
      Sets the 1 minute utilization filter of a process.
      void setUt60m​(int ut60m)
      Sets the 60 minutes utilization filter of a process.
      void setVersionFilter​(java.util.List<java.lang.String> versionFilter)
      Sets the version filter of a process.
      void setZduVersion​(java.util.List<java.lang.String> zduVersion)
      Sets the zduVersion filter of a process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • setProcessName

        public void setProcessName​(java.lang.String processName)
        Sets the name filter of a process.
        Parameters:
        processName - or null to disable this filter
      • setHostName

        public void setHostName​(java.lang.String hostName)
        Sets the hostName filter of a process.
        Parameters:
        hostName - or null to disable this filter
      • setNetArea

        public void setNetArea​(java.lang.String netArea)
        Sets the netArea filter of a process.
        Parameters:
        netArea - or null to disable this filter
      • setExcludeProcessName

        public void setExcludeProcessName​(boolean excludeProcessName)
        Sets "exclude" flag for process name.
        Parameters:
        excludeProcessName - or null to disable this filter
      • setExcludeHostName

        public void setExcludeHostName​(boolean excludeHostName)
        Sets "exclude" flag for host name.
        Parameters:
        excludeHostName - or null to disable this filter
      • setExcludeNetArea

        public void setExcludeNetArea​(boolean excludeNetArea)
        Sets "exclude" flag for netArea.
        Parameters:
        excludeNetArea - or null to disable this filter
      • setStatusFilter

        public void setStatusFilter​(java.lang.Boolean statusFilter)
        Sets the status filter of a process.
        Parameters:
        statusFilter - or null to disable this filter
      • setTypeFilter

        public void setTypeFilter​(java.util.List<java.lang.String> typeFilter)
        Sets the type filter of a process.
        Parameters:
        typeFilter - or null to disable this filter
      • setIpAddressFilter

        public void setIpAddressFilter​(java.util.List<java.lang.String> ipAddressFilter)
        Sets the ipAddressFilter of a process.
        Parameters:
        ipAddressFilter - or null to disable this filter
      • setVersionFilter

        public void setVersionFilter​(java.util.List<java.lang.String> versionFilter)
        Sets the version filter of a process.
        Parameters:
        versionFilter - or null to disable this filter
      • setRoleFilter

        public void setRoleFilter​(java.util.List<java.lang.String> roleFilter)
        Sets the role filter of a process.
        Parameters:
        roleFilter - or null to disable this filter
      • setDedicatedFilter

        public void setDedicatedFilter​(java.util.List<java.lang.String> dedicatedFilter)
        Sets the dedicated filter of a process.
        Parameters:
        dedicatedFilter - or null to disable this filter
      • setZduVersion

        public void setZduVersion​(java.util.List<java.lang.String> zduVersion)
        Sets the zduVersion filter of a process.
        Parameters:
        zduVersion - or null to disable this filter
      • setUt1m

        public void setUt1m​(int ut1m)
        Sets the 1 minute utilization filter of a process.
        Parameters:
        ut1m - or null to disable this filter
      • setUt10m

        public void setUt10m​(int ut10m)
        Sets the 10 minutes utilization filter of a process.
        Parameters:
        ut10m - or null to disable this filter
      • setUt60m

        public void setUt60m​(int ut60m)
        Sets the 60 minutes utilization filter of a process.
        Parameters:
        ut60m - or null to disable this filter