Class ConfigurationAccessorCacheKey

    • Constructor Detail

      • ConfigurationAccessorCacheKey

        public ConfigurationAccessorCacheKey​(Long networkId,
                                             List<Long> configurationPathIds,
                                             String methodName)
    • Method Detail

      • getConfigurationId

        public Long getConfigurationId()
      • getConfigurationPathIds

        public Long[] getConfigurationPathIds()
      • getMethodName

        public String getMethodName()
      • getNetworkId

        public Long getNetworkId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • matchesConfiguration

        public boolean matchesConfiguration​(Long configurationId)
      • matchesConfigurationAndMethod

        public boolean matchesConfigurationAndMethod​(Long configurationId,
                                                     String methodName)
      • matchesNetwork

        public boolean matchesNetwork​(Long networkId)
      • matchesNetworkAndMethod

        public boolean matchesNetworkAndMethod​(Long networkId,
                                               Collection<String> methodNames)
      • matchesNetworkAndMethod

        public boolean matchesNetworkAndMethod​(Long networkId,
                                               String methodName)