Class BaseClusterStatsController

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClusterWrapperBean getClusterWrapper()
      Gets the cluster wrapper.
      long getCollectionPeriod()
      Gets the collection period.
      protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      boolean isLoadMembers()
      Checks if is load members.
      void setClusterWrapper​(ClusterWrapperBean clusterWrapper)
      Sets the cluster wrapper.
      void setCollectionPeriod​(long collectionPeriod)
      Sets the collection period.
      void setLoadMembers​(boolean loadMembers)
      Sets the load members.
      • Methods inherited from class org.springframework.web.servlet.mvc.AbstractController

        handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
      • Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator

        applyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeaders
      • Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport

        getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
      • Methods inherited from class org.springframework.context.support.ApplicationObjectSupport

        getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
    • Field Detail

      • loadMembers

        private boolean loadMembers
        The load members.
      • collectionPeriod

        private long collectionPeriod
        The collection period.
    • Constructor Detail

      • BaseClusterStatsController

        public BaseClusterStatsController()
    • Method Detail

      • getClusterWrapper

        public ClusterWrapperBean getClusterWrapper()
        Gets the cluster wrapper.
        Returns:
        the cluster wrapper
      • setClusterWrapper

        public void setClusterWrapper​(ClusterWrapperBean clusterWrapper)
        Sets the cluster wrapper.
        Parameters:
        clusterWrapper - the new cluster wrapper
      • isLoadMembers

        public boolean isLoadMembers()
        Checks if is load members.
        Returns:
        true, if is load members
      • setLoadMembers

        public void setLoadMembers​(boolean loadMembers)
        Sets the load members.
        Parameters:
        loadMembers - the new load members
      • getCollectionPeriod

        public long getCollectionPeriod()
        Gets the collection period.
        Returns:
        the collection period
      • setCollectionPeriod

        public void setCollectionPeriod​(long collectionPeriod)
        Sets the collection period.
        Parameters:
        collectionPeriod - the new collection period
      • handleRequestInternal

        protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request,
                                                                                     javax.servlet.http.HttpServletResponse response)
                                                                              throws Exception
        Specified by:
        handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractController
        Throws:
        Exception